Re: [dpdk-dev] [PATCH 15/33] app/testeventdev: order: launch lcores

2017-06-01 Thread Eads, Gage
nder > ; Rao, Nikhil ; > gprathyu...@caviumnetworks.com; Jerin Jacob > > Subject: [dpdk-dev] [PATCH 15/33] app/testeventdev: order: launch lcores > > The event producer and master lcore's test end and failure detection logic > are > common for the queu

[dpdk-dev] [PATCH 15/33] app/testeventdev: order: launch lcores

2017-05-28 Thread Jerin Jacob
The event producer and master lcore's test end and failure detection logic are common for the queue and all types queue test.Move them as the common function. Signed-off-by: Jerin Jacob --- app/test-eventdev/test_order_common.c | 114 ++ app/test-eventdev/test_ord