Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Feb 2023 18:28:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 266048] [ixgbe] 82599ES reports IPv4 UDP with zero checksum as input errors
Message-ID:  <bug-266048-7501-Iwg15afgEj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266048-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266048-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266048

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch releng/12.3 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Df31403bfdd79be98e11a00cccf4b6707e=
006ba7a

commit f31403bfdd79be98e11a00cccf4b6707e006ba7a
Author:     Andrey V. Elsukov <ae@FreeBSD.org>
AuthorDate: 2022-11-10 09:34:40 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-02-08 16:32:26 +0000

    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
    Approved by:    so
    Security:       FreeBSD-EN-23:04.ixgbe

    (cherry picked from commit 8526120ad41ca47367b43f8f4459e0fa61285571)
    (cherry picked from commit fe9c4deda9d4aa2c5bed75071f8006bd2a0734a2)

 sys/dev/ixgbe/if_ix.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266048-7501-Iwg15afgEj>