Default config picks up OVS variants 27/2527/3
authorRadek Zetik <radekx.zetik@intel.com>
Fri, 2 Oct 2015 13:10:30 +0000 (14:10 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Thu, 15 Oct 2015 16:53:26 +0000 (16:53 +0000)
commit0e720a2e22505762e79a52cf4fa708d4e01e254b
tree7804cf79cbb5a68ee5ba92544368829788126819
parent827a2c43d3d4ee2abd632dad59c6cd3d47e5092a
Default config picks up OVS variants

Running a test with vanilla-ovs, vhost-user-ovs,
vhost-cuse-ovs,... does not require any building
or configuration changes - the vswitch needs only
to specified on the command line.
The config file contains new variables for particular
ovs build.
OvsVanilla:
OVS_DIR_VANILLA, QEMU_DIR_VANILLA
VhostCuse:
RTE_SDK_CUSE, OVS_DIR_CUSE, QEMU_DIR_CUSE
VhostUser:
RTE_SDK_USER, OVS_DIR_USER, QEMU_DIR_USER
The vspef chooses right paths according to command line
switches '--vswitch' (or 'VSWITCH') and '--vnf' (or 'VNF')

JIRA: VSPERF-86

Change-Id: I22e3a7f9e21d6ceb13830e444716b4274314560c
Signed-off-by: Radek Zetik <radekx.zetik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
Reviewed-by: Gene Snider <eugene.snider@huawei.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Tv Rao <tv.rao@freescale.com>
conf/10_custom.conf
vsperf