Date: Mon, 26 Apr 2021 20:19:48 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 230996] em/igb: Intel i210/i350: ifconfig: enabling "vlanhwtag" renders VLAN on i210/i350 NICs unusable Message-ID: <bug-230996-7501-DjyXD5Mak0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230996-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-230996-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=3D230996 Brock Williams <brock@cottonwoodcomputer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brock@cottonwoodcomputer.co | |m --- Comment #20 from Brock Williams <brock@cottonwoodcomputer.com> --- We're seeing the same, or at least very similar, issue on 13.0-RELEASE. In= our case, we only have the problem if the port is in gigabit mode. If we limit= the switch to 100, we don't see the issue. Our configuration is passing a vlan over a bridge interface: ifconfig_igb0=3D"DHCP" ifconfig_igb1=3D"inet 172.28.1.1 netmask 255.255.255.0" dhcpd_ifaces=3D"igb1" vlans_igb0=3D"1501" vlans_igb1=3D"1501" ifconfig_igb0_1501=3D"up" ifconfig_igb1_1501=3D"up" cloned_interfaces=3D"bridge0" ifconfig_bridge0=3D"addm igb0.1501 addm igb1.1501 up" Adding -vlanhwtag to igb0 and igb1 resolves it. pciconf -lv: igb0@pci0:2:0:0: class=3D0x020000 rev=3D0x03 hdr=3D0x00 vendor=3D0x8= 086 device=3D0x1533 subvendor=3D0x15d9 subdevice=3D0x1533 vendor =3D 'Intel Corporation' device =3D 'I210 Gigabit Network Connection' class =3D network subclass =3D ethernet --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230996-7501-DjyXD5Mak0>