numam-dpdk/drivers/event/dpaa2
Gage Eads ec36d881f5 eventdev: add implicit release disable capability
This commit introduces a capability for disabling the "implicit" release
functionality for a port, which prevents the eventdev PMD from issuing
outstanding releases for previously dequeued events when dequeuing a new
batch of events.

If a PMD does not support this capability, the application will receive an
error if it attempts to setup a port with implicit releases disabled.
Otherwise, if the port is configured with implicit releases disabled, the
application must release each dequeued event by invoking
rte_event_enqueue_burst() with RTE_EVENT_OP_RELEASE or
RTE_EVENT_OP_FORWARD.

Signed-off-by: Gage Eads <gage.eads@intel.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
2018-01-19 16:09:56 +01:00
..
dpaa2_eventdev.c eventdev: add implicit release disable capability 2018-01-19 16:09:56 +01:00
dpaa2_eventdev.h drivers: use SPDX tag in NXP dpaa2 files 2018-01-04 22:41:39 +01:00
dpaa2_hw_dpcon.c drivers: use SPDX tag in NXP dpaa2 files 2018-01-04 22:41:39 +01:00
Makefile drivers: use SPDX tag in NXP dpaa2 files 2018-01-04 22:41:39 +01:00
rte_pmd_dpaa2_event_version.map event/dpaa2: add basic build infrastructure 2017-07-07 09:24:40 +02:00