Page MenuHomeFreeBSD

ixl(4): Report RX errors as sum of all RX error counters
ClosedPublic

Authored by krzysztof.galazka_intel.com on Dec 16 2020, 7:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 10, 5:34 PM
Unknown Object (File)
Tue, Jan 7, 1:01 AM
Unknown Object (File)
Dec 21 2024, 4:11 PM
Unknown Object (File)
Dec 13 2024, 5:03 AM
Unknown Object (File)
Dec 13 2024, 12:37 AM
Unknown Object (File)
Dec 8 2024, 11:06 PM
Unknown Object (File)
Oct 29 2024, 8:20 PM
Unknown Object (File)
Oct 3 2024, 4:11 PM
Subscribers

Details

Summary

HW keeps track of RX errors using several counters, each for
specific type of errors. Report RX errors to OS as sum
of all those counters: CRC errors, illegal bytes, checksum,
length, undersize, fragment, oversize and jabber errors.

There is no HW counter for frames with invalid L3/L4 checksums
so add a SW one.

Also add a "rx_errors" sysctl with a copy of netstat IERRORS
counter value to make it easier accessible from scripts.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35447
Build 32357: arc lint + arc unit