[dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD

2016-11-22 Thread Richardson, Bruce
> -Original Message- > From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com] > Sent: Monday, November 21, 2016 8:19 PM > To: Richardson, Bruce > Cc: Van Haaren, Harry ; dev at dpdk.org > Subject: Re: [dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD > &

[dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD

2016-11-22 Thread Jerin Jacob
On Mon, Nov 21, 2016 at 09:48:56AM +, Bruce Richardson wrote: > On Sat, Nov 19, 2016 at 03:53:25AM +0530, Jerin Jacob wrote: > > On Thu, Nov 17, 2016 at 10:05:07AM +, Bruce Richardson wrote: > > > > 2) device stats API can be based on capability, HW implementations may > > > > not > > > >

[dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD

2016-11-21 Thread Bruce Richardson
On Sat, Nov 19, 2016 at 03:53:25AM +0530, Jerin Jacob wrote: > On Thu, Nov 17, 2016 at 10:05:07AM +, Bruce Richardson wrote: > > > 2) device stats API can be based on capability, HW implementations may not > > > support all the stats > > > > Yes, this is something we were thinking about. It wo

[dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD

2016-11-19 Thread Jerin Jacob
On Thu, Nov 17, 2016 at 10:05:07AM +, Bruce Richardson wrote: > > 2) device stats API can be based on capability, HW implementations may not > > support all the stats > > Yes, this is something we were thinking about. It would be nice if we > could at least come up with a common set of stats -

[dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD

2016-11-17 Thread Bruce Richardson
On Thu, Nov 17, 2016 at 01:49:25AM +0530, Jerin Jacob wrote: > On Wed, Nov 16, 2016 at 06:00:00PM +, Harry van Haaren wrote: > > This series of RFC patches implements the libeventdev API and a software > > eventdev PMD. > > > > The implementation here is intended to enable the community to use

[dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD

2016-11-17 Thread Jerin Jacob
On Wed, Nov 16, 2016 at 06:00:00PM +, Harry van Haaren wrote: > This series of RFC patches implements the libeventdev API and a software > eventdev PMD. > > The implementation here is intended to enable the community to use the > eventdev API, specifically to test if the API serves the purpose

[dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD

2016-11-16 Thread Harry van Haaren
This series of RFC patches implements the libeventdev API and a software eventdev PMD. The implementation here is intended to enable the community to use the eventdev API, specifically to test if the API serves the purpose that it is designed to. It should be noted this is an RFC implementation, a