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 maximum outstanding transmit buffers. >> >> Fixes: 827ed2a118cc ("net/bnx2x: restructure Tx routine") >> >> Signed-off-by: Chas Williams <ciwil...@brocade.com>
> Acked-by: Harish Patil <harish.pa...@qlogic.com> net/bnx2x: fix transmit queue free threshold Cc: sta...@dpdk.org Applied to dpdk-next-net/master, thanks.