Re: [dpdk-dev] [PATCH v2 02/12] app/eventdev: add pipeline test setup and destroy

2018-01-08 Thread Jerin Jacob
n.gu...@nxp.com, > liang.j...@intel.com > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v2 02/12] app/eventdev: add pipeline test setup > and destroy > X-Mailer: git-send-email 2.14.1 > > Pipeline test has the queue and all types queue variants. > Introduce te

[dpdk-dev] [PATCH v2 02/12] app/eventdev: add pipeline test setup and destroy

2017-12-18 Thread Pavan Nikhilesh
Pipeline test has the queue and all types queue variants. Introduce test_pipeline_common* to share the common code between those tests. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/Makefile | 2 + app/test-eventdev/test_pipeline_common.c | 71 +++ a