Enable PVP and PVVP deployments for Vanilla OVS 35/2335/3
authorMartin Klozik <martinx.klozik@intel.com>
Fri, 2 Oct 2015 01:18:09 +0000 (02:18 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Mon, 12 Oct 2015 14:58:14 +0000 (14:58 +0000)
commit9b590e2282714e3b5aae26c3ac2d8c857b1ddb82
tree3739c9f042949c02e3254be342f0076d6ed2f9f2
parentf8b7dd0a2611061fed7134474ae10ab85e80cf3d
Enable PVP and PVVP deployments for Vanilla OVS

Support for PVP and PVVP scenerios using Vanilla OVS was added.
VMs are configured to forward traffic between virtual interfaces
by standard linux capabilities. Traffic generator script was updated
to accept MAC and IP address configuration to allow VM forwarding
configuration.

VSPERF-66, VSPERF-70

Change-Id: Ia70ab6be547b39928a1eae319faba779d4e29284
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Signed-off-by: Dino Simeon Madarang <dino.simeonx.madarang@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>
18 files changed:
conf/04_vnf.conf
core/traffic_controller_rfc2544.py
core/vnf_controller.py
core/vswitch_controller.py
core/vswitch_controller_p2p.py
core/vswitch_controller_pvp.py
core/vswitch_controller_pvvp.py
docs/to-be-reorganized/NEWS.rst
docs/to-be-reorganized/quickstart.rst
testcases/testcase.py
tools/pkt_gen/ixnet/ixnetrfc2544.tcl
vnfs/qemu/qemu.py
vnfs/qemu/qemu_dpdk.py
vnfs/qemu/qemu_virtio_net.py [new file with mode: 0644]
vnfs/vnf/vnf.py
vswitches/ovs_dpdk_vhost.py
vswitches/ovs_vanilla.py
vswitches/vswitch.py