This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vfio: Change the way the driver is fetched
Instead of using ethtool for getting the driver for network devices, use sysfs instead. This is because in case of virtio devices, ethtool returns virtio-net instead of virtio-pci for virtio network devices. We need to bind/unbind from virtio-pci driver in case of virtio-net devices. Fixes #612 Signed-off-by: Archana Shinde <[email protected]>
- Loading branch information