test/blockdev: add extra crypto bdev for crypto_sw
This will stress the accel chaining code just a little bit more. Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: If08625b8606a021a3494eb4aa8527d2b338bd255 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17040 Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
3fbe74fd82
commit
382200062c
@ -189,8 +189,10 @@ function setup_crypto_sw_conf() {
|
||||
bdev_malloc_create -b Malloc1 16 4096
|
||||
accel_crypto_key_create -c AES_XTS -k 00112233445566778899001122334455 -e 11223344556677889900112233445500 -n test_dek_sw
|
||||
accel_crypto_key_create -c AES_XTS -k 22334455667788990011223344550011 -e 33445566778899001122334455001122 -n test_dek_sw2
|
||||
accel_crypto_key_create -c AES_XTS -k 33445566778899001122334455001122 -e 44556677889900112233445500112233 -n test_dek_sw3
|
||||
bdev_crypto_create Malloc0 crypto_ram -n test_dek_sw
|
||||
bdev_crypto_create Malloc1 crypto_ram2 -n test_dek_sw2
|
||||
bdev_crypto_create crypto_ram2 crypto_ram3 -n test_dek_sw3
|
||||
bdev_get_bdevs -b Malloc1
|
||||
RPC
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user