Spdk/test/unit/lib/accel
Alexey Marchuk fb09c4a5c9 accel/dpdk_cryptodev: Handle OP_STATUS_SUCCESS
SW PMD might process a crypto operation but failed
to submit it to a completions ring.
Such operation can't be retried if crypto operation
is inplace.
Handle such crypto op as a completed.
Verified by integrating rte openssl driver and
adding additional logs to check that SUCCESS
status received and completed as expected.

Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com>
Change-Id: Ida161cec045167af752ebd5b57f41b2bbfe8b97c
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16995
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2023-05-09 17:58:11 +08:00
..
accel.c test: Add test_iobuf.c to mock the iobuf library 2023-05-09 17:58:11 +08:00
dpdk_compressdev.c test/dpdk_compresdev: Add additional UT for mbuf splitting 2023-01-20 10:26:21 +00:00
dpdk_cryptodev.c accel/dpdk_cryptodev: Handle OP_STATUS_SUCCESS 2023-05-09 17:58:11 +08:00
Makefile test/unit: Add unit tests for dpdk compressdev module 2023-01-20 10:26:21 +00:00