diff options
author | Eric Dumazet <edumazet@google.com> | 2012-05-14 09:26:06 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-15 13:41:43 -0400 |
commit | 3ab77bf271e6a41512e366dfa5110edb981ed1d3 (patch) | |
tree | d3ff26916d49bba577ea29fc58fe4f3319366056 /tools | |
parent | 4e6304b8420aba5311ba21fd68dab2924ae4d91a (diff) | |
download | linux-3.10-3ab77bf271e6a41512e366dfa5110edb981ed1d3.tar.gz linux-3.10-3ab77bf271e6a41512e366dfa5110edb981ed1d3.tar.bz2 linux-3.10-3ab77bf271e6a41512e366dfa5110edb981ed1d3.zip |
pch_gbe: fix transmit races
Andy reported pch_gbe triggered "NETDEV WATCHDOG" errors.
May 11 11:06:09 kontron kernel: WARNING: at net/sched/sch_generic.c:261
dev_watchdog+0x1ec/0x200() (Not tainted)
May 11 11:06:09 kontron kernel: Hardware name: N/A
May 11 11:06:09 kontron kernel: NETDEV WATCHDOG: eth0 (pch_gbe):
transmit queue 0 timed out
It seems pch_gbe has a racy tx path (races with TX completion path)
Remove tx_queue_lock lock since it has no purpose, we must use tx_lock
instead.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Andy Cress <andy.cress@us.kontron.com>
Tested-by: Andy Cress <andy.cress@us.kontron.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions