Home
last modified time | relevance | path

Searched hist:"17859 d538c23d6faa5a5512262d678377130e591" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dif_ixl.cdiff 17859d538c23d6faa5a5512262d678377130e591 Tue Dec 06 17:35:18 CET 2022 Andrew Gallatin <gallatin@FreeBSD.org> ixl: silence runtime warning when PCI_IOV is not enabled

When PCI_IOV is not enabled, do not attempt to call
iflib_softirq_alloc_generic(...IFLIB_INTR_IOV), as it results
in boot-time warnings similar to:
taskqgroup_attach_cpu: qid not found for iov cpu=2
ixl2: taskqgroup_attach_cpu failed 22
Instead, make it conditional on PCI_IOV like the other
SR-IOV related code.

Reviewed by: erj
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D37609