[Bug 236584] em driver does not honor disabling vlanhwcsum

2019-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|n...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 236584] em driver does not honor disabling vlanhwcsum

2019-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584

Bug ID: 236584
   Summary: em driver does not honor disabling vlanhwcsum
   Product: Base System
   Version: 11.2-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: mu...@sunnyvalley.io

Please see the following:

[root@bsd11 ~]# uname -a
FreeBSD bsd11.2 11.2-STABLE FreeBSD 11.2-STABLE #0: Sat Dec 22 11:34:16 PST
2018 root@bsd11.2:/usr/obj/usr/src/sys/GENERIC  amd64

[root@bsd11 ~]# ifconfig em0
em0: flags=8843 metric 0 mtu 1500
   
options=209b
ether 52:54:00:8a:e5:33
hwaddr 52:54:00:8a:e5:33
inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255 
nd6 options=29
media: Ethernet autoselect (1000baseT )
status: active

[root@bsd11 ~]# ifconfig em0 -vlanhwtso -vlanhwfilter -vlanhwtag -vlanhwcsum

[root@bsd11 ~]# ifconfig em0
em0: flags=8843 metric 0 mtu 1500
options=208b
ether 52:54:00:8a:e5:33
hwaddr 52:54:00:8a:e5:33
inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255 
nd6 options=29
media: Ethernet autoselect (1000baseT )
status: active

[root@bsd11 ~]# ifconfig em0 -vlanhwcsum

[root@bsd11 ~]# ifconfig em0
em0: flags=8843 metric 0 mtu 1500
options=208b
ether 52:54:00:8a:e5:33
hwaddr 52:54:00:8a:e5:33
inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255 
nd6 options=29
media: Ethernet autoselect (1000baseT )
status: active
[root@bsd11 ~]#

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"