[dpdk-dev] [PATCH 1/2] eventdev: introduce burst mode capabality

Van Haaren, Harry harry.van.haaren at intel.com
Wed Jun 14 13:21:40 CEST 2017


> From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com]
> Sent: Wednesday, June 14, 2017 5:58 AM
> To: dev at dpdk.org
> Cc: Richardson, Bruce <bruce.richardson at intel.com>; Van Haaren, Harry
> <harry.van.haaren at intel.com>; hemant.agrawal at nxp.com; Eads, Gage <gage.eads at intel.com>;
> nipun.gupta at nxp.com; Vangati, Narender <narender.vangati at intel.com>; Rao, Nikhil
> <nikhil.rao at intel.com>; Jerin Jacob <jerin.jacob at 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.jacob at 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.haaren at intel.com>



More information about the dev mailing list