This was kind of a pain to find.
rx_address_match_errors was renamed to rx_address_mismatch_drops.
+ {DRVSTAT_INFO(rx_address_mismatch_drops)},
+ /* Received packets dropped when IP packet length field is less than
+ * the IP header length field.
+ */
This isn't (or is it? Its been a long day) for the 10gig driver, just as a ref to show what each of those values you mean.
http://www.spinics.net/lists/netdev/msg187129.html
I like shadow peeks idea that this could be related to checksum offloading. Did the driver for sure get upgrade? I think there are a lot of hits for be2net driver issues in linux.
Bookmarks