You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SR-IOV (Single Root I/O Virtualization) is a technology that
allows a single physical PCI Express (PCIe) device, such as a
network adapter, to be shared efficiently among multiple virtual
machines (VMs) or containers. It achieves this by creating
Virtual Functions (VFs) that act as lightweight PCIe functions,
each assigned to a VM, while the Physical Function (PF) remains
responsible for managing the device.
Add check in Sysfs.is_physical - check if there is "physfn" in
the device dir to filter out VF, then XAPI will not create PIF
object for VF during scan.
Signed-off-by: Changlei Li <[email protected]>
0 commit comments