New upstream version 17.08
[deb_dpdk.git] / app / test-crypto-perf / cperf.h
index 293ba94..c9f7f81 100644 (file)
@@ -41,7 +41,10 @@ struct cperf_options;
 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);