Re: [patch 2.6.13 0/5] normalize calculations of rx_dropped

From: John W. Linville
Date: Mon Sep 12 2005 - 14:18:30 EST


On Mon, Sep 12, 2005 at 02:53:31PM -0400, Jeff Garzik wrote:

> For e.g. e1000, are we sure that packets dropped by hardware are
> accounted elsewhere?

The e100 and tg3 patches move the count of those frames to
rx_missed_errors. e1000 and ixgb were already counting them there in
addition to rx_discards, so they were simply removed from rx_discards.
3c59x was counting other errors in rx_discards, so they were removed
from that count.

John
--
John W. Linville
linville@xxxxxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/