File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tools/testing/selftests/net Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ run_one() {
4848
4949 cfg_veth
5050
51- ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -C 1000 -R 10 ${rx_args} &
51+ ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -C 1000 -R 100 ${rx_args} &
5252 local PID1=$!
5353
5454 wait_local_port_listen ${PEER_NS} 8000 udp
@@ -95,7 +95,7 @@ run_one_nat() {
9595 # will land on the 'plain' one
9696 ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -G ${family} -b ${addr1} -n 0 &
9797 local PID1=$!
98- ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -C 1000 -R 10 ${family} -b ${addr2%/* } ${rx_args} &
98+ ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -C 1000 -R 100 ${family} -b ${addr2%/* } ${rx_args} &
9999 local PID2=$!
100100
101101 wait_local_port_listen " ${PEER_NS} " 8000 udp
@@ -117,9 +117,9 @@ run_one_2sock() {
117117
118118 cfg_veth
119119
120- ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -C 1000 -R 10 ${rx_args} -p 12345 &
120+ ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -C 1000 -R 100 ${rx_args} -p 12345 &
121121 local PID1=$!
122- ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -C 2000 -R 10 ${rx_args} &
122+ ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -C 2000 -R 100 ${rx_args} &
123123 local PID2=$!
124124
125125 wait_local_port_listen " ${PEER_NS} " 12345 udp
You can’t perform that action at this time.
0 commit comments