Documentation
¶
Overview ¶
Package sriov provides types for SR-IOV
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverType ¶
type DriverType string
DriverType is a driver type that is bound to virtual function
const ( // NoDriver is no driver type NoDriver DriverType = "no-driver" // KernelDriver is kernel driver type KernelDriver DriverType = "kernel" // VFIOPCIDriver is vfio-pci driver type VFIOPCIDriver DriverType = "vfio-pci" )
Directories
¶
Path | Synopsis |
---|---|
Package config provides SR-IOV config
|
Package config provides SR-IOV config |
Package pci provides utils to work with pcifunction.Function
|
Package pci provides utils to work with pcifunction.Function |
Package pcifunction provides classes for linux PCI functions API
|
Package pcifunction provides classes for linux PCI functions API |
Package resource provides a resource pool for SR-IOV PCI virtual functions
|
Package resource provides a resource pool for SR-IOV PCI virtual functions |
Package sriovtest provides utils for SR-IOV testing
|
Package sriovtest provides utils for SR-IOV testing |
Package token provides a token pool for SR-IOV resources
|
Package token provides a token pool for SR-IOV resources |
Click to show internal directories.
Click to hide internal directories.