Loading
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