Spdk/module/bdev/crypto
Konrad Sztyber 85cf8d273f bdev/crypto: use accel appends for encryption
Similarly to reads, writes path is now also using the spdk_accel_append*
interface for performing encrypt operation.

Additionally, this patch also changes the way aux buffer is allocated -
spdk_bdev_io_get_aux_buf() was replaced with spdk_accel_get_buf().  This
ensures that the actual data buffer will be only allocated if it's
actually needed.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: I3cd1d4f5753a95709d7b81de23d9227102a74261
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17022
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Community-CI: Mellanox Build Bot
2023-03-13 21:02:27 +00:00
..
Makefile so_ver: increase all major versions 2023-01-24 08:37:21 +00:00
vbdev_crypto_rpc.c bdev/crypto: Use accel framework 2023-01-19 22:00:58 +00:00
vbdev_crypto.c bdev/crypto: use accel appends for encryption 2023-03-13 21:02:27 +00:00
vbdev_crypto.h bdev/crypto: Use accel framework 2023-01-19 22:00:58 +00:00