vnfs: Enable PVP using vhost-cuse
[vswitchperf.git] / conf / 02_vswitch.conf
index 8b6a80a..851b6d6 100644 (file)
@@ -38,6 +38,10 @@ BLACKLIST_NICS = ['0000:09:00.0', '0000:09:00.1', '0000:09:00.2',
 # hardware configuration, like cpu numbering and NUMA.
 VSWITCHD_DPDK_ARGS = ['-c', '0x4', '-n', '4', '--socket-mem 1024,0']
 
+VSWITCHD_VANILLA_ARGS = ['--pidfile']
+VSWITCH_VANILLA_PHY_PORT_NAMES = ['', '']
+VSWITCH_VANILLA_KERNEL_MODULES = ['openvswitch']
+
 # directory where hugepages will be mounted on system init
 HUGEPAGE_DIR = '/dev/hugepages'
 
@@ -76,3 +80,4 @@ LOG_FILE_OVS = 'ovs.log'
 VSWITCH_DIR = os.path.join(ROOT_DIR, 'vswitches')
 VSWITCH = "OvsDpdkVhost"
 
+VHOST_METHOD = 'cuse'