The 'make' creates all required variants of vSwitch 07/2207/3
authorRadek Zetik <radekx.zetik@intel.com>
Thu, 1 Oct 2015 17:13:18 +0000 (18:13 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Wed, 7 Oct 2015 14:52:16 +0000 (14:52 +0000)
commit1550b638fca662c5e68556702ff0316c3fc9562c
treeb1127cc75b45fd64b216070ed78b57e52db2c30e
parent46e36fffc36753b0e8e3f79f78dc084f26930a82
The 'make' creates all required variants of vSwitch

Currently the VSPERF makefiles make just one variant
of vSwitch - OVS with DPDK-vhost-user. To make the other
variants the makefile has to be edited. And the make re-run.
The fix builds all required versions:
DPDK-vhost-user OVS (in src/)
Vanilla OVS (in src_vanilla/)
DPDK-vhost-cuse OVS (in src_cuse/)
HowTo:
- git clone vsperf
- cd .../src
- make

JIRA: VSPERF-85

Change-Id: I469baf8432f0b127cde785f35a6c57a2c778f23f
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>
src/Makefile
src/Makefile.src_cuse [new file with mode: 0644]
src/Makefile.src_vanilla [new file with mode: 0644]
src/dpdk/Makefile
src/ovs/Makefile
src/qemu/Makefile