[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-19 Thread Neil Horman
ver.com] > > > > Sent: Thursday, September 18, 2014 7:09 PM > > > > To: Thomas Monjalon > > > > Cc: Richardson, Bruce; dev at dpdk.org > > > > Subject: Re: [dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to > > > > 32 > > > >

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-19 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Friday, September 19, 2014 11:25 AM > To: Richardson, Bruce > Cc: Thomas Monjalon; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32 > &

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-19 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Thursday, September 18, 2014 7:09 PM > To: Thomas Monjalon > Cc: Richardson, Bruce; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32 > > On

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-19 Thread Neil Horman
org > > Subject: Re: [dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32 > > > > On Thu, Sep 18, 2014 at 07:13:52PM +0200, Thomas Monjalon wrote: > > > 2014-09-18 15:53, Richardson, Bruce: > > > > > > --- a/app/test-pmd/testpmd.c > > > >

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-18 Thread Thomas Monjalon
2014-09-18 15:53, Richardson, Bruce: > > > --- a/app/test-pmd/testpmd.c > > > +++ b/app/test-pmd/testpmd.c > > > @@ -225,7 +225,7 @@ struct rte_eth_thresh tx_thresh = { > > > /* > > > * Configurable value of RX free threshold. > > > */ > > > -uint16_t rx_free_thresh = 0; /* Immediately free

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-18 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Wednesday, September 17, 2014 4:30 PM > To: Richardson, Bruce > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32 > > On Wed, Sep 17,

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-18 Thread Neil Horman
On Thu, Sep 18, 2014 at 07:13:52PM +0200, Thomas Monjalon wrote: > 2014-09-18 15:53, Richardson, Bruce: > > > > --- a/app/test-pmd/testpmd.c > > > > +++ b/app/test-pmd/testpmd.c > > > > @@ -225,7 +225,7 @@ struct rte_eth_thresh tx_thresh = { > > > > /* > > > > * Configurable value of RX free

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-18 Thread Neil Horman
On Thu, Sep 18, 2014 at 03:53:33PM +, Richardson, Bruce wrote: > > -Original Message- > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Wednesday, September 17, 2014 4:30 PM > > To: Richardson, Bruce > > Cc: dev at dpdk.org > >

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-17 Thread Neil Horman
On Wed, Sep 17, 2014 at 11:01:40AM +0100, Bruce Richardson wrote: > To improve performance by using bulk alloc or vectored RX routines, we > need to set rx free threshold (rxfreet) value to 32, so make this the > testpmd default. > > Signed-off-by: Bruce Richardson > --- >

[dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32

2014-09-17 Thread Bruce Richardson
To improve performance by using bulk alloc or vectored RX routines, we need to set rx free threshold (rxfreet) value to 32, so make this the testpmd default. Signed-off-by: Bruce Richardson --- app/test-pmd/testpmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git