diff options
author | 2024-05-20 17:01:11 +0200 | |
---|---|---|
committer | 2024-05-20 16:34:09 +0000 | |
commit | 4a1cae45a877fc49fa4309cd5d6deeafe7c13896 (patch) | |
tree | 3169e6eb78589d567933646dd335eb05c0d26eeb /DPDK_VPP_VER | |
parent | 009df716ce6a8713a6a7398c0ef34be6119b4f69 (diff) |
fix(perf): Increase threshold for jumbo
The old limit of 1522 was introduced long time ago.
First, it appeared here [0], where it is correct
as that suite has zero overhead.
The first suite with wrong logic seems to be here [1]
(no "Add No Multi Seg to all DUTs" in 1518B testcase).
And when I was moving that logic to a keyword in [2],
I did not realize it is wrong with overhead.
This Change uses 1800 as the new threshold,
matching the value used for non-jumbo MTU.
[0] https://gerrit.fd.io/r/c/csit/+/2652/12/tests/perf/Bridge_Domain_Intel-X520-DA2.robot#70
[1] https://gerrit.fd.io/r/c/csit/+/4454/96/tests/perf/40ge2p1xl710-ethip4ipsecscaleip4-ip4base-interfaces-aes-gcm-ndrpdrdisc.robot#229
[2] https://gerrit.fd.io/r/c/csit/+/13411/35/resources/libraries/robot/performance/performance_utils.robot#84
Change-Id: Iff3703fcff0e4bbb1a6b10be359fa5ef67fd5422
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit 55bdf4cc0046617100676685d1f5ef075167af1d)
Diffstat (limited to 'DPDK_VPP_VER')
0 files changed, 0 insertions, 0 deletions