aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-03-31 20:10:46 +0200
committerVratko Polak <vrpolak@cisco.com>2020-04-01 14:30:09 +0000
commit925c5bfcffb2bc6b833a8e64b7f3a06bbca52197 (patch)
tree3e36b681a3f0696ae907ea542c98e5bb0c31186b /resources/tools
parent919d9ebab430db35c303a26f52be0751962183be (diff)
Tweak TRex cores and RDMA pps limit
The previous values lead to duration stretching, which affects MRR results (making receive rate bigger than it really is). + Move timestamp for starting of traffic, the previous position was too conservative. Change-Id: Ie983f0d3eacf56d57caa551d1b7fbb87ece6c158 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/tools')
-rwxr-xr-xresources/tools/trex/trex_stateless_profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/trex/trex_stateless_profile.py b/resources/tools/trex/trex_stateless_profile.py
index edb0b8d8cf..a41e4e8562 100755
--- a/resources/tools/trex/trex_stateless_profile.py
+++ b/resources/tools/trex/trex_stateless_profile.py
@@ -194,8 +194,8 @@ def simple_burst(
lost_b = 0
# Choose rate and start traffic:
- time_start = time.time()
client.start(ports=ports, mult=rate, duration=duration, force=force)
+ time_start = time.time()
if async_start:
# For async stop, we need to export the current snapshot.