testpmd_pvp: Adds pkt_fwd to allow pvp topology testing 91/26891/4
authorChristian Trautman <ctrautma@redhat.com>
Wed, 11 Jan 2017 20:00:52 +0000 (15:00 -0500)
committerChristian Trautman <ctrautma@redhat.com>
Fri, 13 Jan 2017 22:57:37 +0000 (17:57 -0500)
commit3ea19952db315e88263437ed41b0c31bd3bdbdf4
tree9499954b7606bd7f54678898e9b3dcf139116de4
parent5bd06d3527c2ade600cab62764aed06f344986bc
testpmd_pvp: Adds pkt_fwd to allow pvp topology testing

Requires DPDK 16.11 or greater to support vdev flags.

Initial support for TestPMD to support guests.

Allows vsperf to execute TestPMD as a switch for pvp
test scenarios.

Can be increased in functionality later to support
multiple guest configs.

JIRA: VSPERF-406

Change-Id: I67a5a355c990ca6cfcbb5845a2beaf1c1f21f5f0
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
conf/02_vswitch.conf
core/pktfwd_controller.py
docs/release/NEWS.rst
docs/userguide/testusage.rst
tools/pkt_fwd/pkt_fwd.py
tools/pkt_fwd/testpmd.py
vnfs/qemu/qemu_dpdk_vhost_user.py