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

2014-10-06 Thread Pattan, Reshma
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Monday, October 6, 2014 3:45 PM > To: Pattan, Reshma > Cc: dev at dpdk.org; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v3] distributor_app: new sample app > > On Mon, Oc

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

2014-10-06 Thread Neil Horman
at tuxdriver.com] > > > > Sent: Wednesday, October 1, 2014 5:08 PM > > > > To: Richardson, Bruce > > > > Cc: Pattan, Reshma; dev at dpdk.org > > > > Subject: Re: [dpdk-dev] [PATCH v3] distributor_app: new sample app > > > > > > >

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

2014-10-06 Thread Pattan, Reshma
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Wednesday, October 1, 2014 5:08 PM > To: Richardson, Bruce > Cc: Pattan, Reshma; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] distributor_app: new sample app > > >

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

2014-10-06 Thread Neil Horman
dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v3] distributor_app: new sample app > > > > > > > > > > > > 1)I had sent v5 patch which handles graceful shutdown of rx and tx > > > > > threads upon SIGINT > > > > I see it and will take

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

2014-10-02 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, October 01, 2014 4:38 PM > To: Neil Horman > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] distributor_app: new sample app > > On Wed, Oc

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

2014-10-01 Thread Bruce Richardson
mber 30, 2014 2:40 PM > > > To: Richardson, Bruce > > > Cc: Pattan, Reshma; dev at dpdk.org > > > Subject: Re: [dpdk-dev] [PATCH v3] distributor_app: new sample app > > > > > > On Tue, Sep 30, 2014 at 01:18:28PM +0100, Bruce Richardson wrote: > > &g

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

2014-10-01 Thread Pattan, Reshma
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Tuesday, September 30, 2014 2:40 PM > To: Richardson, Bruce > Cc: Pattan, Reshma; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] distributor_app: new sample app > > On Tu

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

2014-10-01 Thread Neil Horman
> > > > > > 1)I had sent v5 patch which handles graceful shutdown of rx and tx > > > threads upon SIGINT > > I see it and will take a look shortly, thanks. > > > > > 2)Worker thread graceful shutdown was not handled as of now as it needs > > > some change in lcore_worker logic , which will be d

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

2014-10-01 Thread Neil Horman
dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v3] distributor_app: new sample app > > > > On Tue, Sep 30, 2014 at 01:18:28PM +0100, Bruce Richardson wrote: > > > On Tue, Sep 30, 2014 at 07:34:45AM -0400, Neil Horman wrote: > > > > On Tue, Sep

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

2014-09-30 Thread Bruce Richardson
On Tue, Sep 30, 2014 at 07:34:45AM -0400, Neil Horman wrote: > On Tue, Sep 30, 2014 at 11:39:37AM +0100, reshmapa wrote: > > 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 packet

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

2014-09-30 Thread reshmapa
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

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

2014-09-30 Thread Neil Horman
On Tue, Sep 30, 2014 at 01:18:28PM +0100, Bruce Richardson wrote: > On Tue, Sep 30, 2014 at 07:34:45AM -0400, Neil Horman wrote: > > On Tue, Sep 30, 2014 at 11:39:37AM +0100, reshmapa wrote: > > > From: Reshma Pattan > > > > > > A new sample app that shows the usage of the distributor library. Th

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

2014-09-30 Thread Neil Horman
On Tue, Sep 30, 2014 at 11:39:37AM +0100, reshmapa wrote: > 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 us