diff options
author | Christian Trautman <ctrautma@redhat.com> | 2017-10-04 10:34:46 -0400 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2017-10-20 10:27:31 +0000 |
commit | d126de94bea2e5d0e237dc6a3373fd3d53e3cfa3 (patch) | |
tree | 4e0139f8b8f268a63a037ae2f221d1ee7bef1c7c /conf/10_custom.conf | |
parent | 55429d9203032fe7b5dd9ac81cec81cec4e4a17d (diff) |
trex_multistream: Add multistream support to T-Rexopnfv-5.1.0opnfv-5.0.RC1opnfv-5.0.0stable/euphrates
Adds incremental source multi-stream functionality to
T-Rex traffic generator code in VSPerf.
JIRA: VSPERF-532
Change-Id: Ib5ba326699d89350ac1715c9a4276e5fa46a133e
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
(cherry picked from commit d4054052bdc6d9417e27f81f2434bcf1f2149972)
Diffstat (limited to 'conf/10_custom.conf')
-rw-r--r-- | conf/10_custom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 9dc605e0..8020bb93 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -136,7 +136,7 @@ TRAFFICGEN_TREX_LATENCY_PPS = 1000 # Example 10 Gbps: TRAFFICGEN_TREXINE_SPEED_GBPS = '10' # Today only 10 Gbps is supported TRAFFICGEN_TREX_LINE_SPEED_GBPS = '10' -# FOR SR-IOV tests to work with T-Rex enable Promiscuous mode +# FOR SR-IOV or multistream layer 2 tests to work with T-Rex enable Promiscuous mode TRAFFICGEN_TREX_PROMISCUOUS=False # TREX Configuration and Connection Info-- END |