diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-05-17 14:16:34 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-05-19 15:24:15 +0200 |
commit | cfa8a78a39e2a9c04ca85cbd5b9790c9caedc752 (patch) | |
tree | ca6f0958b75f96e8195093559827120acd2de980 /test/perf | |
parent | 21e9cf7b95434c74ed7cbcead4a9e5b19e168f6e (diff) | |
download | passt-cfa8a78a39e2a9c04ca85cbd5b9790c9caedc752.tar passt-cfa8a78a39e2a9c04ca85cbd5b9790c9caedc752.tar.gz passt-cfa8a78a39e2a9c04ca85cbd5b9790c9caedc752.tar.bz2 passt-cfa8a78a39e2a9c04ca85cbd5b9790c9caedc752.tar.lz passt-cfa8a78a39e2a9c04ca85cbd5b9790c9caedc752.tar.xz passt-cfa8a78a39e2a9c04ca85cbd5b9790c9caedc752.tar.zst passt-cfa8a78a39e2a9c04ca85cbd5b9790c9caedc752.zip |
test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interface
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 <sbrivio@redhat.com>
Diffstat (limited to 'test/perf')
-rw-r--r-- | test/perf/pasta_udp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |