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
Unknown Object (File)
Mon, Sep 21, 12:47 PM
Unknown Object (File)
Thu, Sep 17, 7:37 PM
Unknown Object (File)
Thu, Sep 17, 7:20 PM
Unknown Object (File)
Thu, Sep 17, 7:20 PM
Unknown Object (File)
Mon, Sep 7, 4:44 PM
Unknown Object (File)
Mon, Sep 7, 6:26 AM
Unknown Object (File)
Sun, Sep 6, 1:38 PM
Unknown Object (File)
Thu, Sep 3, 12:21 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