]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe: workaround errata about UDP frames with zero checksum
authorAndrey V. Elsukov <ae@FreeBSD.org>
Thu, 10 Nov 2022 09:34:40 +0000 (12:34 +0300)
committerAndrey V. Elsukov <ae@FreeBSD.org>
Thu, 17 Nov 2022 20:13:43 +0000 (23:13 +0300)
commitdaf3d88ac1849c9a6c5f05d2a663c7fe57453b37
tree66e524476d607b56e08620fd2fb4706fc509b729
parent5971781ee78b0c5879c2696437b1f7629d140c30
ixgbe: workaround errata about UDP frames with zero checksum

Intel 82599 has errata related to IPv4 UDP frames with zero checksum.
It reports such datagrams with L4 integrity errors in IXGBE_XEC
register. And after afb1aa4e6df2 commit such errors are reported
via IFCOUNTER_IERRORS. This confuses users, since actually all frames
are handled correctly by the system.
To workaround the problem, let's ignore the XEC register value for
82599 cards for now.

PR: 266048
Discussed with: erj
Sponsored by: Yandex LLC

(cherry picked from commit 8526120ad41ca47367b43f8f4459e0fa61285571)
sys/dev/ixgbe/if_ix.c