Add testpmd as vswitch class 81/7081/4
authorRobert Wojciechowicz <robertx.wojciechowicz@intel.com>
Wed, 9 Dec 2015 10:07:38 +0000 (10:07 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Thu, 21 Jan 2016 09:41:05 +0000 (09:41 +0000)
commit9a054248197bdaed71b32e9d9c0ac621bf89c1cd
treec186250f91e658845cd8f3a985517c33a9ba0220
parent7caf7a6be0fae6b341181b3e6286372e2e93b4b8
Add testpmd as vswitch class

The purpose of using testpmd instead of OVS is to get the baseline
of the DUT when performing hardware offloading operations.
There are supported different checksum calculation
and txq flags settings.

Change-Id: I93c9b45dcb31eaa1f610b7e061f3dd5936b0e6ec
JIRA: VSPERF-193
Signed-off-by: Robert Wojciechowicz <robertx.wojciechowicz@intel.com>
Reviewed-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>
13 files changed:
conf/06_pktfwd.conf [new file with mode: 0644]
core/component_factory.py
core/loader/loader.py
core/pktfwd_controller.py [new file with mode: 0644]
docs/design/vswitchperf_design.rst
docs/userguides/quickstart.rst
src/dpdk/__init__.py
src/dpdk/testpmd_proc.py [new file with mode: 0644]
testcases/testcase.py
tools/pkt_fwd/__init__.py [new file with mode: 0644]
tools/pkt_fwd/pkt_fwd.py [new file with mode: 0644]
tools/pkt_fwd/testpmd.py [new file with mode: 0644]
vsperf