go-nvlib/pkg/nvlib/device
Evan Lezar 62eb401f91 Check if device is MIG Capable when visiting MIG devices
This change updates Device.VisitMigDevices to align with
Device.VisitMigProfiles in than the function is skipped for
non-MIG-capable devices. This allows the function to always
be a no-op on older drivers where MIG is not supported.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-05-22 13:24:11 +02:00
..
api.go Add function for AssertValidMigProfileFormat 2023-03-27 10:04:32 +00:00
device.go Check if device is MIG Capable when visiting MIG devices 2023-05-22 13:24:11 +02:00
mig_device.go Add NewDeviceByUUID() and NewMigDeviceByUUID() calls to nvlib.device 2022-12-08 14:53:50 +00:00
mig_profile_test.go Fix bug where MigProfile.Equals() would not work with wrapper type 2023-03-27 16:43:56 +00:00
mig_profile.go Fix bug where MigProfile.Equals() would not work with wrapper type 2023-03-27 16:43:56 +00:00