To update vsperf/packet-forwarding configuration files 99/43199/1
authorkalyanreddy <reddyx.gundarapu@intel.com>
Tue, 26 Sep 2017 16:59:44 +0000 (09:59 -0700)
committerkalyanreddy <reddyx.gundarapu@intel.com>
Tue, 26 Sep 2017 16:59:44 +0000 (09:59 -0700)
This patch is used to update the vsperf configuration files for
enabling thread binding and to select the loopback application
for tests with VMs.

Change-Id: Id561475a56e6b262eb90fcab1b07bfeb51df6147
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
tests/vsperf.conf
tests/vsperf.conf.sriov

index a5055e7..ac55052 100755 (executable)
@@ -26,7 +26,14 @@ WHITELIST_NICS = ['02:00.0', '02:00.1']
 ##############################
 # VNF configuration
 ##############################
 ##############################
 # VNF configuration
 ##############################
-GUEST_IMAGE = ['/home/jenkins/vloop-vnf-ubuntu-14.04_20160804.qcow2']
+GUEST_IMAGE = ['/home/jenkins/vloop-vnf-ubuntu-14.04_20160804.qcow2','/home/jenkins/vloop-vnf-ubuntu-14.04_20160823.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',
 #Using kvmfornfv built qemu for launching guest vms.
 PATHS['qemu'] = {
     'type' : 'bin',
index c37414c..f476848 100755 (executable)
@@ -28,6 +28,13 @@ PATHS['dpdk']['src']['modules'] = ['uio', 'vfio-pci']
 # VNF configuration
 #############################
 GUEST_IMAGE = ['/home/jenkins/vloop-vnf-ubuntu-14.04_20160804.qcow2']
 # 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',
 #Using kvmfornfv built qemu for launching guest vms.
 PATHS['qemu'] = {
     'type' : 'bin',