Re: [dpdk-dev] [PATCH v6 10/21] event/sw: add worker core functions

2017-03-30 Thread Jerin Jacob
On Thu, Mar 30, 2017 at 12:25:52AM +0100, Harry van Haaren wrote: > From: Bruce Richardson > > add the event enqueue, dequeue and release functions to the eventdev. > These also include tracking of stats for observability in the load of > the scheduler. > Internally in the enqueue function, the v

[dpdk-dev] [PATCH v6 10/21] event/sw: add worker core functions

2017-03-29 Thread Harry van Haaren
From: Bruce Richardson add the event enqueue, dequeue and release functions to the eventdev. These also include tracking of stats for observability in the load of the scheduler. Internally in the enqueue function, the various types of enqueue operations, to forward an existing event, to send a ne