aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mxge/if_mxge_var.h
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2009-06-23 19:04:25 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2009-06-23 19:04:25 +0000
commit710328322a4352548c6033868f28156388720bab (patch)
treee4b6f6ff3b30af6c9673e10f705cfbc66cc74750 /sys/dev/mxge/if_mxge_var.h
parent9d53036ff15f0c2e58d27d484b4bc9c5e9a080b2 (diff)
downloadsrc-710328322a4352548c6033868f28156388720bab.tar.gz
src-710328322a4352548c6033868f28156388720bab.zip
Revert most of 193311 so as to track mxge transmit stats
on a per-ring basis and avoid racy (and costly) updates to the ifp stats via drbr by defining NO_SLOW_STATS Discussed with: kmacy
Notes
Notes: svn path=/head/; revision=194751
Diffstat (limited to 'sys/dev/mxge/if_mxge_var.h')
-rw-r--r--sys/dev/mxge/if_mxge_var.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mxge/if_mxge_var.h b/sys/dev/mxge/if_mxge_var.h
index 8240b623e584..8d1da2e172f3 100644
--- a/sys/dev/mxge/if_mxge_var.h
+++ b/sys/dev/mxge/if_mxge_var.h
@@ -196,6 +196,8 @@ struct mxge_slice_state {
volatile uint32_t *irq_claim;
u_long ipackets;
u_long opackets;
+ u_long obytes;
+ u_long omcasts;
u_long oerrors;
int if_drv_flags;
struct lro_head lro_active;