From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 11/12] test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interface Date: Tue, 17 May 2022 14:36:13 +0200 Message-ID: <20220517123614.1892316-12-sbrivio@redhat.com> In-Reply-To: <20220517123614.1892316-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2768918288293207547==" --===============2768918288293207547== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit There are a few occurrences of this assignment, which are needed to re-add ::1 as loopback address after the MTU has been increased back from a value below 1280 bytes. This one, however, is redundant, and causes an error in the execution. Signed-off-by: Stefano Brivio --- test/perf/pasta_udp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/perf/pasta_udp b/test/perf/pasta_udp index 39a6e24..8b68b78 100644 --- a/test/perf/pasta_udp +++ b/test/perf/pasta_udp @@ -62,7 +62,6 @@ lat __LAT__ 200 150 tr UDP throughput over IPv4: ns to host ns ip link set dev lo mtu 1500 -ns ip addr add ::1 dev lo iperf3c ns 127.0.0.1 100${i}3 __THREADS__ __OPTS__ -b 3G iperf3s BW host 100${i}3 __THREADS__ bw __BW__ 1.0 1.5 -- 2.35.1 --===============2768918288293207547==--