make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:   1141 MB/s    19353 calls/s  19353 msg/s
# tcp rx:   1141 MB/s   138805 calls/s
# tcp tx:    982 MB/s    16670 calls/s  16670 msg/s
# tcp rx:    990 MB/s   126938 calls/s
# tcp tx:   1097 MB/s    18608 calls/s  18608 msg/s
# tcp rx:   1096 MB/s    84524 calls/s
# tcp tx:    996 MB/s    16902 calls/s  16902 msg/s
# udp gso - over veth touching data
# udp rx:   1278 MB/s   910706 calls/s
# udp tx:   1320 MB/s    22399 calls/s  22399 msg/s
# udp rx:   1324 MB/s   943340 calls/s
# udp tx:   1326 MB/s    22501 calls/s  22501 msg/s
# udp rx:   1303 MB/s   928896 calls/s
# udp tx:   1305 MB/s    22142 calls/s  22142 msg/s
# udp rx:   1303 MB/s   928328 calls/s
# udp tx:   1304 MB/s    22122 calls/s  22122 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1228 MB/s   875227 calls/s
# udp tx:   1271 MB/s    21564 calls/s  21564 msg/s
# udp rx:   1328 MB/s   946328 calls/s
# udp tx:   1327 MB/s    22512 calls/s  22512 msg/s
# udp rx:   1319 MB/s   939689 calls/s
# udp tx:   1318 MB/s    22363 calls/s  22363 msg/s
# udp rx:   1318 MB/s   938942 calls/s
# udp tx:   1317 MB/s    22354 calls/s  22354 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1113 MB/s    18890 calls/s  18890 msg/s
# tcp rx:   1113 MB/s   140727 calls/s
# tcp tx:   1152 MB/s    19548 calls/s  19548 msg/s
# tcp rx:   1153 MB/s   141452 calls/s
# tcp tx:   1155 MB/s    19603 calls/s  19603 msg/s
# tcp rx:   1157 MB/s   139610 calls/s
# tcp tx:   1154 MB/s    19573 calls/s  19573 msg/s
# udp gso - over veth touching data
# udp rx:   1146 MB/s   836016 calls/s
# udp tx:   1175 MB/s    19929 calls/s  19929 msg/s
# udp rx:   1128 MB/s   823247 calls/s
# udp tx:   1141 MB/s    19367 calls/s  19367 msg/s
# udp rx:   1214 MB/s   885724 calls/s
# udp tx:   1213 MB/s    20582 calls/s  20582 msg/s
# udp rx:   1232 MB/s   898524 calls/s
# udp tx:   1231 MB/s    20891 calls/s  20891 msg/s
# udp gso and gro - over veth touching data
# udp rx:    613 MB/s   447312 calls/s
# udp tx:    634 MB/s    10765 calls/s  10765 msg/s
# udp rx:    647 MB/s   472456 calls/s
# udp tx:    651 MB/s    11046 calls/s  11046 msg/s
# udp rx:    710 MB/s   518134 calls/s
# udp tx:    714 MB/s    12119 calls/s  12119 msg/s
# udp rx:    714 MB/s   521029 calls/s
# udp tx:    721 MB/s    12234 calls/s  12234 msg/s
ok 1 selftests: net: udpgro_bench.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->