Date: Wed, 12 Apr 2023 13:45:09 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded Message-ID: <bug-268490-7501-K6UwnKaoRo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268490-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-268490-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=3D268490 --- Comment #38 from Daniel Duerr <duerrd561@gmail.com> --- (In reply to Kevin Bowling from comment #37) Ok. As you requested, I've recreated my local branch from a fresh checkout = of origin/releng/12.4 with no local changes, and performed a `git revert 1a132077c2cb500410079f9120c3f676d15f7931` to back out that last bad commit.= The commit reverted cleanly without conflict, but now I am unable to build the kernel as I get an error: /usr/src/sys/dev/e1000/if_em.c:2544:7: error: use of undeclared identifier 'adapter' if (adapter->hw.mac.max_frame_size > 8192) ^ 1 error generated. *** [if_em.o] Error code 1 make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG --- em_txrx.o --- ctfconvert -L VERSION -g em_txrx.o --- if_de.o --- ctfconvert -L VERSION -g if_de.o --- modules-all --- ctfconvert -L VERSION -g ah_regdomain.o *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG 2 errors make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG Not sure where to go next. --=20 You are receiving this mail because: 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-268490-7501-K6UwnKaoRo>