Re: [dpdk-dev] [PATCH v6 07/21] event/sw: add support for event queues

2017-03-30 Thread Jerin Jacob
On Thu, Mar 30, 2017 at 12:25:49AM +0100, Harry van Haaren wrote: > From: Bruce Richardson > > Add in the data structures for the event queues, and the eventdev > functions to create and destroy those queues. > > Signed-off-by: Bruce Richardson > Signed-off-by: Harry van Haaren Acked-by: Jeri

[dpdk-dev] [PATCH v6 07/21] event/sw: add support for event queues

2017-03-29 Thread Harry van Haaren
From: Bruce Richardson Add in the data structures for the event queues, and the eventdev functions to create and destroy those queues. Signed-off-by: Bruce Richardson Signed-off-by: Harry van Haaren --- drivers/event/sw/iq_ring.h | 176 drivers/ev