-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Description
This issue is somewhat similar to CSIT-1936 but happens very rarely. Or perhaps it only rarely leads to test failure, as 64B test cases are likely to pass even with wrong bandwidth.
One occurrence [0], only one test case affected (Intel-x520 and dpdk plugin):
trex.common.trex_exceptions.TRexError: Port 0 : *** Expected L1 B/W: '8.73783 Gbps' exceeds port line rate: '1 Gbps'
Another occurrence [1], all test cases in the suite are affected (Intel-e810cq and AVF plugin):
trex.common.trex_exceptions.TRexError: Port 0 : *** Expected L1 B/W: '96.608 Gbps' exceeds port line rate: '50 Gbps'
[1] https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-perf-report-iterative-2310-3nb-spr/28/log.html.gz#s1-s1-s1-s1-s4-t1-k2-k13-k14
Assignee
Unassigned
Reporter
Vratko Polak
Comments
- vrpolak (Tue, 19 Nov 2024 12:38:59 +0000): The first value depends on traffic used, e.g. imix has 98.9413 Gbps [3] in rls2410.
[3] https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-perf-report-coverage-2410-3nb-spr/32/log.html.gz#s1-s1-s1-s1-s1-t7-k2-k9-k14
- vrpolak (Mon, 29 Jul 2024 08:27:46 +0000): Rare, but still possible [2] in rls2406.
[2] https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-perf-report-iterative-2406-3n-tsh/41/log.html.gz#s1-s1-s1-s5-s1-t3-k2-k9-k9-k10-k1-k1-k1-k11
Original issue: https://jira.fd.io/browse/CSIT-1941