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

2018-09-05 Thread Rao, Nikhil
On 9/5/2018 2:24 PM, Pavan Nikhilesh wrote: On Wed, Sep 05, 2018 at 12:24:18PM +0530, Rao, Nikhil wrote: On 9/4/2018 7:42 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/tes

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

2018-09-05 Thread Pavan Nikhilesh
On Wed, Sep 05, 2018 at 12:24:18PM +0530, Rao, Nikhil wrote: > On 9/4/2018 7:42 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

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

2018-09-04 Thread Rao, Nikhil
On 9/4/2018 7:42 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| 269 --- app/test-eventdev/test_pipeline_common.c |

[dpdk-dev] [PATCH v2 3/4] app/test-eventdev: add Tx adapter support

2018-09-04 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| 269 --- app/test-eventdev/test_pipeline_common.c | 206 + app/test-eventdev/test_p