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
F153400564: D11573.id30754.diff
Mon, Apr 20, 10:56 PM
Unknown Object (File)
Sun, Apr 19, 8:52 PM
Unknown Object (File)
Sun, Apr 19, 8:02 PM
Unknown Object (File)
Sun, Apr 19, 5:46 AM
Unknown Object (File)
Mon, Apr 13, 10:14 PM
Unknown Object (File)
Mar 19 2026, 10:26 AM
Unknown Object (File)
Mar 19 2026, 3:29 AM
Unknown Object (File)
Mar 18 2026, 9:11 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.