From 96a3c5c7ace8357d26e833a46845486787aa75c3 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 8 Apr 2019 12:31:25 +0000 Subject: Convert existing nf_density testpmd-mac into KernelVM Change-Id: I9ec1701d9012de59cc42cc5f9a4744f01695ff9a Signed-off-by: Peter Mikus --- resources/templates/vm/init.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/templates') diff --git a/resources/templates/vm/init.sh b/resources/templates/vm/init.sh index 6cdfc09f09..53711fd580 100644 --- a/resources/templates/vm/init.sh +++ b/resources/templates/vm/init.sh @@ -2,9 +2,11 @@ mount -t sysfs -o "nodev,noexec,nosuid" sysfs /sys mount -t proc -o "nodev,noexec,nosuid" proc /proc mkdir /dev/pts +mkdir /dev/hugepages 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 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 uio_pci_generic > /sys/bus/pci/devices/0000:00:06.0/driver_override -- cgit 1.2.3-korg