Re: [E1000-devel] Re: drop counts

2005-07-26 Thread P
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

Re: [E1000-devel] Re: drop counts

2005-07-25 Thread Jesse Brandeburg
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

Re: [E1000-devel] Re: drop counts

2005-07-21 Thread P
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

RE: [E1000-devel] Re: drop counts

2005-07-20 Thread Brandeburg, Jesse
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

Re: [E1000-devel] Re: drop counts

2005-07-20 Thread Jesse Brandeburg
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