Add simple VxLAN decapsulation performance test 97/7097/9
authorDino Simeon Madarang <dino.simeonx.madarang@intel.com>
Tue, 26 Jan 2016 13:49:59 +0000 (13:49 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Wed, 3 Feb 2016 10:17:23 +0000 (10:17 +0000)
commit26d5dcc91e9bbf92a28892382094022997d07b5a
tree4ab23aced5a4d5f5dce9104a30f929a614bcd410
parentf463c563912abb806fe0d2fe85a4cf6825f416cc
Add simple VxLAN decapsulation performance test

Measure OVS DPDK VXLAN decapsulation performance.
The DUT is configured as a VTEP (VXLAN Tunnel Endpoint)
which performs decapsulation of frames and sends traffic to
the 2nd traffic generator port.

This test is unidirectional.

Recent changes:
* Userguide update
* Move src/dstport from L2 to L4 (conf, TCL)
* Fix 'TestCase' object has no attribute '_tunnel_operation' error when
  running non overlay tests
* Fix merge conflict
* Move doc to docs/userguide/integration.rst
* Add setting of DUT_NIC1_MAC and setting of other
  variables to docs/userguide/integration.rst

Change-Id: Ia44f8888ef727831543c80f5c98c866686c5c92c
JIRA: VSPERF-190
Signed-off-by: Dino Simeon Madarang <dino.simeonx.madarang@intel.com>
Signed-off-by: Robert Wojciechowicz <robertx.wojciechowicz@intel.com>
Signed-off-by: Timo Puha <timox.puha@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com
17 files changed:
conf/03_traffic.conf
conf/integration/01_testcases.conf
conf/integration/02_vswitch.conf
conf/integration/03_traffic.conf
core/component_factory.py
core/vnf_controller.py
core/vswitch_controller_op2p.py
docs/userguide/integration.rst
testcases/testcase.py
tools/pkt_gen/ixia/pass_fail.tcl
tools/pkt_gen/ixnet/ixnet.py [changed mode: 0644->0755]
tools/pkt_gen/ixnet/ixnetrfc2544.tcl
tools/pkt_gen/ixnet/ixnetrfc2544v2.tcl [new file with mode: 0755]
tools/pkt_gen/trafficgen/trafficgenhelper.py
tools/report/report.py
vsperf
vswitches/ovs_dpdk_vhost.py