examples/eventdev: add all type queue option
authorPavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Wed, 10 Jan 2018 11:10:08 +0000 (16:40 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 19 Jan 2018 15:09:56 +0000 (16:09 +0100)
commitafbfb754927928840ac28dfb46c21146a8fd2907
tree6e7d4951279603bec9fb6bd773ede9eeabf695cb
parentc47f70e17d8c6d24e0f679a542002bf7991e0add
examples/eventdev: add all type queue option

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 <pbhagavatula@caviumnetworks.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
examples/eventdev_pipeline_sw_pmd/main.c
examples/eventdev_pipeline_sw_pmd/pipeline_common.h
examples/eventdev_pipeline_sw_pmd/pipeline_worker_generic.c
examples/eventdev_pipeline_sw_pmd/pipeline_worker_tx.c