numam-dpdk/drivers/event/dsw
Mattias Rönnblom 7e192bdb0c event/dsw: ignore scheduling type for single-link queues
The scheduling type parameter is not applicable for single link
queues. DSW would, at the time of rte_event_queue_setup(), erroneously
verify that scheduling type was one of the supported types, and
returned -ENOTSUP in case of RTE_SCHED_TYPE_ORDERED.

Fixes: 4540ee9c68 ("event/dsw: add device and queue configuration")
Cc: stable@dpdk.org

Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
Acked-by: Gage Eads <gage.eads@intel.com>
2019-05-13 16:19:05 +02:00
..
dsw_evdev.c event/dsw: ignore scheduling type for single-link queues 2019-05-13 16:19:05 +02:00
dsw_evdev.h event/dsw: implement xstats counters 2018-10-01 16:46:17 +02:00
dsw_event.c event/dsw: implement xstats counters 2018-10-01 16:46:17 +02:00
dsw_sort.h event/dsw: sort events on dequeue 2018-10-01 16:46:03 +02:00
dsw_xstats.c event/dsw: implement xstats counters 2018-10-01 16:46:17 +02:00
Makefile eventdev: promote adapter functions as stable 2019-04-22 13:20:33 +02:00
meson.build eventdev: promote adapter functions as stable 2019-04-22 13:20:33 +02:00
rte_pmd_dsw_event_version.map event/dsw: add device registration and build system 2018-10-01 16:44:14 +02:00