X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftemplates%2Fvm%2Finit.sh;h=0cf216efdf71e8d641a081b9228986944177d61f;hb=35bbc3657be85c9653f3cbf6e73e722588c392ea;hp=06006933c9614fe06887a58b1e16ff2e599765b3;hpb=dd5cd790b4fe977c9ba5fd9fe73d173a01065594;p=csit.git diff --git a/resources/templates/vm/init.sh b/resources/templates/vm/init.sh index 06006933c9..0cf216efdf 100644 --- a/resources/templates/vm/init.sh +++ b/resources/templates/vm/init.sh @@ -5,10 +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 +${unsafe_iommu} 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 +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 +${vnf_bin} poweroff -f