[Bug 231151] ifconfig: unable to disable rxcsum, rxcsum6 and vlanhwcsum on em driver

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 11 18:17:55 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231151

--- Comment #2 from Stephen Hurd <shurd at FreeBSD.org> ---
Yeah, for the RX checksum stuff, it's pretty clear that if *either* rxcsum or
rxcsum6 is set in the target capabilities, both will be forced on.  Since
ifconfig does a separate ioctl for each command-line flag, there's never a set
that has both set to zero, so neither ever gets disabled.

I'll see if I can figure out why r307562 made this change, and come up with a
Better Way to twi the two flags together.

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


More information about the freebsd-net mailing list