[Bug 233004] ix0 at 12-BETA2: can not turn off RXCSUM/RXCSUM_IPV6
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 7 19:32:04 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233004
--- Comment #10 from commit-hook at freebsd.org ---
A commit references this bug:
Author: shurd
Date: Wed Nov 7 19:31:49 UTC 2018
New revision: 340236
URL: https://svnweb.freebsd.org/changeset/base/340236
Log:
Fix rxcsum issue introduced in r338838
r338838 attempted to fix issues with rxcsum and rxcsum6.
However, the rxcsum bits were set as though if_setcapenablebit() was
being called, not if_togglecapenable() which is in use. As a result,
it was not possible to disable rxcsum when rxcsum6 was supported.
PR: 233004
Reported by: lev
Reviewed by: lev
MFC after: 3 days
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D17881
Changes:
head/sys/net/iflib.c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list