go-nvlib/pkg/nvlib/device
Evan Lezar fa5d0408ce Ensure pci bus ID is lower case
The PCI Bus ID returned by NVML is upper case and results in the following error:

error getting PCI device class for device:
failed to construct PCI device:
unable to read PCI device vendor id for 0000:0A:00.0:
open /sys/bus/pci/devices/0000:0A:00.0/vendor:
no such file or directory

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2022-11-16 12:12:07 +01:00
..
api.go Add filtering of devices based on PCI device class 2022-11-16 10:30:49 +01:00
device.go Ensure pci bus ID is lower case 2022-11-16 12:12:07 +01:00
mig_device.go Ensure that invalid MIG profiles are skipped 2022-10-14 10:31:50 +02:00
mig_profile_test.go
mig_profile.go