Skip to content

Master

junwiseman requested to merge junwiseman/driverctl:master into master

NVIDIA driver will not loaded when no device available(all devices occupied by vfio-pci), and dmesg will got "NVRM: No NVIDIA devices probed". So we shall check driver twice: the 1st modprobe before unbind vfio-pci will failed with error "could not insert 'nvidia': No such device"; the 2st modprobe after probe_driver will loaded driver for unbinded device.

Merge request reports