> From: Jerin Jacob [mailto:[email protected]] > Sent: Wednesday, June 14, 2017 5:58 AM > To: [email protected] > Cc: Richardson, Bruce <[email protected]>; Van Haaren, Harry > <[email protected]>; [email protected]; Eads, Gage > <[email protected]>; > [email protected]; Vangati, Narender <[email protected]>; Rao, > Nikhil > <[email protected]>; Jerin Jacob <[email protected]> > Subject: [dpdk-dev] [PATCH 1/2] eventdev: introduce burst mode capabality > > Introducing the burst mode capability flag to express the event device > is capable of operating in burst mode for enqueue(forward, release) and > dequeue operation. If the device is not capable, then the application > still uses the rte_event_dequeue_burst() and rte_event_enqueue_burst() > but PMD accepts only one event at a time which is any way transparent > with the current rte_event_*_burst API semantics.
<snip> details of changes > Signed-off-by: Jerin Jacob <[email protected]> > --- > lib/librte_eventdev/rte_eventdev.c | 10 ++++++---- > lib/librte_eventdev/rte_eventdev.h | 20 ++++++++++++++++---- > 2 files changed, 22 insertions(+), 8 deletions(-) Acked-by: Harry van Haaren <[email protected]>

