igb statistics error

Ryan Stone rysto32 at gmail.com
Mon Jul 19 15:24:40 UTC 2010


If you look at the datasheet you will see that the statistics do not
measure the same thing(why would Intel implement two hardware counters
that measure the same thing?).  The Good Packets Received Count
measures the number of valid packets that passed one of the receive
filters.  In other words, it measures the number of valid packets that
were addressed to that interface.  The Total Packets Received
statistic measures the total number of valid packets received,
including packets that do not pass any filters.  In other words, it
measures the number of (valid?) packets received by the interface,
whether or not they were addressed to it.


More information about the freebsd-net mailing list