Date: Tue, 28 Sep 2021 23:53:28 +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-zv83q01HZ6@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 --- Comment #42 from Jason Tubnor <jason@tubnor.net> --- I have added a comment to the review. I received an undeclared identifier: /usr/src/sys/dev/e1000/if_em.c:3329:28: error: use of undeclared identifier 'pszie'; did you mean 'psize'? e1000_rlpml_set_vf(hw, pszie); ^~~~~ psize /usr/src/sys/dev/e1000/if_em.c:3320:7: note: 'psize' declared here u32 psize, srrctl =3D 0; ^ 1 error generated. *** Error code 1 Stop. --- Changed the above to psize and all built and runs ok. Looking at the commit, this was fixed between revision and commit. Testing on stacked VLAN igb interfaces works as intended on 13-STABLE-20210= 923 without removing any interface options (was working fine before the patch),= so no regression with existing systems. Also tested where VLANs were added to bridges and bhyve guest taps added to the bridge and no performance regress= ions were identified on the guests or hosts. Not tested with 12-stable. --=20 You are receiving this mail because: You are on the CC list for the bug. 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-230996-7501-zv83q01HZ6>