]> git.droids-corp.org - dpdk.git/blobdiff - app/test-eventdev/test_pipeline_common.h
app/eventdev: add mempool setup and destroy
[dpdk.git] / app / test-eventdev / test_pipeline_common.h
index 645571cf5378e30dea4b78fe212ea6764eac36a0..569db1de5849ff5c9415fe64a294168e4dbf397d 100644 (file)
@@ -52,6 +52,8 @@ struct test_pipeline {
 } __rte_cache_aligned;
 
 int pipeline_test_setup(struct evt_test *test, struct evt_options *opt);
+int pipeline_mempool_setup(struct evt_test *test, struct evt_options *opt);
 void pipeline_test_destroy(struct evt_test *test, struct evt_options *opt);
+void pipeline_mempool_destroy(struct evt_test *test, struct evt_options *opt);
 
 #endif /* _TEST_PIPELINE_COMMON_ */