Revision tags: v25.01-rc1 |
|
#
8531656d |
| 25-Oct-2024 |
Ankit Kumar <ankit.kumar@samsung.com> |
test/nvmf: Interrupt test for local pcie nvme device
Change-Id: I62196ca5b84a622c60cbea465fb3cb5c7ef680dc Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com> Reviewed-on: https://review.spdk.io/ger
test/nvmf: Interrupt test for local pcie nvme device
Change-Id: I62196ca5b84a622c60cbea465fb3cb5c7ef680dc Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25378 Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
Revision tags: v24.09, v25.01-pre, v24.09-rc1 |
|
#
04d51ba0 |
| 02-Sep-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test/keyring: ensure session keyring is available
The keyring_linux tests require the session keyring to be available. Usually, it's created on login and destroyed on logout, so it is always availab
test/keyring: ensure session keyring is available
The keyring_linux tests require the session keyring to be available. Usually, it's created on login and destroyed on logout, so it is always available, but it's possible to revoke it (keyctl revoke @s), causing the tests to fail.
So, to avoid relying on system configuration, always run these tests under a new session.
Fixes: #3492
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ie30ef624f6f14a634beb7d8a49b1e3e3e334e92f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24774 Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz@tzawadzki.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
#
125c6010 |
| 06-Sep-2024 |
Jim Harris <jim.harris@samsung.com> |
test: only specify lcov --no-external when collecting coverage
This eliminates some annoying warning messages.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I5cdbecfad7d34c8d36f8892
test: only specify lcov --no-external when collecting coverage
This eliminates some annoying warning messages.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I5cdbecfad7d34c8d36f88925b3e6400d93b38089 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24840 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
#
1ebcd2fd |
| 06-Sep-2024 |
Jim Harris <jim.harris@samsung.com> |
test: move LCOV and LCOV_OPTS definitions to autotest_common.sh
This avoids defining them in multiple places.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I978fbd4f1c0da935eddb2b64
test: move LCOV and LCOV_OPTS definitions to autotest_common.sh
This avoids defining them in multiple places.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I978fbd4f1c0da935eddb2b64872dae20e5f6fc11 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24838 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
#
821bf38a |
| 06-Sep-2024 |
Jim Harris <jim.harris@samsung.com> |
autotest.sh: use --version to emit lcov version
lcov 2.0-1 uses --version (not -v) for the version.
Apparently lcov 1.15 also emits the version when specifying -v, but --version works too.
Signed-
autotest.sh: use --version to emit lcov version
lcov 2.0-1 uses --version (not -v) for the version.
Apparently lcov 1.15 also emits the version when specifying -v, but --version works too.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: Ib90e4453802453d940f8ea4cddaf5c2a773b1ee0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24822 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
Revision tags: v24.05, v24.09-pre, v24.05-rc1 |
|
#
64627ae7 |
| 08-May-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
accel/mlx5: Support crc32c offload
Add tests to verify the crc32c with mlx5 module
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Signed-off-by: Sergey Gorenko <sergeygo@nvidia.com> Change-Id
accel/mlx5: Support crc32c offload
Add tests to verify the crc32c with mlx5 module
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Signed-off-by: Sergey Gorenko <sergeygo@nvidia.com> Change-Id: I65a517d69fe12abd01e7f5d2f5b1c7da80883f40 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23140 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
show more ...
|
#
d987d777 |
| 07-May-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
accel/mlx5: Support copy operation
Since number of iovs per 1 RDMA operation is limited by 16, we have to caculate the number of operations which must be completed. In the worst case we have to iter
accel/mlx5: Support copy operation
Since number of iovs per 1 RDMA operation is limited by 16, we have to caculate the number of operations which must be completed. In the worst case we have to iterate both src and dst iovs to find this number. Added a test with malloc bdev to check the new copy operation.
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I8bc75813f94d8fdff2e0af5cf5b8c254d8042af9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23135 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
show more ...
|
#
11abc273 |
| 02-Sep-2024 |
Michal Berger <michal.berger@intel.com> |
test: Gather coverage when it's enabled in the build
This makes sure we always gather coverage when it's requested without depending on lcov presence - if it's not available, we should just fail har
test: Gather coverage when it's enabled in the build
This makes sure we always gather coverage when it's requested without depending on lcov presence - if it's not available, we should just fail hard.
Change-Id: Ifd5230e07edc013bb370ad13b2b964238e9d54a1 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24769 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
#
6f2b8056 |
| 28-Aug-2024 |
Michal Berger <michal.berger@intel.com> |
autotest: Stop rejecting coverage collection under clang
78d5bfe575 claimed that collecting coverage from a clang build takes signficant amount of time, hence not being collected by the autotest nor
autotest: Stop rejecting coverage collection under clang
78d5bfe575 claimed that collecting coverage from a clang build takes signficant amount of time, hence not being collected by the autotest nor unittest.
However, currently this doesn't seem to be the case anymore. To align coverage and make sure there are no any odd exceptions let's have it always collected.
This also merges llvm coverage into the one collected by the autotest instance as there's no point now to keep it separately.
Change-Id: Ic46408f313fff0273a226adbf3fb5f56c916aedf Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24722 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
#
18384adc |
| 12-Apr-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
test/acccel_mlx5: Add crypto test
Use DMA test application to verify accel_mlx5 crypto capabilities with memory domain
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I8d8d2b16a208a
test/acccel_mlx5: Add crypto test
Use DMA test application to verify accel_mlx5 crypto capabilities with memory domain
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I8d8d2b16a208a66712285103e71fae128eee697a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23101 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz@tzawadzki.com>
show more ...
|
#
e0001c6e |
| 01-Aug-2024 |
Michal Berger <michal.berger@intel.com> |
test/vhost: Drop HUGENODE from vhost/common.sh
vhost/common.sh is used by different entities, including perf-based ones. Having it inside common.sh affects overall setup which for perf should not be
test/vhost: Drop HUGENODE from vhost/common.sh
vhost/common.sh is used by different entities, including perf-based ones. Having it inside common.sh affects overall setup which for perf should not be touched in any way.
To that end, make sure single-node setup is requested explicitly from autotest.
Change-Id: I8cbfa480bc960f404670fe9d2e3e838ae35c4ea5 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24406 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
#
b4e49c37 |
| 19-Jul-2024 |
Jaroslaw Chachulski <jaroslawx.chachulski@intel.com> |
autotest: add flag to conditionally run setup.sh tests
Introduce a new environment variable SPDK_TEST_SETUP to control the execution of the setup.sh tests
Change-Id: I95601a4e4692931918ab98f52e1903
autotest: add flag to conditionally run setup.sh tests
Introduce a new environment variable SPDK_TEST_SETUP to control the execution of the setup.sh tests
Change-Id: I95601a4e4692931918ab98f52e19034477848a79 Signed-off-by: Jaroslaw Chachulski <jaroslawx.chachulski@intel.com> Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24253 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
#
cac68eec |
| 23-Jul-2024 |
Kamil Godzwon <kamilx.godzwon@intel.com> |
autotest: reduce RAID tests runs
To reduce the number of RAID test executions, keep all of them under SPDK_TEST_RAID flag (bdev raid, spdkcli raid and raid5f)
Use SPDK_TEST_RAID to set proper confi
autotest: reduce RAID tests runs
To reduce the number of RAID test executions, keep all of them under SPDK_TEST_RAID flag (bdev raid, spdkcli raid and raid5f)
Use SPDK_TEST_RAID to set proper config params for raid5f tests (--with-raid5f)
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I5349473db2dc14c4699f124a5f76525352477780 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24292 Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Tomasz Zawadzki <tomasz@tzawadzki.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
show more ...
|
#
8711e7e9 |
| 16-Jul-2024 |
Kamil Godzwon <kamilx.godzwon@intel.com> |
autotest: reduce accel tests runs with SPDK_TEST_ACCEL flag
Run accel tests only when SPDK_TEST_ACCEL flag is set. Avoid excessive repetition of the tests execution.
Signed-off-by: Kamil Godzwon <k
autotest: reduce accel tests runs with SPDK_TEST_ACCEL flag
Run accel tests only when SPDK_TEST_ACCEL flag is set. Avoid excessive repetition of the tests execution.
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I119e037d98552ea633e59d566d3998dca6e954f4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24192 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
#
9f19acb5 |
| 09-Apr-2024 |
Krzysztof Karas <krzysztof.karas@intel.com> |
test: avoid URING sock coverage degradation
Since default socket implementation is no logner determined based on priorities in previous patches, we should ensure that our tests still use URING imple
test: avoid URING sock coverage degradation
Since default socket implementation is no logner determined based on priorities in previous patches, we should ensure that our tests still use URING implementation to avoid coverage degradation.
Change-Id: If29f6918ef06c91b644f4ba4ddde1f2bfce9d547 Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22569 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
#
1826c4dc |
| 26-Apr-2024 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
autotest: Run `sw_hotplug` test with ASan enabled
Orginal comment that prevent `sw_hotplug` execution with ASan clamis that "... it catches SEGV earlier than our handler which breaks the hotplug log
autotest: Run `sw_hotplug` test with ASan enabled
Orginal comment that prevent `sw_hotplug` execution with ASan clamis that "... it catches SEGV earlier than our handler which breaks the hotplug logic"
But when running ASan on all jobs (https://review.spdk.io/gerrit/c/spdk/spdk/+/20722), the above-mentioned problem did not appear. Even when ASan was enabled, and the SPDK_RUN_ASAN flag was not set.
Therefore, it seems that ASan does not exclude the possibility of running `sw_hotplug' anymore.
Change-Id: I3e371cf69d680fd9362c48d179f164f936102ea9 Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23033 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 ...
|
#
2297826b |
| 20-Feb-2024 |
Krzysztof Karas <krzysztof.karas@intel.com> |
lib/event: skip RPC server initialization
We should allow users to skip server initialization when passing an empty address. This will help in cases, where RPC communication is not required by the a
lib/event: skip RPC server initialization
We should allow users to skip server initialization when passing an empty address. This will help in cases, where RPC communication is not required by the application.
Change-Id: I69b8a2e37e4153380f2d984b05e73e23fa6b8344 Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22000 Community-CI: Mellanox Build Bot Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
#
d81c3515 |
| 20-Feb-2024 |
Michal Berger <michal.berger@intel.com> |
autotest: Iterate directly over available nvme devices
Change-Id: I0dbd79ba2522a05826e7ec61cd8db06303ebb91e Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io
autotest: Iterate directly over available nvme devices
Change-Id: I0dbd79ba2522a05826e7ec61cd8db06303ebb91e Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21885 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
Revision tags: LTS, v24.01 |
|
#
06243cb0 |
| 24-Jan-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/perf/pm: Add minimal FreeBSD support to vmstat collector
Change-Id: If30ba474193c24c610bfc4619525726c46516dcc Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://revi
scripts/perf/pm: Add minimal FreeBSD support to vmstat collector
Change-Id: If30ba474193c24c610bfc4619525726c46516dcc Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21548 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
Revision tags: v24.05-pre, v24.01-rc1 |
|
#
d5fe62b2 |
| 18-Jan-2024 |
Michal Berger <michal.berger@intel.com> |
autotest: Add helpers for controling pm tools
And use them to hook collect-* perf scripts into autobuild,autopackage.
This is meant to serve as a debug exposing impact of the full SPDK build on the
autotest: Add helpers for controling pm tools
And use them to hook collect-* perf scripts into autobuild,autopackage.
This is meant to serve as a debug exposing impact of the full SPDK build on the underlying system.
Change-Id: I7e0fe48927dd5725ea415e99752fa33e608710ec Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21494 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
5420e499 |
| 25-Dec-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test: add keyring_linux test
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Icc9d5bda6647e7c342529552e86803fcdb04595a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21
test: add keyring_linux test
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Icc9d5bda6647e7c342529552e86803fcdb04595a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21763 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
#
af952d78 |
| 08-Jan-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test: add keyring_file test
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I0a937f4170a318c3e385769fc3761efde8f09d34 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/217
test: add keyring_file test
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I0a937f4170a318c3e385769fc3761efde8f09d34 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21751 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
#
3d834218 |
| 27-Dec-2023 |
Michal Berger <michal.berger@intel.com> |
autotest: Monitor system resources during functional tests
This is done in order to have a better picture on how target system behaves during our tests. Hardware-specific tooling will be executed on
autotest: Monitor system resources during functional tests
This is done in order to have a better picture on how target system behaves during our tests. Hardware-specific tooling will be executed only under phy nodes, but more generic data will be available for VMs as well.
Gathered data will include the following:
- CPU load (VMs and PHY) - vmstat (VMs and PHY) - Power Management data (PHY only) - Thermal data (PHY only)
Note that Power Management and Thermal data may not be available for all the PHY nodes we have in the CI pool since it solely depends on specific features provided by BMCs and CPUs (which may not be supported) but the majority should provide similar data.
Change-Id: Ifa904b4a76b7b2597bee6d44989573c1ed9e06c1 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21174 Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
#
f3244a4f |
| 22-Dec-2023 |
Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> |
test/accel: Add script to test accel RPC methods for DSA module
The accel dsa_scan_accel_module may be performed to use the DSA Module before starting the framework but double-calling of this functi
test/accel: Add script to test accel RPC methods for DSA module
The accel dsa_scan_accel_module may be performed to use the DSA Module before starting the framework but double-calling of this function is not allowed.
The RPC accel_assign_opc method may be performed to override the operation code assignments to modules before starting the framework. So, the assigned opcode can be verified after starting the framework.
Change-Id: I51292520471c3c56a875d80f29d71624ce7b33b7 Signed-off-by: Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21162 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
c7e4f9a0 |
| 04-Jan-2024 |
Changpeng Liu <changpeng.liu@intel.com> |
test/ublk: enable USER RECOVERY test in CI
We added USER RECOVERY feature in ublk target for a while, we can test this feature on systems with kernel version >=6.5 now.
Change-Id: I7b8560ce46a757ea
test/ublk: enable USER RECOVERY test in CI
We added USER RECOVERY feature in ublk target for a while, we can test this feature on systems with kernel version >=6.5 now.
Change-Id: I7b8560ce46a757ea74191753b6fd153c594fae2e Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21229 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|