// countSRIOVDevices provides a rough estimate of SRIOV Virtual Functions available on the system. // This is a rough check we use to rule out unsuitable systems, not to detect suitable systems. func countSRIOVDevices() (int, error) { … }
// countSRIOVDevices provides a rough estimate of SRIOV Virtual Functions available on the system. // This is a rough check we use to rule out unsuitable systems, not to detect suitable systems. func countSRIOVDevices() (int, error) { … }