Re: [dpdk-dev] [PATCH 05/13] examples/eventdev: add ops to check cmdline args

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 05/

[dpdk-dev] [PATCH 05/13] examples/eventdev: add ops to check cmdline args

2017-12-07 Thread Pavan Nikhilesh
Each eventdev pipeline needs to allow different cmdline args combination based on pipeline type. Signed-off-by: Pavan Nikhilesh --- examples/eventdev_pipeline_sw_pmd/main.c | 16 +++-- .../eventdev_pipeline_sw_pmd/pipeline_common.h | 4 +++ .../pipeline_worker_generic.c