DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/2] event enqueue-dequeue callback handler
@ 2019-06-06 18:29 Vipin Varghese
  2019-06-06 18:29 ` [dpdk-dev] [PATCH v1 1/2] lib/event: add callback handlers for event Vipin Varghese
  2019-06-06 18:29 ` [dpdk-dev] [PATCH v1 2/2] examples/event: add callback handle Vipin Varghese
  0 siblings, 2 replies; 3+ messages in thread
From: Vipin Varghese @ 2019-06-06 18:29 UTC (permalink / raw)
  To: marko.kovacevic, john.mcnamara, jerinj, harry.van.haaren,
	keith.wiles, gage.eads, dev
  Cc: sanjay.padubidri, narender.vangati, ilia.kurakin, Vipin Varghese

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-06 18:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06 18:29 [dpdk-dev] [PATCH v1 0/2] event enqueue-dequeue callback handler Vipin Varghese
2019-06-06 18:29 ` [dpdk-dev] [PATCH v1 1/2] lib/event: add callback handlers for event Vipin Varghese
2019-06-06 18:29 ` [dpdk-dev] [PATCH v1 2/2] examples/event: add callback handle Vipin Varghese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).