X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest-crypto-perf%2Fcperf_test_common.h;h=4cee78523679be7bb01db72afd97491bba17e9d9;hp=ad294311005820d4e5d6ff45b0eb798bbf40c907;hb=bf9d6702eca95f01105e93ab38fc36e9932314f8;hpb=c4f916e33226d308cb292568ea98b88376aea5f0 diff --git a/app/test-crypto-perf/cperf_test_common.h b/app/test-crypto-perf/cperf_test_common.h index ad29431100..4cee785236 100644 --- a/app/test-crypto-perf/cperf_test_common.h +++ b/app/test-crypto-perf/cperf_test_common.h @@ -45,18 +45,8 @@ cperf_alloc_common_memory(const struct cperf_options *options, const struct cperf_test_vector *test_vector, uint8_t dev_id, uint16_t qp_id, size_t extra_op_priv_size, - struct rte_mempool **pkt_mbuf_pool_in, - struct rte_mempool **pkt_mbuf_pool_out, - struct rte_mbuf ***mbufs_in, - struct rte_mbuf ***mbufs_out, - struct rte_mempool **crypto_op_pool); - -void -cperf_free_common_memory(const struct cperf_options *options, - struct rte_mempool *pkt_mbuf_pool_in, - struct rte_mempool *pkt_mbuf_pool_out, - struct rte_mbuf **mbufs_in, - struct rte_mbuf **mbufs_out, - struct rte_mempool *crypto_op_pool); + uint32_t *src_buf_offset, + uint32_t *dst_buf_offset, + struct rte_mempool **pool); #endif /* _CPERF_TEST_COMMON_H_ */