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

2014-06-03 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

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

2014-06-03 Thread Neil Horman
On Tue, Jun 03, 2014 at 07:04:12PM +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