[NFVBENCH-151] Allocate hugepages on two NUMAs in nfvbenchvm 65/68465/2 3.6.1
authorYichen Wang <yicwang@cisco.com>
Tue, 10 Sep 2019 21:06:19 +0000 (14:06 -0700)
committerYichen Wang <yicwang@cisco.com>
Tue, 10 Sep 2019 23:54:46 +0000 (16:54 -0700)
Change-Id: I001db6d15453bf3af8ad109d1497bc68e7c104a7
Signed-off-by: Yichen Wang <yicwang@cisco.com>
docker/Dockerfile
nfvbenchvm/dib/build-image.sh
nfvbenchvm/dib/elements/nfvbenchvm/finalise.d/51-add-cpu-isolation

index 78b8484..6d69465 100644 (file)
@@ -2,7 +2,7 @@
 FROM ubuntu:16.04
 
 ENV TREX_VER "v2.61"
-ENV VM_IMAGE_VER "0.9"
+ENV VM_IMAGE_VER "0.10"
 
 # Note: do not clone with --depth 1 as it will cause pbr to fail extracting the nfvbench version
 # from the git tag
index 588e454..fce298c 100755 (executable)
@@ -30,7 +30,7 @@ set -e
 gs_url=artifacts.opnfv.org/nfvbench/images
 
 # image version number
-__version__=0.9
+__version__=0.10
 image_name=nfvbenchvm_centos-$__version__
 
 # if image exists skip building
index eab5817..f81485d 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 grubby --update-kernel=ALL --args="isolcpus=1 rcu_nocbs=1 nohz=on nohz_full=1 nmi_watchdog=0"
-grubby --update-kernel=ALL --args="default_hugepagesz=1G hugepagesz=1G hugepages=1"
+grubby --update-kernel=ALL --args="default_hugepagesz=1G hugepagesz=1G hugepages=2"