aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2008-07-08 18:07:24 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-07-11 01:20:31 -0400
commite21ed3538f1946ea623caf28f1c44ede50224275 (patch)
treeb4ba81094a95de0d9396ded4e992699cbc3f6393 /drivers/net/igb/igb.h
parent661086df6cf35f62d0aec09ccb9164eb2baaaecd (diff)
igb: update ethtool stats to support multiqueue
Addesses problems seen earlier with igb driver not correctly reporting rx and tx stats. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r--drivers/net/igb/igb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h
index a1431c8797b9..5915efccbcab 100644
--- a/drivers/net/igb/igb.h
+++ b/drivers/net/igb/igb.h
@@ -158,6 +158,7 @@ struct igb_ring {
158 union { 158 union {
159 /* TX */ 159 /* TX */
160 struct { 160 struct {
161 struct igb_queue_stats tx_stats;
161 bool detect_tx_hung; 162 bool detect_tx_hung;
162 }; 163 };
163 /* RX */ 164 /* RX */