Date: Fri, 06 Nov 2020 22:51:13 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 240818] igb(4) vlanhwfilter feature generate link UP/DOWN for each new vlan created Message-ID: <bug-240818-7501-FlSZmZbU2r@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240818-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-240818-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=3D240818 mike@sentex.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike@sentex.net --- Comment #25 from mike@sentex.net --- I have confirmed this behaviour on RELENG_12 (r367411) e.g ifconfig vlan6 create 10.6.6.6/28 vlandev igb1 vlan 6 ifconfig vlan7 create 10.7.7.7/28 vlandev igb1 vlan 7 # dmesg | tail -19 vlan5: promiscuous mode enabled igb1: promiscuous mode disabled vlan5: promiscuous mode disabled igb1: promiscuous mode enabled igb1: promiscuous mode disabled igb1: link state changed to DOWN vlan5: link state changed to DOWN vlan6: link state changed to DOWN igb1: link state changed to UP vlan5: link state changed to UP vlan6: link state changed to UP igb1: link state changed to DOWN vlan5: link state changed to DOWN vlan6: link state changed to DOWN vlan7: link state changed to DOWN igb1: link state changed to UP vlan5: link state changed to UP vlan6: link state changed to UP vlan7: link state changed to UP ie. with each vlan created, igb1 and all the VLANS transition with a full carrier down/up (confirmed from the switch they are connected to) Confirmed on 3 different boards=20 Supermicro X11SSH-F igb1@pci0:3:0:0: class=3D0x020000 card=3D0x153315d9 chip=3D0x1533808= 6 rev=3D0x03 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'I210 Gigabit Network Connection' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 32, base 0xdf200000, size 524288, ena= bled bar [18] =3D type I/O Port, range 32, base 0xd000, size 32, enabled bar [1c] =3D type Memory, range 32, base 0xdf280000, size 16384, enab= led cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit, vector masks=20 cap 11[70] =3D MSI-X supports 5 messages, enabled Table in map 0x1c[0x0], PBA in map 0x1c[0x2000] cap 10[a0] =3D PCI-Express 2 endpoint max data 256(512) FLR NS max read 512 link x1(x1) speed 2.5(2.5) ASPM L1(L0s/L1) ecap 0001[100] =3D AER 2 0 fatal 0 non-fatal 1 corrected ecap 0003[140] =3D Serial 1 ac1f6bffff77ce57 ecap 0017[1a0] =3D TPH Requester 1 ASRockRack X470D4U # pciconf -lcvb igb1 igb1@pci0:36:0:0: class=3D0x020000 card=3D0x15331849 chip=3D0x1533808= 6 rev=3D0x03 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'I210 Gigabit Network Connection' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 32, base 0xf7300000, size 524288, ena= bled bar [18] =3D type I/O Port, range 32, base 0xd000, size 32, enabled bar [1c] =3D type Memory, range 32, base 0xf7380000, size 16384, enab= led cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit, vector masks=20 cap 11[70] =3D MSI-X supports 5 messages, enabled Table in map 0x1c[0x0], PBA in map 0x1c[0x2000] cap 10[a0] =3D PCI-Express 2 endpoint max data 256(512) FLR RO NS max read 512 link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1) ecap 0001[100] =3D AER 2 0 fatal 0 non-fatal 1 corrected ecap 0003[140] =3D Serial 1 7085c2fffffde3e8 ecap 0017[1a0] =3D TPH Requester 1 Supermicro SYS-5019C-M # pciconf -lvcb igb1 igb1@pci0:4:0:0: class=3D0x020000 card=3D0x153315d9 chip=3D0x1533808= 6 rev=3D0x03 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'I210 Gigabit Network Connection' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 32, base 0x93200000, size 524288, ena= bled bar [18] =3D type I/O Port, range 32, base 0x4000, size 32, enabled bar [1c] =3D type Memory, range 32, base 0x93280000, size 16384, enab= led cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit, vector masks=20 cap 11[70] =3D MSI-X supports 5 messages, enabled Table in map 0x1c[0x0], PBA in map 0x1c[0x2000] cap 10[a0] =3D PCI-Express 2 endpoint max data 256(512) FLR RO NS max read 512 link x1(x1) speed 2.5(2.5) ASPM L1(L0s/L1) ecap 0001[100] =3D AER 2 0 fatal 0 non-fatal 1 corrected ecap 0003[140] =3D Serial 1 3cecefffff6d99ab ecap 0017[1a0] =3D TPH Requester 1 --=20 You are receiving this mail because: 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-240818-7501-FlSZmZbU2r>