[dpdk-dev] [PATCH v1 0/2] event enqueue-dequeue callback handler
Vipin Varghese
vipin.varghese at intel.com
Thu Jun 6 20:29:55 CEST 2019
The patch series is an attempt to add callback handlers to event device.
Motivation
==========
Allow user to debug and modify the event list in event device enqueue-dequeue
stages.
The enqueue stage is modified to allow user handler to be invoked prior to
actual device enqueue. The dequeue stage is modified to allow user handler
to be invoked post to actual device dequeue.
Status
======
The new APIs are added as experimental.
Change Log:
==========
Vipin Varghese (2):
lib/event: add callback handlers for event
examples/event: add callback handle
config/common_base | 1 +
examples/eventdev_pipeline/main.c | 49 +++
lib/librte_eventdev/rte_eventdev.c | 361 +++++++++++++++++++
lib/librte_eventdev/rte_eventdev.h | 267 +++++++++++++-
lib/librte_eventdev/rte_eventdev_version.map | 8 +
5 files changed, 682 insertions(+), 4 deletions(-)
--
2.17.1
More information about the dev
mailing list