Re: [dpdk-dev] [PATCH 09/13] examples/eventdev: add all type queue option

2017-12-19 Thread Pavan Nikhilesh
On Tue, Dec 19, 2017 at 01:18:45PM +, Van Haaren, Harry wrote: > > 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.c

Re: [dpdk-dev] [PATCH 09/13] examples/eventdev: add all type queue option

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

[dpdk-dev] [PATCH 09/13] examples/eventdev: add all type queue option

2017-12-07 Thread Pavan Nikhilesh
Added configurable option to make queue type as all type queues i.e. RTE_EVENT_QUEUE_CFG_ALL_TYPES based on event dev capability RTE_EVENT_DEV_CAP_QUEUE_ALL_TYPES. This can be enabled by supplying '-a' as a cmdline argument. Signed-off-by: Pavan Nikhilesh --- examples/eventdev_pipeline_sw_pmd/m