Eric Dumazet bec251bc8b net: no longer stop all TX queues in dev_watchdog()
There is no reason for stopping all TX queues from dev_watchdog()

Not only this stops feeding the NIC, it also migrates all qdiscs
to be serviced on the cpu calling netif_tx_unlock(), causing
a potential latency artifact.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-11-17 14:56:16 +00:00
..
2020-07-13 17:20:40 -07:00
2021-05-31 22:44:56 -07:00
2021-03-10 15:47:52 -08:00
2021-03-10 15:47:52 -08:00
2021-10-19 12:24:51 +01:00