Jesse Brandeburg wrote:
On Thu, 21 Jul 2005, [EMAIL PROTECTED] wrote:
In 2.6.12 this changed to:
packets = gprc
dropped = mpc
fifo = mpc
missed = mpc
I think there still is a problem. Notice that /proc/net/dev
reports rx_dropped + rx_missed_errors for the drop column,
and so will be double co
On Thu, 21 Jul 2005, [EMAIL PROTECTED] wrote:
> dropped: rnbc does not mean dropped, see above. mpc means dropped.
>
> fifo: mpc means the fifo overflowed, and the packet was dropped (the
> only time we drop).
>
> missed: this should also be mpc because it shows we missed the packet.
Wow, thank
Jesse Brandeburg wrote:
dropped: rnbc does not mean dropped, see above. mpc means dropped.
fifo: mpc means the fifo overflowed, and the packet was dropped (the
only time we drop).
missed: this should also be mpc because it shows we missed the packet.
Wow, thanks! So there we were reportin
I apologize for my misconfigured email client, this is my correct
address
PS machine rebuilds suck.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jesse Brandeburg
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a mess
please use netdev@vger.kernel.org
On Tue, 19 Jul 2005, [EMAIL PROTECTED] wrote:
> I'm confused about the drop count reporting in e1000
> nics (and elsewhere). On e1000 nics the on nic rx buffer
> drop counts are maintained in "mpc" and the in kernel buffer drops
> are maintained in "rnbc".
Ac