Skip to content

Tags: YMhuan/spdk

Tags

v17.07

Toggle v17.07's commit message
SPDK 17.07

Change-Id: I3dc71f95f24db0280a79a0ca25ad7eff7d163598
Signed-off-by: Daniel Verkamp <[email protected]>
Reviewed-on: https://review.gerrithub.io/371987
Reviewed-by: Ben Walker <[email protected]>
Tested-by: SPDK Automated Test System <[email protected]>

v17.03

Toggle v17.03's commit message
vhost: add info that using VFIO with vhost is not supported

As VFIO does not work with vhost library print warning during vhost
initialization

Change-Id: Iaa31808c7007f1840a6a441e2591f0a3986b0c29
Signed-off-by: Pawel Wodkowski <[email protected]>
Signed-off-by: Dariusz Stojaczyk <[email protected]>

v16.12

Toggle v16.12's commit message
nvme: Unify spdk_nvme_discover and spdk_nvme_probe

They were very close to the same already, so finish the job.

Change-Id: Ifba9e3b2d11a3e70cbfbe46f57a67552db2757ed
Signed-off-by: Ben Walker <[email protected]>

v16.08

Toggle v16.08's commit message
Replace "NVMf" with "NVMe over Fabrics" in docs

Use the final official spec name rather than a non-standard
abbreviation.

Change-Id: I4d797294be35b2fbf7b39570ea3246eb71c8d8ce
Signed-off-by: Daniel Verkamp <[email protected]>

v16.06

Toggle v16.06's commit message
doc/nvmf: add description of how to enable NVMf

Change-Id: I4270a8fb8da847ee62b107f7cb2c0fdea1450fa6
Signed-off-by: Daniel Verkamp <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
Remove year from copyright headers.

Also add a space between Copyright and (c).

The copyright year can be determined using git metadata.

Also remove the duplicated "All rights reserved." - every instance of
this line already has a corresponding "All rights reserved" immediately
below it, except for examples/ioat/kperf/kmod/dma_perf.c, where I have
added it manually.

Performed using this command:

git ls-files | xargs sed -i -e 's/Copyright(c) \(.*\) Intel Corporation. All rights reserved./Copyright (c) Intel Corporation./'

Change-Id: I3779f404966800709024eb1eb66a50068af2716c
Signed-off-by: Daniel Verkamp <[email protected]>

v1.0.0

Toggle v1.0.0's commit message
build: Allow relative path for DPDK_DIR

This is very convenient. It also works from subdirectories, as
long as you adjust the relative path you pass appropriately.

Change-Id: I8cfeac380ccb5fad4389ee1feb838f986a837f11
Signed-off-by: Ben Walker <[email protected]>