Re: git: f2f831b2c151 - main - bnxt_en: Add core SR-IOV infrastructure

From: Lexi Winter <ivy_at_freebsd.org>
Date: Tue, 28 Apr 2026 14:04:29 UTC
hello,

Sumit Saxena wrote in <69f0576a.31521.3b0166c9@gitrepo.freebsd.org>:
>     bnxt_en: Add core SR-IOV infrastructure

this seems to have broken the LINT build on amd64 and arm64:

--- kernel ---
ld.lld: error: undefined symbol: bnxt_sriov_attach
>>> referenced by if_bnxt.c
>>>               if_bnxt.o:(bnxt_attach_post)
ld.lld: error: undefined symbol: bnxt_update_vf_mac
>>> referenced by if_bnxt.c
>>>               if_bnxt.o:(bnxt_init)
ld.lld: error: undefined symbol: bnxt_promisc_ok
>>> referenced by if_bnxt.c
>>>               if_bnxt.o:(bnxt_promisc_set)
ld.lld: error: undefined symbol: bnxt_hwrm_exec_fwd_req
>>> referenced by if_bnxt.c
>>>               if_bnxt.o:(bnxt_sp_task)
ld.lld: error: undefined symbol: bnxt_reenable_sriov
>>> referenced by if_bnxt.c
>>>               if_bnxt.o:(bnxt_fw_reset_task)
ld.lld: error: undefined symbol: bnxt_iov_init
>>> referenced by if_bnxt.c
>>>               if_bnxt.o:(bnxt_iflib_methods)
ld.lld: error: undefined symbol: bnxt_iov_uninit
>>> referenced by if_bnxt.c
>>>               if_bnxt.o:(bnxt_iflib_methods)
ld.lld: error: undefined symbol: bnxt_iov_vf_add
>>> referenced by if_bnxt.c
>>>               if_bnxt.o:(bnxt_iflib_methods)