From 7e640cb24d1217cc1af305b327cab9f174ef4d1e Mon Sep 17 00:00:00 2001 From: gallatin Date: Tue, 23 Jun 2009 19:04:25 +0000 Subject: 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 --- sys/dev/mxge/if_mxge_var.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/mxge/if_mxge_var.h') diff --git a/sys/dev/mxge/if_mxge_var.h b/sys/dev/mxge/if_mxge_var.h index 8240b62..8d1da2e 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; -- cgit v1.1