commit | bc59fcda671ee15362986a902bbd90e218fe84c4 | [log] [tgz] |
---|---|---|
author | Nelson, Shannon <shannon.nelson@intel.com> | Mon Apr 27 22:43:12 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 28 01:53:17 2009 -0700 |
tree | 481db56322e6739d04f053a42c1019dcb066bd2a | |
parent | 835462fc5d69adc948e8afb2073264888aaa0e2f [diff] |
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>