Re: [PATCH v1 3/6] eventdev: support optional dequeue callbacks

2023-10-16 Thread Tyler Retzlaff
On Mon, Oct 16, 2023 at 01:57:12PM -0700, Sivaprasad Tummala wrote: > Add optional support for inline event processing within pmd dequeue > call. For a dequeue callback, events dequeued from the event port > were passed them to a callback function if configured, to allow > additional processing. e.

[PATCH v1 3/6] eventdev: support optional dequeue callbacks

2023-10-16 Thread Sivaprasad Tummala
Add optional support for inline event processing within pmd dequeue call. For a dequeue callback, events dequeued from the event port were passed them to a callback function if configured, to allow additional processing. e.g. unpack batch of packets from each event on dequeue, before passing back t