From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 16/22] perf/passt_udp: Lower failure throughput thresholds with big MTUs Date: Fri, 28 Jan 2022 19:33:51 +0100 Message-ID: <20220128183357.3407606-17-sbrivio@redhat.com> In-Reply-To: <20220128183357.3407606-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0811983656911938029==" --===============0811983656911938029== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The throughput results in this test look quite variable, slightly lower figures look reasonable anyway. Signed-off-by: Stefano Brivio --- test/perf/passt_udp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/perf/passt_udp b/test/perf/passt_udp index a5d43fc..349f429 100644 --- a/test/perf/passt_udp +++ b/test/perf/passt_udp @@ -124,11 +124,11 @@ bw __BW__ 1.0 1.5 ns ip link set dev lo mtu 9000 iperf3c ns ::1 100${i}1 __THREADS__ __OPTS__ -b 3G iperf3s BW guest 100${i}1 __THREADS__ -bw __BW__ 4.0 5.0 +bw __BW__ 3.0 4.0 ns ip link set dev lo mtu 65520 iperf3c ns ::1 100${i}1 __THREADS__ __OPTS__ -b 3G iperf3s BW guest 100${i}1 __THREADS__ -bw __BW__ 5.0 5.5 +bw __BW__ 3.0 4.0 tl UDP RR latency over IPv6: host to guest lat - @@ -163,11 +163,11 @@ bw __BW__ 1.0 1.5 ns ip link set dev lo mtu 9000 iperf3c ns 127.0.0.1 100${i}1 __THREADS__ __OPTS__ -b 3G iperf3s BW guest 100${i}1 __THREADS__ -bw __BW__ 4.0 5.0 +bw __BW__ 3.0 4.0 ns ip link set dev lo mtu 65520 iperf3c ns 127.0.0.1 100${i}1 __THREADS__ __OPTS__ -b 3G iperf3s BW guest 100${i}1 __THREADS__ -bw __BW__ 5.0 5.5 +bw __BW__ 3.0 4.0 tl UDP RR latency over IPv4: host to guest lat - -- 2.33.0 --===============0811983656911938029==--