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

Ferruh Yigit ferruh.yigit at intel.com
Thu Feb 23 11:09:01 CET 2017


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 <ciwillia at brocade.com>

> Acked-by: Harish Patil <harish.patil at qlogic.com>

    net/bnx2x: fix transmit queue free threshold

    Cc: stable at dpdk.org

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list