mirror of
https://passt.top/passt
synced 2025-02-08 12:11:28 +00:00
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>
This commit is contained in:
parent
21e9cf7b95
commit
cfa8a78a39
@ -62,7 +62,6 @@ lat __LAT__ 200 150
|
|||||||
|
|
||||||
tr UDP throughput over IPv4: ns to host
|
tr UDP throughput over IPv4: ns to host
|
||||||
ns ip link set dev lo mtu 1500
|
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
|
iperf3c ns 127.0.0.1 100${i}3 __THREADS__ __OPTS__ -b 3G
|
||||||
iperf3s BW host 100${i}3 __THREADS__
|
iperf3s BW host 100${i}3 __THREADS__
|
||||||
bw __BW__ 1.0 1.5
|
bw __BW__ 1.0 1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user