From 864832fd348efa21155b24a314dab22fe967c8c3 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 13 Jan 2016 14:57:07 +0000 Subject: pkt_gen: support of standalone execution of traffic generator Support for multiple modes of VSPERF operation has been added. These modes can be used for standalone execution of traffic generator or for manual testing or for execution of unsupported traffic generator. Supported modes are: "normal" - execute vSwitch, VNF and traffic generator; "trafficgen" - execute only traffic generator; "trafficgen-off" - execute vSwitch and VNF. Normal mode is selected by default. In case that trafficgen mode is selected, then various --test-params could be specified to affect traffic generator configuration. These parameters include traffic type, frame rate, bidirectional and scalability settings. Selection of transport protocol is not supported by IxNet yet (UDP is enforced), thus modification of transport protocol from command line is not supported too. Fixes of testpmd and qemu warning patches are inclduded. Change-Id: Idac10fe03e724075268a01ec3eb0817fba830aec JIRA: VSPERF-173 Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan Reviewed-by: Al Morton --- conf/01_testcases.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index b855405d..77072eeb 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -20,14 +20,18 @@ # "Name": "phy2phy_burst", # A human-readable string identifying the # # test. # "Traffic Type": "rfc2544", # One of the supported traffic types. +# # It can be overridden by cli option traffic_type. +# # Default value is "rfc2544". # "Deployment": "p2p", # One of the supported deployment scenarios. # "Description": "Lorem ipsum..." # Optional. A human-readable string # # describing the test. # "Frame Modification": "vlan" # One of the supported frame modifications: # # vlan, mpls, mac, dscp, ttl, ip_addr, # # ip_port. -# "biDirectional": [true|false], # Specifies if genearted traffic will be +# "biDirectional": [true|false], # Specifies if generated traffic will be # # full-duplex (true) or half-duplex (false) +# # It can be overridden by cli option bidirectional. +# # Default value is "false". # "MultiStream": 0-65535 # Optional. Defines number of flows simulated # # by traffic generator. Value 0 disables # # MultiStream feature -- cgit 1.2.3-korg