[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 12 Apr 2023 13:45:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490

--- 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.