Page MenuHomeFreeBSD

Fix kldload of if_ixl without PCI_IOV kernel option.
ClosedPublic

Authored by bdrewery on Jul 12 2017, 10:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 26, 5:54 PM
Unknown Object (File)
Mon, Jun 22, 5:27 PM
Unknown Object (File)
Fri, Jun 19, 6:09 PM
Unknown Object (File)
Thu, Jun 18, 6:52 PM
Unknown Object (File)
Thu, Jun 11, 5:23 AM
Unknown Object (File)
May 3 2026, 6:52 PM
Unknown Object (File)
Apr 22 2026, 10:02 PM
Unknown Object (File)
Apr 22 2026, 12:54 AM
Subscribers
None

Details

Summary

This also avoids compiling in pci_iov support into the kernel if_ixoif the PCI_IOV option is disabled.

Test Plan

Buitl module without KERNBUILDDIR set (no PCI_IOV), then with (with
opt_pci_iov.h having #define PCI_IOV 1 in it). The now-conditional files
were only built when PCI_IOV was enabled via opt_pci_iov.h from kernel config.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10459
Build 10869: arc lint + arc unit

Event Timeline

bdrewery retitled this revision from Fix kldload of if_ixl without PCI_IOV kernel option. This also avoids compiling in pci_iov support into the kernel if_ixo if the PCI_IOV option is disabled. to Fix kldload of if_ixl without PCI_IOV kernel option..Jul 12 2017, 10:04 PM
bdrewery edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jul 13 2017, 7:28 PM
This revision was automatically updated to reflect the committed changes.