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, Jan 24, 7:13 AM
Unknown Object (File)
Jan 6 2025, 2:40 AM
Unknown Object (File)
Dec 18 2024, 9:27 AM
Unknown Object (File)
Dec 13 2024, 5:55 PM
Unknown Object (File)
Dec 4 2024, 3:07 AM
Unknown Object (File)
Nov 26 2024, 11:29 AM
Unknown Object (File)
Nov 24 2024, 12:27 PM
Unknown Object (File)
Nov 14 2024, 12:42 PM
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.