summaryrefslogtreecommitdiffstats
path: root/tests/vsperf.conf.sriov
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vsperf.conf.sriov')
-rwxr-xr-xtests/vsperf.conf.sriov7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/vsperf.conf.sriov b/tests/vsperf.conf.sriov
index c37414c1b..f476848b7 100755
--- a/tests/vsperf.conf.sriov
+++ b/tests/vsperf.conf.sriov
@@ -28,6 +28,13 @@ PATHS['dpdk']['src']['modules'] = ['uio', 'vfio-pci']
# VNF configuration
#############################
GUEST_IMAGE = ['/home/jenkins/vloop-vnf-ubuntu-14.04_20160804.qcow2']
+GUEST_SMP = ['2']
+GUEST_CORE_BINDING = [('27','28'),('29','30')]
+GUEST_THREAD_BINDING = [('33','34'),('35','36')]
+VNF_AFFINITIZATION_ON = True
+# loopback application for tests with VMs
+GUEST_LOOPBACK=['testpmd','testpmd']
+TESTPMD_FWD_MODE = 'io'
#Using kvmfornfv built qemu for launching guest vms.
PATHS['qemu'] = {
'type' : 'bin',