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() {
48
48
49
49
cfg_veth
50
50
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} &
52
52
local PID1=$!
53
53
54
54
wait_local_port_listen ${PEER_NS} 8000 udp
@@ -95,7 +95,7 @@ run_one_nat() {
95
95
# will land on the 'plain' one
96
96
ip netns exec " ${PEER_NS} " ./udpgso_bench_rx -G ${family} -b ${addr1} -n 0 &
97
97
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} &
99
99
local PID2=$!
100
100
101
101
wait_local_port_listen " ${PEER_NS} " 8000 udp
@@ -117,9 +117,9 @@ run_one_2sock() {
117
117
118
118
cfg_veth
119
119
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 &
121
121
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} &
123
123
local PID2=$!
124
124
125
125
wait_local_port_listen " ${PEER_NS} " 12345 udp
You can’t perform that action at this time.
0 commit comments