diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-09-21 09:22:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-21 09:22:06 +0000 |
commit | 0549aa1f1a694899fec3b16b44230b5c60d2fa29 (patch) | |
tree | 02ed9998d53f90f1da38a3d7e7c0ca0fe405b4d5 /conf | |
parent | 39c94c3828af47d8a4c4c090ce0bac6e0566e424 (diff) | |
parent | f296fd2a44a1eb947e0b0ddecf017231d05abece (diff) |
Merge "trex: RFC2544 Throughput bugfixing"
Diffstat (limited to 'conf')
-rw-r--r-- | conf/03_traffic.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index 179ff3e2..5f6d791c 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -430,6 +430,10 @@ TRAFFICGEN_TREX_USER = '' TRAFFICGEN_TREX_BASE_DIR = '' TRAFFICGEN_TREX_PORT1 = '' TRAFFICGEN_TREX_PORT2 = '' +# RFC2544 Throughput execution will end after threshold below is reached. +# It defines maximal difference between frame rate of successful (i.e. defined +# frameloss reached) and unsuccessful (i.e. frameloss exceeded) iterations. +TRAFFICGEN_TREX_RFC2544_TPUT_THRESHOLD = 0.05 # Latency statistics are collected by separate stream created for each interface. # Parameter below defines frequency of packets used for latency measurement in PPS. # Value 0 will disable latency specific streams. |