diff options
author | Vratko Polak <vrpolak@cisco.com> | 2021-01-13 19:38:50 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2021-01-18 17:45:11 +0000 |
commit | db64c7fb198996d985e8c8ecfa797fc31d0a62f5 (patch) | |
tree | ce9e99b6634da4d16269c9c0be92f7a2a69d851f /resources | |
parent | 3e883eac50b53f8b003924b89018fc8dd50cd0b8 (diff) |
Random flows: Use seeds again and increase limit.
TRex does mix seeds when distributing over workers,
but it is multiplicative [0], so zero is the only bad value.
Limit restricts the cycle length of PRNG (by resetting [1] the seed).
We want the cycle as long as possible.
[0] https://github.com/cisco-system-traffic-generator/trex-core/blob/v2.73/src/stx/stl/trex_stl_stream_vm.h#L1616
[1] https://github.com/cisco-system-traffic-generator/trex-core/blob/v2.73/src/stx/stl/trex_stl_stream_vm.h#L313-L314
Change-Id: I33a29496f0853ef60d592c988f81a9d1109b5878
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit eedb7dff222d2590ac2cb5a5e67dc7d90317f05c)
Diffstat (limited to 'resources')
0 files changed, 0 insertions, 0 deletions