app/crypto-perf: fix IV allocation for AEAD
[dpdk.git] / app / test-crypto-perf / cperf_test_verify.c
index 1827e6f..a314646 100644 (file)
@@ -275,7 +275,7 @@ cperf_verify_test_constructor(struct rte_mempool *sess_mp,
                        dev_id);
 
        uint16_t priv_size = test_vector->cipher_iv.length +
-               test_vector->auth_iv.length;
+               test_vector->auth_iv.length + test_vector->aead_iv.length;
        ctx->crypto_op_pool = rte_crypto_op_pool_create(pool_name,
                        RTE_CRYPTO_OP_TYPE_SYMMETRIC, options->pool_sz,
                        512, priv_size, rte_socket_id());