Skip to content

Support cloud-hypervisor by extending init script #680

@lukasfrank

Description

@lukasfrank

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-provider and libvirt-provider can run on the same host

Metadata

Metadata

Assignees

Labels

area/computeCompute and virtualization specific issues and enhancements.area/networkingenhancementNew feature or request

Type

No type

Projects

Status

Archive

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions