opnsense-src/sys/dev/ixl
Andrew Gallatin 17859d538c 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
2022-12-06 11:35:18 -05:00
..
i40e_adminq.c ixl(4): Fix 2.5 and 5G speeds reporting and update shared code 2021-09-13 14:00:50 -07:00
i40e_adminq.h
i40e_adminq_cmd.h ixl(4): Fix 2.5 and 5G speeds reporting and update shared code 2021-09-13 14:00:50 -07:00
i40e_alloc.h
i40e_common.c ixl(4): Add support for I710 devices and remove non-inclusive language 2022-05-24 09:12:49 -07:00
i40e_dcb.c ixl(4): Fix 2.5 and 5G speeds reporting and update shared code 2021-09-13 14:00:50 -07:00
i40e_dcb.h
i40e_devids.h ixl(4): Add support for I710 devices and remove non-inclusive language 2022-05-24 09:12:49 -07:00
i40e_hmc.c
i40e_hmc.h
i40e_lan_hmc.c ixl(4): Fix 2.5 and 5G speeds reporting and update shared code 2021-09-13 14:00:50 -07:00
i40e_lan_hmc.h
i40e_nvm.c ixl(4): Fix 2.5 and 5G speeds reporting and update shared code 2021-09-13 14:00:50 -07:00
i40e_osdep.c
i40e_osdep.h
i40e_prototype.h ixl(4): Fix 2.5 and 5G speeds reporting and update shared code 2021-09-13 14:00:50 -07:00
i40e_register.h ixl(4): Fix 2.5 and 5G speeds reporting and update shared code 2021-09-13 14:00:50 -07:00
i40e_status.h ixl(4): Add support for I710 devices and remove non-inclusive language 2022-05-24 09:12:49 -07:00
i40e_type.h ixl(4): Fix 2.5 and 5G speeds reporting and update shared code 2021-09-13 14:00:50 -07:00
if_ixl.c ixl: silence runtime warning when PCI_IOV is not enabled 2022-12-06 11:35:18 -05:00
ixl.h
ixl_debug.h
ixl_iw.c
ixl_iw.h
ixl_iw_int.h
ixl_pf.h ixl(4): Remove unused function declaration 2022-01-12 15:37:42 -08:00
ixl_pf_i2c.c
ixl_pf_iflib.c
ixl_pf_iov.c ixl: Remove unused variables. 2022-04-06 16:45:28 -07:00
ixl_pf_iov.h
ixl_pf_main.c ixl(4): Fix SR-IOV panics 2022-07-12 18:17:03 -07:00
ixl_pf_qmgr.c
ixl_pf_qmgr.h
ixl_txrx.c net: iflib: fix vlan processing in the drivers 2021-12-28 11:11:41 +00:00
virtchnl.h