numam-dpdk/app
Pavan Nikhilesh 13370a3877 eventdev: fix inconsistency in queue config
With the current scheme of event queue configuration the cfg schedule
type macros (RTE_EVENT_QUEUE_CFG_*_ONLY) are inconsistent with the
event schedule type (RTE_SCHED_TYPE_*) this requires unnecessary
conversion between the fastpath and slowpath API's while scheduling
events or configuring event queues.

This patch aims to fix such inconsistency by using event schedule
types (RTE_SCHED_TYPE_*) for event queue configuration.

This patch also fixes example/eventdev_pipeline_sw_pmd as it doesn't
convert RTE_EVENT_QUEUE_CFG_*_ONLY to RTE_SCHED_TYPE_* which leads to
improper events being enqueued to the eventdev.

Fixes: adb5d5486c ("examples/eventdev_pipeline_sw_pmd: add sample app")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
2017-10-27 00:52:57 +02:00
..
pdump app: fix port id type 2017-10-13 21:57:48 +02:00
proc_info app/proc_info: fix port id type 2017-10-13 01:17:49 +01:00
test-crypto-perf app/crypto-perf: fix build with -Ofast 2017-10-13 12:51:27 +02:00
test-eventdev eventdev: fix inconsistency in queue config 2017-10-27 00:52:57 +02:00
test-pmd pci: introduce library and driver 2017-10-26 23:17:31 +02:00
Makefile app/testeventdev: introduce dpdk-test-eventdev app 2017-07-07 09:30:46 +02:00