]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/ixgbe/ixgbe_main.c
ixgbe: Clear out stray tx work on link down
authorNelson, Shannon <shannon.nelson@intel.com>
Mon, 27 Apr 2009 22:43:12 +0000 (22:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Apr 2009 08:53:17 +0000 (01:53 -0700)
commitbc59fcda671ee15362986a902bbd90e218fe84c4
tree481db56322e6739d04f053a42c1019dcb066bd2a
parent835462fc5d69adc948e8afb2073264888aaa0e2f
ixgbe: Clear out stray tx work on link down

Ayyappan at VMware noticed that we're missing this check from ixgbe which
is in our other drivers.  The difference with this implementation from our
other drivers is that this checks all the tx queues rather than just tx[0].

Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c