aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-10-20 10:22:08 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-20 10:22:08 +0000
commit518d5bae6b5603b5b605830c690b0e91d0d26cd7 (patch)
treeaa6a00f6fa83f18a9342e834fb9bdb3e645241a2 /conf
parente1080a507901f7b957f24c75170594b4f9bc9740 (diff)
parentd4054052bdc6d9417e27f81f2434bcf1f2149972 (diff)
Merge "trex_multistream: Add multistream support to T-Rex"
Diffstat (limited to 'conf')
-rw-r--r--conf/03_traffic.conf2
-rw-r--r--conf/10_custom.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf
index 419ca704..b5533833 100644
--- a/conf/03_traffic.conf
+++ b/conf/03_traffic.conf
@@ -441,7 +441,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
PATHS['trafficgen'] = {
'trex': {
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