Loading
ut/crypto: use separate base/user bdev_ios
There are two types of bdev_ios used in these tests: one submitted to bdev_crypto and the other submitted to the underlying bdev. Previously, this test used g_bdev_io for both, but that doesn't reflect how it works normally and makes it impossible to verify whether a value from base bdev_io was copied to the bdev_io sent to bdev_crypto. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I53a9864bb34f90136de2211d59393d4a6e104897 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20730 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by:
Artur Paszkiewicz <artur.paszkiewicz@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>