Date: Thu, 13 Sep 2018 03:40:51 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 231151] ifconfig: unable to disable rxcsum, rxcsum6 and vlanhwcsum on em driver Message-ID: <bug-231151-7501-62HU83GkCv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-231151-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-231151-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=3D231151 --- Comment #12 from Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp> --- (In reply to Shirkdog from comment #11) > I did notice that I no longer observed the any of the IPv6 flags > when I try to enable them, It is correct because em doesn't have ipv6 offloads. You can see the capabilities of the device with `ifconfig -m em0`. The old code changes the rxcsum6 flag in spite of its absence capability. --=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-231151-7501-62HU83GkCv>