Re: [dpdk-dev] [PATCH v4 08/13] app/eventdev: launch pipeline lcores

2018-01-16 Thread Van Haaren, Harry
> Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v4 08/13] app/eventdev: launch pipeline lcores > > The event master lcore's test termination and the logic to print the mpps > are common for the queue and all types queue test. > > Move them as the common f

[dpdk-dev] [PATCH v4 08/13] app/eventdev: launch pipeline lcores

2018-01-12 Thread Pavan Nikhilesh
The event master lcore's test termination and the logic to print the mpps are common for the queue and all types queue test. Move them as the common function. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/test_pipeline_common.c | 67 app/test-eventdev/tes