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

2017-06-14 Thread Van Haaren, Harry
t; ; Jerin Jacob > 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 capa

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

2017-06-13 Thread Jerin Jacob
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