opnsense-src/sys/dev/ixgbe
Andrew Gallatin 8de48df35c ixgbe: Do not count L3/L4 checksum errors as input errors
NIC input errors have traditionally indicated problems at the link
level (crc errors, runts, etc).  People tend to build monitoring
infrastructure  around such errors in order to monitor for bad network
hardware. When L3/L4 checksum errors are included in the category of
input errors, it breaks such monitoring, as these errors can originate
anywhere on the internet, and do not necessarily indicate faulty
local network hardware.

Reviewed by: erj, glebius
Differential Revision: https://reviews.freebsd.org/D38346
Sponsored by: Netflix
2023-02-02 10:14:12 -05:00
..
if_bypass.c
if_fdir.c Mechanically convert ixgbe(4) to IfAPI 2023-01-24 15:05:28 -05:00
if_ix.c ixgbe: Do not count L3/L4 checksum errors as input errors 2023-02-02 10:14:12 -05:00
if_ixv.c Mechanically convert ixgbe(4) to IfAPI 2023-01-24 15:05:28 -05:00
if_sriov.c Mechanically convert ixgbe(4) to IfAPI 2023-01-24 15:05:28 -05:00
ix_txrx.c
ixgbe.h ixgbe: Do not count L3/L4 checksum errors as input errors 2023-02-02 10:14:12 -05:00
ixgbe_82598.c ixgbe(4): Fix common typos in source code comments 2022-06-06 07:28:56 +02:00
ixgbe_82598.h
ixgbe_82599.c
ixgbe_82599.h
ixgbe_api.c ixgbe(4): Fix common typos in source code comments 2022-06-06 07:28:56 +02:00
ixgbe_api.h
ixgbe_bypass.h
ixgbe_common.c ixgbe(4): Fix common typos in source code comments 2022-06-06 07:28:56 +02:00
ixgbe_common.h
ixgbe_dcb.c
ixgbe_dcb.h
ixgbe_dcb_82598.c
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h
ixgbe_fdir.h
ixgbe_features.h
ixgbe_mbx.c
ixgbe_mbx.h
ixgbe_osdep.c
ixgbe_osdep.h
ixgbe_phy.c
ixgbe_phy.h
ixgbe_rss.h
ixgbe_sriov.h
ixgbe_type.h
ixgbe_vf.c
ixgbe_vf.h
ixgbe_x540.c
ixgbe_x540.h
ixgbe_x550.c ix: Mark variables only used in debug traces as unused. 2022-04-06 16:45:29 -07:00
ixgbe_x550.h