diff options
author | Peter Mikus <pmikus@cisco.com> | 2020-03-12 13:18:18 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-03-17 11:55:42 +0000 |
commit | 2896038b90897258842a5b8fe9582d84fe532644 (patch) | |
tree | 7f2ac1e0f77940fbd3227245bfa9062712662993 /resources/templates/vm | |
parent | c5cca31223146ceaad73de575b05c46d076ad6f4 (diff) |
FIX: VHOST vpp
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Id0d41a2e62ee6cce212fb2c09a0357d794426a00
Diffstat (limited to 'resources/templates/vm')
-rw-r--r-- | resources/templates/vm/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/templates/vm/init.sh b/resources/templates/vm/init.sh index 0cf216efdf..8edb40f411 100644 --- a/resources/templates/vm/init.sh +++ b/resources/templates/vm/init.sh @@ -5,7 +5,7 @@ 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 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 |