Spdk/module/accel
Alexey Marchuk a1dfa7ec92 module/accel: Add mlx5 accel module
The mlx5 accel module supports crypto operations.
Data buffer is split into `block_size` chunks and each
chunk is enrypted individually.
mlx5 library contains some utility functions that will
later be used by other libraries, this lib will be
exntended later.

Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com>
Change-Id: Iacdd8caaade477277d5a95cfd53e9910e280a73b
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15420
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>
2023-01-19 22:00:58 +00:00
..
dpdk_compressdev accel/dpdk_compressdev: remove handling for non-iovec dst 2023-01-19 13:39:27 +00:00
dpdk_cryptodev bdev/crypto: Use accel framework 2023-01-19 22:00:58 +00:00
dsa accel: use iovecs for copy+crc32c operations 2023-01-17 23:34:43 +00:00
iaa accel: use iovecs for compress operations 2023-01-17 23:34:43 +00:00
ioat accel: use iovecs for fill operations 2023-01-16 15:35:15 +00:00
mlx5 module/accel: Add mlx5 accel module 2023-01-19 22:00:58 +00:00
Makefile module/accel: Add mlx5 accel module 2023-01-19 22:00:58 +00:00