freebsd-skq/sys/dev/pci
Ryan Stone 5cc26e6342 Pass SR-IOV configuration to kernel using an nvlist
Pass all SR-IOV configuration to the kernel using an nvlist.  The
main benefit that this offers is flexibility.  It allows a driver
to accept any number of parameters of any type supported by the
SR-IOV configuration infrastructure with having to make any
changes outside of the driver.

It also offers the user very fine-grained control over the
configuration of the VFs -- if they want, they can have different
configuration applied to every VF.

Differential Revision:	https://reviews.freebsd.org/D82
Reviewed by:		jhb
MFC after: 		1 month
Sponsored by:		Sandvine Inc.
2015-03-01 00:40:57 +00:00
..
eisa_pci.c
fixup_pci.c
hostb_pci.c
ignore_pci.c
isa_pci.c
pci_if.m Pass SR-IOV configuration to kernel using an nvlist 2015-03-01 00:40:57 +00:00
pci_iov_private.h Add infrastructure for exporting config schema from PF drivers 2015-03-01 00:40:42 +00:00
pci_iov_schema.c Add function to validate the consistency of SR-IOV config 2015-03-01 00:40:51 +00:00
pci_iov.c Pass SR-IOV configuration to kernel using an nvlist 2015-03-01 00:40:57 +00:00
pci_pci.c Add some pcib methods to get ARI-related information 2015-03-01 00:39:40 +00:00
pci_private.h Add infrastructure for exporting config schema from PF drivers 2015-03-01 00:40:42 +00:00
pci_subr.c
pci_user.c Emulate the Device ID and Vendor ID registers for VFs 2015-03-01 00:40:19 +00:00
pci.c Allocate PCI I/O memory spaces for VFs 2015-03-01 00:40:26 +00:00
pcib_if.m Add some pcib methods to get ARI-related information 2015-03-01 00:39:40 +00:00
pcib_private.h Add some pcib methods to get ARI-related information 2015-03-01 00:39:40 +00:00
pcib_support.c Add some pcib methods to get ARI-related information 2015-03-01 00:39:40 +00:00
pcireg.h Implement interface to create SR-IOV Virtual Functions 2015-03-01 00:40:09 +00:00
pcivar.h Add infrastructure for exporting config schema from PF drivers 2015-03-01 00:40:42 +00:00
schema_private.h Add infrastructure for exporting config schema from PF drivers 2015-03-01 00:40:42 +00:00
vga_pci.c Remove ia64. 2014-07-07 00:27:09 +00:00