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)
Mar 9 2025, 6:54 PM
Unknown Object (File)
Mar 1 2025, 1:49 PM
Unknown Object (File)
Feb 26 2025, 10:30 PM
Unknown Object (File)
Feb 14 2025, 7:36 PM
Unknown Object (File)
Feb 12 2025, 6:24 PM
Unknown Object (File)
Feb 12 2025, 5:53 PM
Unknown Object (File)
Feb 12 2025, 3:13 PM
Unknown Object (File)
Feb 5 2025, 2:02 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
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped