bugfix: mount hugepages for PVP and PVVP scenarios 89/6889/4
authorMartin Klozik <martinx.klozik@intel.com>
Fri, 15 Jan 2016 08:06:20 +0000 (08:06 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Thu, 21 Jan 2016 09:41:56 +0000 (09:41 +0000)
commita64311b5ba40d31e438732979eb97cc8e94e7a6e
treebe89417369f5199422d0faad59f899c63c8f69d0
parent0b2d023df7c2ab79a39260d85fe3c775f7d618bc
bugfix: mount hugepages for PVP and PVVP scenarios

Hugepages are used by both DPDK and Qemu. However they were mounted
only in case, that OVS with DPDK support was detected. Thus code
has been modified to mount hugepages in case that either DPDK usage
or QEMU usage is detected.

Change-Id: I662a6f0918b7b8d4fc38c2ce3d0d82bba0b8b2b0
JIRA: VSPERF-170
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
src/dpdk/dpdk.py
testcases/testcase.py
tools/hugepages.py [new file with mode: 0644]