accel/dpdk_cryptodev: start with copy of vbdev_crypto

This patch is just a copy of vbdev_crypto.c and the
corresponding UT file. It makes it easier to review
the next patch which adds accel operations

Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com>
Change-Id: Ib88b45d573b011b1acb35da9bf4dab922d8fb183
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16182
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Alexey Marchuk 2023-01-09 10:30:08 +01:00 committed by Tomasz Zawadzki
parent 2608d129d0
commit f5d1a924a1
3 changed files with 3359 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -56,3 +56,7 @@ module/bdev/daos/bdev_daos_rpc
# Not configured to test xNVMe bdev
module/bdev/xnvme/bdev_xnvme
module/bdev/xnvme/bdev_xnvme_rpc
# Temporary added, will be remove in the next patch
module/accel/dpdk_cryptodev/accel_dpdk_cryptodev
test/unit/lib/accel/dpdk_cryptodev.c/accel_dpdk_cryptodev_ut

File diff suppressed because it is too large Load Diff