-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
area/computeCompute and virtualization specific issues and enhancements.Compute and virtualization specific issues and enhancements.area/networkingenhancementNew feature or requestNew feature or request
Milestone
Description
Summary
In order to be able to consume the VFs provided by the dpservice, they must be bound to the vfio-pci driver. Since dpservice is owning the VFs it would make sense to prepare them there.
Basic example
The following commands need to be executed for all VFs:
Example for PCI address 0000:06:06.1:
echo 'vfio-pci' | sudo tee /sys/bus/pci/devices/0000:06:06.1/driver_override
echo '0000:06:06.1' | sudo tee /sys/bus/pci/drivers/vfio-pci/bind
TODO:
- @lukasfrank Check if
cloud-hypervisor-providerandlibvirt-providercan run on the same host
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/computeCompute and virtualization specific issues and enhancements.Compute and virtualization specific issues and enhancements.area/networkingenhancementNew feature or requestNew feature or request
Type
Projects
Status
Archive
Status
Done