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)
Feb 25 2024, 8:31 AM
Unknown Object (File)
Jan 13 2024, 3:50 AM
Unknown Object (File)
Dec 20 2023, 7:17 AM
Unknown Object (File)
Oct 30 2023, 3:43 AM
Unknown Object (File)
Sep 21 2023, 6:29 AM
Unknown Object (File)
Jul 8 2023, 1:09 AM
Unknown Object (File)
May 8 2023, 3:28 PM
Unknown Object (File)
Mar 21 2023, 11:32 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.