| cec5ba28 | 23-Aug-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
nvme/rdma: Register UMR per IO request
If accel sequence is supported, append a copy task even if there is no accel sequence. NVME RDMA driver expects that accel framework registers UMR for the data
nvme/rdma: Register UMR per IO request
If accel sequence is supported, append a copy task even if there is no accel sequence. NVME RDMA driver expects that accel framework registers UMR for the data buffer. This UMR allows to represent fragmented payload as a virtually contig one.
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I410f991959b08eab033105a7dbb4a9aaba491567 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24709 Reviewed-by: Ben Walker <ben@nvidia.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Reviewed-by: Jim Harris <jim.harris@nvidia.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 2c140f58 | 18-Jul-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
nvme/rdma: Support accel sequence
If a request has an accel sequence, we append a copy task with RDMA memory domain and don't send capsule until the data_transfer callback is called. In the callback
nvme/rdma: Support accel sequence
If a request has an accel sequence, we append a copy task with RDMA memory domain and don't send capsule until the data_transfer callback is called. In the callback we expect to get a single iov and a memory key which are sent in NVMF capsule to remote taget. When network transmission is finished, we finish data tranfer operation. The reuqest is completed in accel sequence finish_cb. A request which is executing accel sequence has a special flag, we don't abort such requests. Also, we store the data transfer completion callback and call it in case of network failure. Added tests for this feature
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I021bd5f268185a5e1b2d77eb098f8daf491aacf9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24702 Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <ben@nvidia.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
show more ...
|
| 008a6371 | 05-Jul-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
accel/mlx5: Initial implementation of mlx5 platform driver
Now we just execute all tasks one by one. The driver supports only limited scope of operations and disabled by default
Signed-off-by: Alex
accel/mlx5: Initial implementation of mlx5 platform driver
Now we just execute all tasks one by one. The driver supports only limited scope of operations and disabled by default
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I1478db685b1621a4610be1c80929d62d1106e908 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24698 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com>
show more ...
|
| 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 ...
|
| f74d16be | 11-Sep-2024 |
Slawomir Ptak <slawomir.ptak@intel.com> |
module/accel/dsa: add DIX Verify
DIX Verify is not defined as a standard operation with its own OPCODE and descriptors inside DSA module. This means we cannot submit it as is to the hardware. To int
module/accel/dsa: add DIX Verify
DIX Verify is not defined as a standard operation with its own OPCODE and descriptors inside DSA module. This means we cannot submit it as is to the hardware. To introduce support for DIX Verify use DIX Generate on available source buffer and then compare the resulting protection information with the one provided inside original metadata buffer.
Change-Id: Ia427e745cfcc13e9e615bf28cce452be415b2acf Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Signed-off-by: Slawomir Ptak <slawomir.ptak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24342 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 80dfab0a | 04-Jul-2024 |
Krzysztof Karas <krzysztof.karas@intel.com> |
accel_perf: add support for DIX Generate/Verify
Add support for DIX Generate and Verify operations to accel_perf example application. Additionally, include these operations in accel.sh tests.
Chang
accel_perf: add support for DIX Generate/Verify
Add support for DIX Generate and Verify operations to accel_perf example application. Additionally, include these operations in accel.sh tests.
Change-Id: I1a5e6c0bdc2b6a99027b1fb2a504e79926e4688b Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24093 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| a63a45fc | 11-Sep-2024 |
Slawomir Ptak <slawomir.ptak@intel.com> |
test/accel/dif: add DIX Verify/Generate suites
Add DIX Verify and Generate test suites to dif test application. Additionally, add DIF/DIX strings to test descriptions.
Change-Id: I69989c7cfebc20836
test/accel/dif: add DIX Verify/Generate suites
Add DIX Verify and Generate test suites to dif test application. Additionally, add DIF/DIX strings to test descriptions.
Change-Id: I69989c7cfebc20836de889f978ebfcdc3754d9ab Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Signed-off-by: Slawomir Ptak <slawomir.ptak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24056 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.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 ...
|
| e5d3cee0 | 07-May-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
test/dma: Add verify mode
Use md5 to compare original and new buffer content. Update crypto tests to use verify payload, add new tests for small number of qp size and mkey pool
Signed-off-by: Alexe
test/dma: Add verify mode
Use md5 to compare original and new buffer content. Update crypto tests to use verify payload, add new tests for small number of qp size and mkey pool
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I406c0c563f8ccf0d8e868cf9e8369eb1570ee4f9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23134 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> 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 ...
|
| 78275c69 | 03-May-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
test/dma: Add option to set iovcnt
Data payload is split into `iovcnt` elements to trigger handling of the fragmented payload in accel_mlx5 module
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.co
test/dma: Add option to set iovcnt
Data payload is split into `iovcnt` elements to trigger handling of the fragmented payload in accel_mlx5 module
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I984b4c11041dfa100e47f5f0b436dc938bdb8fce Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23129 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com>
show more ...
|
| 919dbe9c | 03-May-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
test/dma: Add param to corrupt mkey
A new parameters returns invalid mkey each Nth translation operation. As result, accel_mlx5 qp goes to error state and triggers recovery.
Signed-off-by: Alexey M
test/dma: Add param to corrupt mkey
A new parameters returns invalid mkey each Nth translation operation. As result, accel_mlx5 qp goes to error state and triggers recovery.
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I7f96effab7c1892839ee85c257ed2f11ffb478a4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23127 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Ben Walker <ben@nvidia.com>
show more ...
|
| d3032139 | 23-Jul-2024 |
Shuhei Matsumoto <smatsumoto@nvidia.com> |
dif: Remove alignment requirement from spdk_dif_generate_copy()
spdk_dif_generate_copy() required each iovec of bounce buffer to be multiple of block size length. This was too strong.
Software impl
dif: Remove alignment requirement from spdk_dif_generate_copy()
spdk_dif_generate_copy() required each iovec of bounce buffer to be multiple of block size length. This was too strong.
Software implementation should not have strong limitation on configuration.
Remove the limitation in this patch.
Modify the functional test of the DIF feature of the accel framework slightly. The total length of the iovec still should be larger than payload length.
spdk_dif_verify_copy() have the same strong limitation. However, in unit tests, spdk_dif_generate_copy() and spdk_dif_verify_copy() are a pair and share the same bounce buffer.
If we add bugs to both of spdk_dif_generate_copy() and spdk_dif_verify_copy(), it is likely that the bugs are not found in unit tests. Hence, this patch changes only spdk_dif_generate_copy(). The next patch will change spdk_dif_verify_copy().
Signed-off-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: Ib50299a8b337a4825708891f9739e72a862fbf49 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23846 Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
| a506f666 | 18-Jun-2024 |
Shuhei Matsumoto <smatsumoto@nvidia.com> |
test/accel_dif: Add DIF generate/verify_copy sequence test cases
Add simple test cases for DIF generate_copy and verify_copy sequence.
Signed-off-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Change
test/accel_dif: Add DIF generate/verify_copy sequence test cases
Add simple test cases for DIF generate_copy and verify_copy sequence.
Signed-off-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: I4c94b8dab6548a1280e2ad57608cd55dfd0af096 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23740 Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| e892af6b | 02-May-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
accel/mlx5: Allow to split crypto op by num of blocks
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: Idfa18001c423ed493cb2a846d99bd5d69808be40 Reviewed-on: https://review.spdk.io/ge
accel/mlx5: Allow to split crypto op by num of blocks
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: Idfa18001c423ed493cb2a846d99bd5d69808be40 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23115 Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <ben@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.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 ...
|
| e27c7593 | 09-May-2024 |
Kamil Godzwon <kamilx.godzwon@intel.com> |
test/accel: fix accel_cdev_decomp_full name typo
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I88f437e97ee73be9c7a0467449740342c28cd2d5 Reviewed-on: https://review.spdk.io/gerr
test/accel: fix accel_cdev_decomp_full name typo
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I88f437e97ee73be9c7a0467449740342c28cd2d5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23061 Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Marek Chomnicki <marek.chomnicki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| 47494478 | 08-May-2024 |
Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> |
test/accel: DIF accel functional tests refactor
Modified the names of functions for allocating/freeing buffers used during DIF tests. Changed error handling for alloc/free from asserts to return err
test/accel: DIF accel functional tests refactor
Modified the names of functions for allocating/freeing buffers used during DIF tests. Changed error handling for alloc/free from asserts to return errors. Replaced the use of CU_ASSERT to SPDK_CU_ASSERT_FATAL macro.
Change-Id: I2bb8a84be1d989b272eca1bc61d47d57811b03b7 Signed-off-by: Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23041 Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| 086cb8de | 29-Feb-2024 |
Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> |
test/accel: DIF verify copy accel functional tests
Add the Accel test application with functional tests to validate DIF Verify-copy operation.
Change-Id: Ib5ab1b4bd037eb0a50fff1bb992eb8a15e9e8592 S
test/accel: DIF verify copy accel functional tests
Add the Accel test application with functional tests to validate DIF Verify-copy operation.
Change-Id: Ib5ab1b4bd037eb0a50fff1bb992eb8a15e9e8592 Signed-off-by: Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22097 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| c5487d6b | 25-Apr-2024 |
Karol Latecki <karol.latecki@intel.com> |
test/accel: fix test case name typo
Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: If13978dd02f1de9e5b568dd2e731a30b090c095b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk
test/accel: fix test case name typo
Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: If13978dd02f1de9e5b568dd2e731a30b090c095b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22911 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com> Reviewed-by: Marek Chomnicki <marek.chomnicki@intel.com>
show more ...
|
| 5db859da | 04-Apr-2024 |
Krzysztof Karas <krzysztof.karas@intel.com> |
apps: set NULL as RPC address in some apps
Set opts.rpc_addr to NULL in SPDK applications that usually do not benefit from starting RPC interface. These include programs in app, examples and test di
apps: set NULL as RPC address in some apps
Set opts.rpc_addr to NULL in SPDK applications that usually do not benefit from starting RPC interface. These include programs in app, examples and test directories.
Some of the tests now require that we explicitly set RPC address, because some apps no longer use the default SPDK address.
Change-Id: I417a3a756581f44c711257e6d2408d933b40386a Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22634 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot
show more ...
|
| 7b124df3 | 04-Mar-2024 |
Krzysztof Karas <krzysztof.karas@intel.com> |
test/accel: remove unused 'out' variable
Change-Id: If046c40db5039dc37c9bf9a58395de30c2f9c273 Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/
test/accel: remove unused 'out' variable
Change-Id: If046c40db5039dc37c9bf9a58395de30c2f9c273 Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22152 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 ...
|
| 46480aa5 | 02-Feb-2024 |
Karol Latecki <karol.latecki@intel.com> |
test/accel: save_config sanity check
Not all accel module settings are properly saved to configuration file as indicated in Github issue #3161. Let's make sure that they are saved when generating li
test/accel: save_config sanity check
Not all accel module settings are properly saved to configuration file as indicated in Github issue #3161. Let's make sure that they are saved when generating list of expected opcs.
Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I2d0b5f88a6ec20053bcf05ffa2d98f0b7d7af542 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21703 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com> Reviewed-by: Jaroslaw Chachulski <jaroslawx.chachulski@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| e229a40f | 31-Jan-2024 |
Karol Latecki <karol.latecki@intel.com> |
autotest: rename SPDK_TEST_ACCEL_IOAT flag
We already have SPDK_TEST_IOAT and SPDK_TEST_ACCEL_IOAT duplicates it's purpose.
Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I324536
autotest: rename SPDK_TEST_ACCEL_IOAT flag
We already have SPDK_TEST_IOAT and SPDK_TEST_ACCEL_IOAT duplicates it's purpose.
Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I324536ec28e2adf65f1a06cfcd4de4ec10a3e838 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21641 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 ...
|
| cedcbfc3 | 09-Jan-2024 |
Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> |
test/accel: Add script to test accel RPC methods for IAA module
The accel iaa_scan_accel_module may be performed to use the IAA Module before starting the framework but double-calling of this functi
test/accel: Add script to test accel RPC methods for IAA module
The accel iaa_scan_accel_module may be performed to use the IAA Module before starting the framework but double-calling of this function is not allowed.
Change-Id: I033084d389b891523fe28d0e21681e6a9f66f685 Signed-off-by: Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21310 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 ...
|
| 859037d4 | 19-Dec-2023 |
Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> |
test/accel: Add DIF functional tests for a sanity check
Add DIF functional tests for the sanity of DSA DIF input params (e.g. buffer alignment, flags) and DSA DIF check and insert operations (e.g. g
test/accel: Add DIF functional tests for a sanity check
Add DIF functional tests for the sanity of DSA DIF input params (e.g. buffer alignment, flags) and DSA DIF check and insert operations (e.g. guard, apptag, reftag verification/generation)
Change-Id: Ia0d9c3487ef1ddba4bd52000896a3dd2972e816e Signed-off-by: Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21117 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|