> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Wednesday, June 14, 2017 5:58 AM > To: dev@dpdk.org > Cc: Richardson, Bruce <bruce.richard...@intel.com>; Van Haaren, Harry > <harry.van.haa...@intel.com>; hemant.agra...@nxp.com; Eads, Gage > <gage.e...@intel.com>; > nipun.gu...@nxp.com; Vangati, Narender <narender.vang...@intel.com>; Rao, > Nikhil > <nikhil....@intel.com>; Jerin Jacob <jerin.ja...@caviumnetworks.com> > 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 <jerin.ja...@caviumnetworks.com> > --- > 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 <harry.van.haa...@intel.com>