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
Unknown Object (File)
Sun, May 17, 6:19 PM
Unknown Object (File)
Sun, May 17, 6:09 PM
Unknown Object (File)
Sat, May 9, 9:23 PM
Unknown Object (File)
Sat, May 9, 9:16 PM
Unknown Object (File)
Sat, May 9, 8:34 PM
Unknown Object (File)
Sat, May 9, 8:25 PM
Unknown Object (File)
Tue, Apr 28, 6:41 AM
Unknown Object (File)
Wed, Apr 22, 8:34 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