Revision tags: v25.01-rc1, v24.09, v25.01-pre, v24.09-rc1 |
|
#
ab79d382 |
| 02-Sep-2024 |
Michal Berger <michal.berger@intel.com> |
test: Stop grep'ing through config.h, *.mk, etc. for build config
All the parameters are already available in the environment through build_config.sh.
Change-Id: Icd6f536c1a31d6bb39f289f84cb0ac7cd8
test: Stop grep'ing through config.h, *.mk, etc. for build config
All the parameters are already available in the environment through build_config.sh.
Change-Id: Icd6f536c1a31d6bb39f289f84cb0ac7cd87ca57d Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24770 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
Revision tags: v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1 |
|
#
b69e3ff2 |
| 10-Jan-2024 |
Anton Nayshtut <anayshtut@nvidia.com> |
app/spdk_tgt: link with fsdev libs
Change-Id: Ieee0aa83e0ab722e4f1f188cdb26fbc74c731a35 Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/
app/spdk_tgt: link with fsdev libs
Change-Id: Ieee0aa83e0ab722e4f1f188cdb26fbc74c731a35 Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24083 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com>
show more ...
|
#
a07b9b7e |
| 09-Jul-2024 |
Anton Nayshtut <anayshtut@nvidia.com> |
test/json_config/json_config.sh: order-agnostic comparison
It seems that notify_get_types RPC does not guarantee the order. This is probably due to the dynamic loader's logic the SOs are, in turn, l
test/json_config/json_config.sh: order-agnostic comparison
It seems that notify_get_types RPC does not guarantee the order. This is probably due to the dynamic loader's logic the SOs are, in turn, loaded in a nondeterministic order.
This patch replaces the array comparison in the tgt_check_notification_types() by an order-agnostic one.
Change-Id: I10d6008bfd188f6843495b62305396304007a215 Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24104 Reviewed-by: Ben Walker <ben@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
#
f7239999 |
| 28-Dec-2023 |
Krzysztof Karas <krzysztof.karas@intel.com> |
event/app: enable JSON config with delay
Delete arbitrary limitation disallowing users from starting SPDK applications with JSON provided config file and subsystem initialization delay activated (--
event/app: enable JSON config with delay
Delete arbitrary limitation disallowing users from starting SPDK applications with JSON provided config file and subsystem initialization delay activated (--wait-for-rpc).
Add a new script with functional test of the delay + JSON initialization.
Change-Id: I4b1ddad82a1bc810bbf7c3a099de3e522e54d03e Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21195 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
#
8ca6dbcd |
| 04-Jan-2024 |
Krzysztof Karas <krzysztof.karas@intel.com> |
test/json_config: commonize functions
Commonize some of the functions to avoid code duplication.
Change-Id: I4ec1af2b803f9776e78f6f697dcba9739795d79b Signed-off-by: Krzysztof Karas <krzysztof.karas
test/json_config: commonize functions
Commonize some of the functions to avoid code duplication.
Change-Id: I4ec1af2b803f9776e78f6f697dcba9739795d79b Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21259 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v23.09, v24.01-pre, v23.09-rc1 |
|
#
9e06b192 |
| 01-Jun-2023 |
Fedor Uporov <fuporov.vstack@gmail.com> |
bdev_aio: Add FreeBSD support
The FreeBSD kernel aio is built around kevent() system call. Use it for polling, like it is done using io_getevents() on Linux side.
Change-Id: I558236081b8d6870f9a4a3
bdev_aio: Add FreeBSD support
The FreeBSD kernel aio is built around kevent() system call. Use it for polling, like it is done using io_getevents() on Linux side.
Change-Id: I558236081b8d6870f9a4a3a937df60710045bce9 Signed-off-by: Fedor Uporov <fuporov.vstack@gmail.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18498 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|
#
4af13749 |
| 05-Jun-2023 |
Michal Berger <michal.berger@intel.com> |
test/json_config: Sort notifications
On some systems it's been noticed that the lvol notifications were being recorded out of the expected order. Null and void similar discrepancy by sorting all the
test/json_config: Sort notifications
On some systems it's been noticed that the lvol notifications were being recorded out of the expected order. Null and void similar discrepancy by sorting all the events.
Change-Id: I31a8695d07d20b4a10d847c118107f5e4d65aabe Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18526 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v23.05, v23.09-pre, v23.01.1 |
|
#
2a463e3e |
| 17-Mar-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test/json_config: detach virtio controllers before shutdown
If the controllers are left attached when the application is terminated, the virtio library might receive notifications about memory being
test/json_config: detach virtio controllers before shutdown
If the controllers are left attached when the application is terminated, the virtio library might receive notifications about memory being unregistered from the mem_map. The apps in json_config test are preallocating 1GB of memory, which should stop DPDK from releasing the hugepages back to the system, but if they allocate more, that extra pages can be released, which would generate the mem_map notifications .
This actually happened in #2951 - spdk_tgt was built with ocf support, which preallocates an extra ~300MB mempools, exceeding 1GB, which caused mem_map notifications to be sent when iscsi mempools were destroyed triggering an assertion in virtio.
Another option to fix this would be to increase the size of the preallocated memory, but detaching the controllers achieves the same thing without requiring more resources.
Fixes #2951.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I743af39acfee68caba55ec4fccd593a696ab688b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17265 Reviewed-by: Karol Latecki <karol.latecki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|
#
8da5783b |
| 03-Mar-2023 |
Marcin Spiewak <marcin.spiewak@intel.com> |
bdev/pmem: Removing bdev pmem - updated tests
Removed tests associated with bdev pmem
Change-Id: Ibfb699eb5626242a7c1930be13eb1f5ded8d6392 Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com> R
bdev/pmem: Removing bdev pmem - updated tests
Removed tests associated with bdev pmem
Change-Id: Ibfb699eb5626242a7c1930be13eb1f5ded8d6392 Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17003 Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v23.01, v23.05-pre, v23.01-rc1, v22.01.2, v22.09, v23.01-pre, v22.09-rc1 |
|
#
13f97e67 |
| 31-Aug-2022 |
Alexey Marchuk <alexeymar@nvidia.com> |
bdev/crypto: Use accel framework
All DPDK related code is removed, handling of RESET command was sligthly updated. Handling of -ENOMEM was updated for cases when accel API returns -ENOMEM
Crypto te
bdev/crypto: Use accel framework
All DPDK related code is removed, handling of RESET command was sligthly updated. Handling of -ENOMEM was updated for cases when accel API returns -ENOMEM
Crypto tests in blockdev.sh were extended with more crypto_bdevs to verify NOMEM cases - that failed with original vbdev_crypto implementation
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: If1feba2449bee852c6c4daca4b3406414db6fded Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14860 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
#
eb53c232 |
| 02-Nov-2022 |
paul luse <paul.e.luse@intel.com> |
add (c) and SPDX header to bash files as needed
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --forma
add (c) and SPDX header to bash files as needed
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --format=%ad --date default <file> | tail -1
and then pull just the year from the result.
Intel copyrights were not added to files where Intel either had no contribution ot the contribution lacked substance (ie license header updates, formatting changes, etc)
For intel copyrights added, --follow and -C95% were used.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I2ef86976095b88a9bf5b1003e59f3943cd6bbe4c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15209 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
Revision tags: v22.05, v22.09-pre, v22.05-rc1, v22.01.1 |
|
#
1434e255 |
| 11-Mar-2022 |
Yuriy Umanets <yumanets@nvidia.com> |
bdev/crypto: Critical fix about using binary keys
- Added hexlify() and unhexlify() for key and key2. This is required for keys that contain zero and non-ascii characters. Since binary keys may
bdev/crypto: Critical fix about using binary keys
- Added hexlify() and unhexlify() for key and key2. This is required for keys that contain zero and non-ascii characters. Since binary keys may contain zero character, strlen(key) cannot be used and key_size and key2_size are used instead. Non-asci chars are not allowed in json and using hexlified keys fixes this issue as well. - Updated documentation to clearly state that hexlified keys must be used. - Updated test scripts.
Signed-off-by: Yuriy Umanets <yumanets@nvidia.com> Change-Id: I3fce7839f7eaa67d0307071eba80b4cea472d731 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11891 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
show more ...
|
Revision tags: v22.01, v22.01-rc1, v21.10, v21.10-rc1, v21.07, v21.07-rc1 |
|
#
e8a5e965 |
| 11-May-2021 |
Michal Berger <michalx.berger@intel.com> |
test/nvmf: Refactor hw detection routines
Merge detection functions into a single one where all supported devices are picked up and exposed in the environment. Be verbose about what's been found for
test/nvmf: Refactor hw detection routines
Merge detection functions into a single one where all supported devices are picked up and exposed in the environment. Be verbose about what's been found for given tests.
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I780c5e480c301dbb92092074f927a731ed2680b1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7849 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com>
show more ...
|
#
17a662f9 |
| 13-May-2021 |
Michal Berger <michalx.berger@intel.com> |
test/json_config: Simplify events check
Consider multiple nvme devices loaded to subsystem prior running the checks.
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Ie4ce8be6ec22
test/json_config: Simplify events check
Consider multiple nvme devices loaded to subsystem prior running the checks.
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Ie4ce8be6ec22c26c1d46ded42ded468b92d6cc57 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7868 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: John Kariuki <John.K.Kariuki@intel.com>
show more ...
|
#
c9c7c281 |
| 25-Nov-2021 |
Josh Soref <jsoref@gmail.com> |
spelling: test
Part of #2256
* achieve * additionally * against * aliases * already * another * arguments * between * capabilities * comparison * compatibility * configuration * continuing * contro
spelling: test
Part of #2256
* achieve * additionally * against * aliases * already * another * arguments * between * capabilities * comparison * compatibility * configuration * continuing * controlq * cpumask * default * depends * dereferenced * discussed * dissect * driver * environment * everything * excluded * existing * expectation * failed * fails * following * functions * hugepages * identifiers * implicitly * in_capsule * increment * initialization * initiator * integrity * iteration * latencies * libraries * management * namespace * negotiated * negotiation * nonexistent * number * occur * occurred * occurring * offsetting * operations * outstanding * overwhelmed * parameter * parameters * partition * preempts * provisioned * responded * segment * skipped * struct * subsystem * success * successfully * sufficiently * this * threshold * transfer * transferred * unchanged * unexpected * unregistered * useless * utility * value * variable * workload
Change-Id: I21ca7dab4ef575b5767e50aaeabc34314ab13396 Signed-off-by: Josh Soref <jsoref@gmail.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10409 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
7b9bd8ac |
| 08-Jul-2021 |
wanghailiangx <hailiangx.e.wang@intel.com> |
rpc: update a method create_pmem_pool
The RPC method create_pmem_pool has been changed to bdev_pmem_create_pool.
Change-Id: I8ad1fb98d8e03240a4d982e04e9270cf90e198fc Signed-off-by: wanghailiangx <h
rpc: update a method create_pmem_pool
The RPC method create_pmem_pool has been changed to bdev_pmem_create_pool.
Change-Id: I8ad1fb98d8e03240a4d982e04e9270cf90e198fc Signed-off-by: wanghailiangx <hailiangx.e.wang@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8708 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
show more ...
|
#
d424e244 |
| 11-May-2021 |
Rui Chang <rui.chang@arm.com> |
test/json_config: Fix json_config test fail for multiple nvme disk config
In json_config test, when there are multiple nvme disks, we see errors like:
ERROR: expected event 'bdev_register:Nvme0n1p1
test/json_config: Fix json_config test fail for multiple nvme disk config
In json_config test, when there are multiple nvme disks, we see errors like:
ERROR: expected event 'bdev_register:Nvme0n1p1' but got 'bdev_register:Nvme1n1' (whole event line: bdev_register:Nvme1n1:1)
The reason is when there are multiple nvme disks in the system, when start nvmf_tgt, it will register all the disks in bdev, so there would be multiple bdev_register events for these disks before we run create_bdev_subsystem_config. So in create_bdev_subsystem_config we need add these events to expected events list first.
Signed-off-by: Rui Chang <rui.chang@arm.com> Change-Id: Ice8f5464975e68ae63fec891ef18dbc7590a9ab5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7858 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Michal Berger <michalx.berger@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Ziye Yang <ziye.yang@intel.com> Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
Revision tags: v21.04, v21.04-rc1 |
|
#
b7423187 |
| 22-Mar-2021 |
Karol Latecki <karol.latecki@intel.com> |
autotest.sh: call rdma_device_init only for RDMA tests
Check test flags before calling rdma_device_init if it's really needed, so that we don't call it when doing TCP tests.
Change-Id: I2675a008cf8
autotest.sh: call rdma_device_init only for RDMA tests
Check test flags before calling rdma_device_init if it's really needed, so that we don't call it when doing TCP tests.
Change-Id: I2675a008cf84c7c4084cb83b44c279d2a497c3cb Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6998 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
Revision tags: v21.01.1, v21.01, v21.01-rc1 |
|
#
95d8e7a6 |
| 23-Nov-2020 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
lib/bdev: delay bdev_register notification til after examine
"bdev_register" notification was sent right when register happened, which was misleading for any listener. Action on the registered bdev
lib/bdev: delay bdev_register notification til after examine
"bdev_register" notification was sent right when register happened, which was misleading for any listener. Action on the registered bdev might not have been possible when examine took longer time.
Order of bdev_register notifications in json_config test was modified, because they are being sent out as pollers for the spdk_bdev_wait_for_examine() are being processed. This is only because pollers are inserted at the tail, and processed from the tail as well.
Order of notifications should not matter, as long as bdevs are ready for use.
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I45b769f184b386df2daa4152ee766636ef0668ad Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5213 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
Revision tags: v20.10, v20.10-rc1 |
|
#
8c3e71f0 |
| 21-Oct-2020 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
script/gen_nvme: do not generate legacy configuration
gen_nvme.sh will no longer generate the legacy configuration. "--json" option will still work for any current users of the script.
Tests were m
script/gen_nvme: do not generate legacy configuration
gen_nvme.sh will no longer generate the legacy configuration. "--json" option will still work for any current users of the script.
Tests were modified to no longer use the "--json" option. Meanwhile others were simplified with switch to "--json-with-subsystems".
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I8450be98660e54c64c27d8401fc40d649f9403ea Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4802 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
show more ...
|
#
0798ddf7 |
| 20-Oct-2020 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
test/json: remove virtio-nvme RPC
The virtio nvme was removed from SPDK, so this TODO would never get implemented.
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Iafa701249ed
test/json: remove virtio-nvme RPC
The virtio nvme was removed from SPDK, so this TODO would never get implemented.
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Iafa701249ed3fafa45d028f2bb929a024b78a0b6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4784 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
887a0e03 |
| 20-Oct-2020 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
Revert "test/vhost: workaround issue #1583 by specifying --vq-count"
This reverts commit cff7c8f1f797b2e17cef4f0299d08208a6e1ff1a.
DPDK submodule is updated with the actual fix: (9471c59) vhost: fi
Revert "test/vhost: workaround issue #1583 by specifying --vq-count"
This reverts commit cff7c8f1f797b2e17cef4f0299d08208a6e1ff1a.
DPDK submodule is updated with the actual fix: (9471c59) vhost: fix external backends readiness https://review.spdk.io/gerrit/c/spdk/dpdk/+/4219
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I130d1d0b7aab86f3eb2bf420aa8644d4607e1eeb Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4783 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
6bd7bd0d |
| 09-Oct-2020 |
Changpeng Liu <changpeng.liu@intel.com> |
vhost: deprecate internal vhost library support
The internal vhost library is used when DPDK's version is older than 19.05 and the experiemntal vhost nvme target.
For the CONFIG_INTERNAL_VHOST_LIB
vhost: deprecate internal vhost library support
The internal vhost library is used when DPDK's version is older than 19.05 and the experiemntal vhost nvme target.
For the CONFIG_INTERNAL_VHOST_LIB option, SPDK doesn't enable this option by default over one year and CI doesn't cover it either, so we may remove it with this release.
As for the vhost-nvme target, since we are developing a new vfio-user target solution, it's OK for us to remove it now.
Change-Id: Ib2cce1db99cd09754307c2828b3187f2d4550304 Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4562 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
cff7c8f1 |
| 01-Sep-2020 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
test/vhost: workaround issue #1583 by specifying --vq-count
DPDK patch d0fcc38f5 "vhost: improve device readiness notifications" introduced changes that need to be workedaround when updating to DPDK
test/vhost: workaround issue #1583 by specifying --vq-count
DPDK patch d0fcc38f5 "vhost: improve device readiness notifications" introduced changes that need to be workedaround when updating to DPDK 20.08.
This shall be removed after appropriate fix is created for DPDK.
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I2f0b4ef4692ba8d9fbb7d1966332def593d1dc34 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4001 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
Revision tags: v20.07, v20.07-rc1, v20.04.1, v20.01.2 |
|
#
6b9b448e |
| 11-May-2020 |
Ben Walker <benjamin.walker@intel.com> |
build: Output executables from the app directory to build/bin
Automatically place binaries produced from the app directory into build/bin. This matches with the output in build/lib that already exis
build: Output executables from the app directory to build/bin
Automatically place binaries produced from the app directory into build/bin. This matches with the output in build/lib that already exists.
Change-Id: I13cd2da71d2f88592e22308fe8a907bf458458b5 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2379 Community-CI: Mellanox Build Bot Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
show more ...
|