summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbevf/ixgbevf.h
diff options
context:
space:
mode:
authorLior Levy <lior.levy@intel.com>2011-03-02 06:42:37 (GMT)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-03-11 09:38:57 (GMT)
commit23633b13ff7e1e1380bd2e11c49eb5ddbdf37ea9 (patch)
tree4aec4b7b045b31f93dc96393da66ab6190ef1228 /drivers/net/ixgbevf/ixgbevf.h
parente9bce845c0cee1a492e5cee6a827ae71140fe8b3 (diff)
downloadlinux-fsl-qoriq-23633b13ff7e1e1380bd2e11c49eb5ddbdf37ea9.tar.xz
ixgbevf: remove Tx hang detection
Removed Tx hang detection mechanism from ixgbevf. This mechanism has no affect and can cause false alarm messages in some cases. Especially when VF Tx rate limit is turned on. The same mechanism was removed recently from igbvf. Signed-off-by: Lior Levy <lior.levy@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbevf/ixgbevf.h')
-rw-r--r--drivers/net/ixgbevf/ixgbevf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf.h b/drivers/net/ixgbevf/ixgbevf.h
index a63efcb..b703f60 100644
--- a/drivers/net/ixgbevf/ixgbevf.h
+++ b/drivers/net/ixgbevf/ixgbevf.h
@@ -207,7 +207,6 @@ struct ixgbevf_adapter {
u64 hw_tso_ctxt;
u64 hw_tso6_ctxt;
u32 tx_timeout_count;
- bool detect_tx_hung;
/* RX */
struct ixgbevf_ring *rx_ring; /* One per active queue */