]> git.droids-corp.org - dpdk.git/blobdiff - test/test/test_cryptodev_blockcipher.h
cryptodev: support device independent sessions
[dpdk.git] / test / test / test_cryptodev_blockcipher.h
index 004122f2d5cfa544f9cd3a5759347d598ac6e840..22b8d206125f309011133da9d4120554e1955668 100644 (file)
@@ -125,8 +125,9 @@ struct blockcipher_test_data {
 int
 test_blockcipher_all_tests(struct rte_mempool *mbuf_pool,
        struct rte_mempool *op_mpool,
+       struct rte_mempool *sess_mpool,
        uint8_t dev_id,
-       enum rte_cryptodev_type cryptodev_type,
+       int driver_id,
        enum blockcipher_test_type test_type);
 
 #endif /* TEST_CRYPTODEV_BLOCKCIPHER_H_ */