On 2/23/2017 12:26 AM, Harish Patil wrote:
quoted
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 ("net/bnx2x: restructure Tx routine")
Signed-off-by: Chas Williams <redacted>
Acked-by: Harish Patil <redacted>
net/bnx2x: fix transmit queue free threshold
Cc: stable@dpdk.org
Applied to dpdk-next-net/master, thanks.