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
F163142932: D56688.id.diff
Mon, Jul 20, 11:55 AM
Unknown Object (File)
Sun, Jul 19, 2:35 AM
Unknown Object (File)
Sat, Jul 18, 4:50 AM
Unknown Object (File)
Wed, Jul 15, 7:20 AM
Unknown Object (File)
Wed, Jul 15, 7:20 AM
Unknown Object (File)
Tue, Jul 7, 12:08 PM
Unknown Object (File)
Tue, Jul 7, 3:08 AM
Unknown Object (File)
Mon, Jul 6, 10:47 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