K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-11-17T20:17:22.711393Z K 7 svn:log V 664 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) Git Hash: fe9c4deda9d4aa2c5bed75071f8006bd2a0734a2 Git Author: ae@FreeBSD.org END