Skip to content

fix load_override for non-PCI bus

Stephen Hemminger requested to merge shemminger/driverctl:vmbus-subsystem into master

This fixes persistent override on Hyper-V/Azure VMBUS by inheriting the default bus from the udev SUBSYSTEM variable. For normal usage, the default of pci remains.

This allows DPDK override of network device on Hyper-V:

Then when udev runs load-override, it will get vmbus (rather than pci).

Merge request reports