[dpdk-dev] [PATCH 2/4] distributor: new packet distributor library

2014-05-21 Thread Neil Horman
On Wed, May 21, 2014 at 10:21:26AM +, Richardson, Bruce wrote: > > -Original Message- > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Tuesday, May 20, 2014 7:19 PM > > To: Richardson, Bruce > > Cc: dev at dpdk.org > > Subject: Re

[dpdk-dev] [PATCH 2/4] distributor: new packet distributor library

2014-05-21 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Tuesday, May 20, 2014 7:19 PM > To: Richardson, Bruce > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/4] distributor: new packet distributor > library > > On Tue, May 2

[dpdk-dev] [PATCH 2/4] distributor: new packet distributor library

2014-05-20 Thread Neil Horman
On Tue, May 20, 2014 at 11:00:55AM +0100, Bruce Richardson wrote: > This adds the code for a new Intel DPDK library for packet distribution. > The distributor is a component which is designed to pass packets > one-at-a-time to workers, with dynamic load balancing. Using the RSS > field in the mbuf

[dpdk-dev] [PATCH 2/4] distributor: new packet distributor library

2014-05-20 Thread Bruce Richardson
This adds the code for a new Intel DPDK library for packet distribution. The distributor is a component which is designed to pass packets one-at-a-time to workers, with dynamic load balancing. Using the RSS field in the mbuf as a tag, the distributor tracks what packet tag is being processed by wha