mbox series

[v1,0/2] event enqueue-dequeue callback handler

Message ID 20190606182957.56596-1-vipin.varghese@intel.com (mailing list archive)
Headers
Series event enqueue-dequeue callback handler |

Message

Varghese, Vipin June 6, 2019, 6:29 p.m. UTC
  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(-)