Page MenuHomeFreeBSD

ixl: silence runtime warning when PCI_IOV is not enabled
ClosedPublic

Authored by gallatin on Dec 5 2022, 10:16 PM.
Tags
None
Referenced Files
F137595189: D37609.diff
Mon, Nov 24, 12:33 PM
Unknown Object (File)
Sun, Nov 23, 1:09 AM
Unknown Object (File)
Sun, Nov 23, 12:52 AM
Unknown Object (File)
Mon, Nov 17, 10:21 AM
Unknown Object (File)
Thu, Oct 30, 1:12 AM
Unknown Object (File)
Oct 25 2025, 2:05 PM
Unknown Object (File)
Oct 25 2025, 1:13 PM
Unknown Object (File)
Oct 19 2025, 4:45 PM
Subscribers

Details

Reviewers
erj
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
rG17859d538c23: ixl: silence runtime warning when PCI_IOV is not enabled
Summary

Even when PCI_IOV is not enabled, ixl still attempts to call iflib_softirq_alloc_generic(...IFLIB_INTR_IOV), which results in warnings similar to the following.

taskqgroup_attach_cpu: qid not found for iov cpu=2
ixl2: taskqgroup_attach_cpu failed 22

#ifdef out this call to iflib_softirq_alloc_generic() so as to silence these warnings.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable