Re: [dpdk-dev] [PATCH v5 09/20] event/sw: add worker core functions

2017-03-28 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, March 27, 2017 2:51 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Richardson, Bruce ; Eads, Gage > > Subject: Re: [PATCH v5 09/20] event/sw: add worker core functions > > On Fri, Mar 24, 2017 at 04:53:04PM +, Harry

Re: [dpdk-dev] [PATCH v5 09/20] event/sw: add worker core functions

2017-03-27 Thread Jerin Jacob
On Fri, Mar 24, 2017 at 04:53:04PM +, 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 v5 09/20] event/sw: add worker core functions

2017-03-24 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