testpmd: Simplify GUEST's testpmd configuration 31/23031/3
authorMartin Klozik <martinx.klozik@intel.com>
Wed, 12 Oct 2016 14:35:13 +0000 (15:35 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Mon, 17 Oct 2016 08:43:33 +0000 (09:43 +0100)
commitc0061038f0dda5f1cfb7341820b12f5cff056097
tree7f3345bc645b628c7530f0aeaf0aba4196e86ec7
parenta4e76fdb316d3f7901f24f36e077c6936bd679c2
testpmd: Simplify GUEST's testpmd configuration

Testpmd has a lot of parameters and vsperf was able
to modify only a few of them through dedicated GUEST's
specific configuration options. Old configuration
options were replaced by one generic GUEST_TESTPMD_PARAMS,
which allows to modify any of existing testpmd parameters.
Detection of testpmd execution was changed to be independent
on TXQ flags setting.
Documentation was modified to reflect GUEST_TESTPMD change.
Also doc formatting was fixed at several places.

JIRA: VSPERF-380

Change-Id: Ie0bf290320f3b22ef6be6b55ed553235bbcb4aff
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Bill Michalowski <bmichalo@redhat.com>
Reviewed-by: Antonio Fischetti <antonio.fischetti@intel.com>
conf/04_vnf.conf
docs/userguide/testusage.rst
vnfs/qemu/qemu.py