Re: [dpdk-dev] [PATCH 11/13] examples/eventdev: add atq single stage pipeline worker

2017-12-19 Thread Van Haaren, Harry
> From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > Sent: Thursday, December 7, 2017 8:37 PM > To: Eads, Gage ; jerin.jacobkollanukka...@cavium.com; > Van Haaren, Harry ; Rao, Nikhil > ; hemant.agra...@nxp.com; Ma, Liang J > > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [PATCH 11/

[dpdk-dev] [PATCH 11/13] examples/eventdev: add atq single stage pipeline worker

2017-12-07 Thread Pavan Nikhilesh
Add optimized eventdev pipeline when ethdev supports thread safe Tx, number of configured stages is one and all type queue option is enabled. Signed-off-by: Pavan Nikhilesh --- .../eventdev_pipeline_sw_pmd/pipeline_worker_tx.c | 88 +- 1 file changed, 86 insertions(+), 2 del