go-nvlib/pkg/nvmdev
Christopher Desiniotis 805db5afa8 Refactor how mdev's are represented internally in nvmdev.
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>
2022-07-08 13:00:06 -07:00
..
mock.go Refactor how mdev's are represented internally in nvmdev. 2022-07-08 13:00:06 -07:00
nvmdev_test.go Refactor how mdev's are represented internally in nvmdev. 2022-07-08 13:00:06 -07:00
nvmdev.go Refactor how mdev's are represented internally in nvmdev. 2022-07-08 13:00:06 -07:00