Skip to content
Commit 657ade07 authored by Rickard x Andersson's avatar Rickard x Andersson Committed by David S. Miller
Browse files

net: fec: fix rare tx timeout



During certain heavy network loads TX could time out
with TX ring dump.
TX is sometimes never restarted after reaching
"tx_stop_threshold" because function "fec_enet_tx_queue"
only tests the first queue.

In addition the TX timeout callback function failed to
recover because it also operated only on the first queue.

Signed-off-by: default avatarRickard x Andersson <rickaran@axis.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ad5f97fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment