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
F101322712: D37609.diff
Sun, Oct 27, 7:24 PM
Unknown Object (File)
Wed, Oct 16, 12:52 PM
Unknown Object (File)
Sun, Oct 13, 7:39 PM
Unknown Object (File)
Sun, Oct 13, 2:09 AM
Unknown Object (File)
Fri, Oct 11, 6:21 AM
Unknown Object (File)
Fri, Oct 4, 3:56 PM
Unknown Object (File)
Thu, Oct 3, 5:03 AM
Unknown Object (File)
Wed, Oct 2, 9:01 AM
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