test/crypto: use separate session mempools
[dpdk.git] / test / test / test_cryptodev_blockcipher.h
index f8bd858..5c22d5d 100644 (file)
@@ -104,6 +104,7 @@ int
 test_blockcipher_all_tests(struct rte_mempool *mbuf_pool,
        struct rte_mempool *op_mpool,
        struct rte_mempool *sess_mpool,
+       struct rte_mempool *sess_priv_mpool,
        uint8_t dev_id,
        int driver_id,
        enum blockcipher_test_type test_type);