Re: [dpdk-dev] [PATCH] net/bnx2x: Fix transmit queue free threshold

2017-02-23 Thread Ferruh Yigit
On 2/23/2017 12:26 AM, Harish Patil wrote: >> >> The default tx_free_thresh is potentially larger than the allocated queue >> which will result in TX queue cleanup never happening. To fix this, >> lower the default free threshold and ensure that the free threshold is >> never greater than the maxi

Re: [dpdk-dev] [PATCH] net/bnx2x: Fix transmit queue free threshold

2017-02-22 Thread Harish Patil
> >The default tx_free_thresh is potentially larger than the allocated queue >which will result in TX queue cleanup never happening. To fix this, >lower the default free threshold and ensure that the free threshold is >never greater than the maximum outstanding transmit buffers. > >Fixes: 827ed2a1

[dpdk-dev] [PATCH] net/bnx2x: Fix transmit queue free threshold

2017-02-10 Thread Charles (Chas) Williams
The default tx_free_thresh is potentially larger than the allocated queue which will result in TX queue cleanup never happening. To fix this, lower the default free threshold and ensure that the free threshold is never greater than the maximum outstanding transmit buffers. Fixes: 827ed2a118cc ("n