[dpdk-dev] [PATCH v7] distributor_app: new sample app

2014-11-16 Thread Thomas Monjalon
2014-11-14 08:44, Pattan, Reshma: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > From: Reshma Pattan > > > > > > > > A new sample app that shows the usage of the distributor library. > > > > This app works as follows: > > > > > > > > * An RX thread runs which pulls packets f

[dpdk-dev] [PATCH v7] distributor_app: new sample app

2014-11-14 Thread Pattan, Reshma
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, November 13, 2014 9:30 PM > To: Pattan, Reshma > Cc: dev at dpdk.org; De Lara Guarch, Pablo > Subject: Re: [dpdk-dev] [PATCH v7] distributor_app: new sample

[dpdk-dev] [PATCH v7] distributor_app: new sample app

2014-11-13 Thread Thomas Monjalon
Hi Reshma, > > From: Reshma Pattan > > > > A new sample app that shows the usage of the distributor library. This > > app works as follows: > > > > * An RX thread runs which pulls packets from each ethernet port in turn > > and passes those packets to worker using a distributor component. > >

[dpdk-dev] [PATCH v7] distributor_app: new sample app

2014-11-03 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan > Sent: Monday, November 03, 2014 3:50 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v7] distributor_app: new sample app > > From: Reshma Pattan > > A ne

[dpdk-dev] [PATCH v7] distributor_app: new sample app

2014-11-03 Thread Reshma Pattan
From: Reshma Pattan A new sample app that shows the usage of the distributor library. This app works as follows: * An RX thread runs which pulls packets from each ethernet port in turn and passes those packets to worker using a distributor component. * The workers take the packets in turn, and