]> git.droids-corp.org - dpdk.git/blobdiff - app/test-crypto-perf/cperf.h
cryptodev: support device independent sessions
[dpdk.git] / app / test-crypto-perf / cperf.h
index 293ba9406e3c365faf4c53e858977fe0caa22ae5..c9f7f81749afbbcd01848b0f87f0f89cce9c02f3 100644 (file)
@@ -41,7 +41,10 @@ struct cperf_options;
 struct cperf_test_vector;
 struct cperf_op_fns;
 
 struct cperf_test_vector;
 struct cperf_op_fns;
 
-typedef void  *(*cperf_constructor_t)(uint8_t dev_id, uint16_t qp_id,
+typedef void  *(*cperf_constructor_t)(
+               struct rte_mempool *sess_mp,
+               uint8_t dev_id,
+               uint16_t qp_id,
                const struct cperf_options *options,
                const struct cperf_test_vector *t_vec,
                const struct cperf_op_fns *op_fns);
                const struct cperf_options *options,
                const struct cperf_test_vector *t_vec,
                const struct cperf_op_fns *op_fns);