Re: [dpdk-dev] [PATCH v6 11/21] event/sw: add scheduling logic

2017-03-30 Thread Hunt, David
On 30/3/2017 12:25 AM, Harry van Haaren wrote: From: Bruce Richardson Add in the scheduling function which takes the events from the producer queues and buffers them before scheduling them to consumer queues. The scheduling logic includes support for atomic, reordered, and parallel scheduling o

[dpdk-dev] [PATCH v6 11/21] event/sw: add scheduling logic

2017-03-29 Thread Harry van Haaren
From: Bruce Richardson Add in the scheduling function which takes the events from the producer queues and buffers them before scheduling them to consumer queues. The scheduling logic includes support for atomic, reordered, and parallel scheduling of flows. Signed-off-by: Bruce Richardson Signed