diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/03_traffic.conf | 2 | ||||
-rw-r--r-- | conf/10_custom.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index 5f6d791c..419ca704 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -441,6 +441,8 @@ 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 +TRAFFICGEN_TREX_PROMISCUOUS=False PATHS['trafficgen'] = { 'trex': { 'type' : 'src', diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 6011e6a8..9dc605e0 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -136,6 +136,8 @@ 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 +TRAFFICGEN_TREX_PROMISCUOUS=False # TREX Configuration and Connection Info-- END #################################################### |