mirror of
https://github.com/clearml/go-nvlib
synced 2025-06-26 18:28:08 +00:00
The 'mdev' string now represents the absolute path to an mdev device (/sys/bus/pci/devices/<addr>/<uuid>) instead of the mdev_type directory for the mdev device (/sys/bus/pci/devices/<addr>/mdev_supported_types/<mdev-type>). This is more intuitive and will make it easier to get more information about a particular mdev device - like the driver or iommu_group it belongs to - which can be found at /sys/bus/pci/devices/<addr>/<uuid>. Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com> |
||
|---|---|---|
| docker | ||
| pkg | ||
| vendor | ||
| .common-ci.yml | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .nvidia-ci.yml | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
The go-nvlib project
This respository holds a collection of go packages to ease the development of
NVIDIA GPU management software. Many of its abstractions build and expand upon
the base go-nvml package which provides
a comprehensive wrapper around the official NVIDIA Management
Library.