Page MenuHomeFreeBSD

bnxt_en: add bnxt_sriov.c to sys/conf/files for built-in kernel builds
ClosedPublic

Authored by chandrakanth.patil_broadcom.com on Apr 28 2026, 11:19 AM.
Tags
None
Referenced Files
F161389662: D56688.diff
Fri, Jul 3, 8:38 AM
Unknown Object (File)
Sat, Jun 20, 1:15 PM
Unknown Object (File)
Sat, Jun 6, 11:16 PM
Unknown Object (File)
Sat, Jun 6, 11:13 PM
Unknown Object (File)
Fri, Jun 5, 5:07 PM
Unknown Object (File)
Fri, Jun 5, 5:04 PM
Unknown Object (File)
Thu, Jun 4, 10:05 AM
Unknown Object (File)
Thu, Jun 4, 10:05 AM
Subscribers

Details

Summary

The SR-IOV series added bnxt_sriov.c and listed it in sys/modules/bnxt/bnxt_en/Makefile, but kernels that build bnxt into the
image only compile sources named in sys/conf/files. Add bnxt_sriov.c next to the other bnxt_en entries so built-in bnxt (including LINT)
links the SR-IOV implementation and avoids undefined symbols referenced from if_bnxt.c.

Fixes: f2f831b2c151 ("bnxt_en: Add core SR-IOV infrastructure")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable