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
F168323924: D56688.diff
Thu, Aug 27, 3:16 PM
F168251327: D56688.id176710.diff
Thu, Aug 27, 4:42 AM
Unknown Object (File)
Wed, Aug 26, 2:36 PM
Unknown Object (File)
Wed, Aug 26, 12:03 PM
Unknown Object (File)
Mon, Aug 24, 5:15 AM
Unknown Object (File)
Thu, Aug 20, 8:21 AM
Unknown Object (File)
Wed, Aug 12, 8:01 PM
Unknown Object (File)
Sat, Aug 8, 7:09 PM
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