Re: [dpdk-dev] [PATCH 2/2] app/test-eventdev: add Tx adapter support

2018-09-04 Thread Pavan Nikhilesh
On Tue, Sep 04, 2018 at 11:07:15AM +0530, Rao, Nikhil wrote: > Hi Pavan, > > Few comments below. > > On 8/31/2018 4:10 PM, Pavan Nikhilesh wrote: > > Convert existing Tx service based pipeline to Tx adapter based APIs and > > simplify worker functions. > > > > Signed-off-by: Pavan Nikhilesh > > --

Re: [dpdk-dev] [PATCH 2/2] app/test-eventdev: add Tx adapter support

2018-09-03 Thread Rao, Nikhil
Hi Pavan, Few comments below. On 8/31/2018 4:10 PM, Pavan Nikhilesh wrote: Convert existing Tx service based pipeline to Tx adapter based APIs and simplify worker functions. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/test_pipeline_atq.c| 216 +++- app/test-eve

[dpdk-dev] [PATCH 2/2] app/test-eventdev: add Tx adapter support

2018-08-31 Thread Pavan Nikhilesh
Convert existing Tx service based pipeline to Tx adapter based APIs and simplify worker functions. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/test_pipeline_atq.c| 216 +++- app/test-eventdev/test_pipeline_common.c | 193 ++ app/test-eventdev/test_pip