X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftemplates%2Fvm%2Finit.sh;h=8edb40f4110be0f3b71b8cd8508e415c2b6be3fe;hb=5dc176ab31af5dff73be6dd5266169a7be19dd13;hp=446b49923df170f4293c5a37d0742d9d595792c0;hpb=01d9a0df1ed8143daa4fdcd0a05bfdcf3f34e7a6;p=csit.git diff --git a/resources/templates/vm/init.sh b/resources/templates/vm/init.sh index 446b49923d..8edb40f411 100644 --- a/resources/templates/vm/init.sh +++ b/resources/templates/vm/init.sh @@ -5,9 +5,13 @@ mount -t devpts -o "rw,noexec,nosuid,gid=5,mode=0620" devpts /dev/pts || true mount -t tmpfs -o "rw,noexec,nosuid,size=10%,mode=0755" tmpfs /run mount -t tmpfs -o "rw,noexec,nosuid,size=10%,mode=0755" tmpfs /tmp mount -t hugetlbfs -o "rw,relatime,pagesize=2M" hugetlbfs /dev/hugepages +echo Y > /sys/module/vfio/parameters/enable_unsafe_noiommu_mode echo 0000:00:06.0 > /sys/bus/pci/devices/0000:00:06.0/driver/unbind echo 0000:00:07.0 > /sys/bus/pci/devices/0000:00:07.0/driver/unbind echo vfio-pci > /sys/bus/pci/devices/0000:00:06.0/driver_override echo vfio-pci > /sys/bus/pci/devices/0000:00:07.0/driver_override -$vnf_bin +echo 0000:00:06.0 > /sys/bus/pci/drivers/vfio-pci/bind +echo 0000:00:07.0 > /sys/bus/pci/drivers/vfio-pci/bind +mkdir -p /var/run/vpp +${vnf_bin} poweroff -f