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:   1149 MB/s    19490 calls/s  19490 msg/s
# tcp rx:   1149 MB/s   142944 calls/s
# tcp tx:   1184 MB/s    20095 calls/s  20095 msg/s
# tcp rx:   1185 MB/s   139299 calls/s
# tcp tx:   1143 MB/s    19396 calls/s  19396 msg/s
# tcp rx:   1144 MB/s   136823 calls/s
# tcp tx:   1169 MB/s    19832 calls/s  19832 msg/s
# udp gso - over veth touching data
# udp rx:   1181 MB/s   841337 calls/s
# udp tx:   1205 MB/s    20440 calls/s  20440 msg/s
# udp rx:   1285 MB/s   915367 calls/s
# udp tx:   1295 MB/s    21969 calls/s  21969 msg/s
# udp rx:   1308 MB/s   931855 calls/s
# udp tx:   1308 MB/s    22189 calls/s  22189 msg/s
# udp rx:   1309 MB/s   932788 calls/s
# udp tx:   1309 MB/s    22210 calls/s  22210 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1263 MB/s   899781 calls/s
# udp tx:   1297 MB/s    22011 calls/s  22011 msg/s
# udp rx:   1278 MB/s   910647 calls/s
# udp tx:   1274 MB/s    21624 calls/s  21624 msg/s
# udp rx:   1303 MB/s   928418 calls/s
# udp tx:   1304 MB/s    22124 calls/s  22124 msg/s
# udp rx:   1127 MB/s   803444 calls/s
# udp tx:   1113 MB/s    18885 calls/s  18885 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1159 MB/s    19660 calls/s  19660 msg/s
# tcp rx:   1166 MB/s   139178 calls/s
# tcp tx:    783 MB/s    13282 calls/s  13282 msg/s
# tcp rx:    783 MB/s    84321 calls/s
# tcp tx:    757 MB/s    12856 calls/s  12856 msg/s
# tcp rx:    756 MB/s    86986 calls/s
# tcp tx:    730 MB/s    12385 calls/s  12385 msg/s
# udp gso - over veth touching data
# udp rx:    623 MB/s   454704 calls/s
# udp tx:    642 MB/s    10905 calls/s  10905 msg/s
# udp rx:    672 MB/s   490492 calls/s
# udp tx:    675 MB/s    11451 calls/s  11451 msg/s
# udp rx:    663 MB/s   483632 calls/s
# udp tx:    664 MB/s    11275 calls/s  11275 msg/s
# udp rx:    678 MB/s   494700 calls/s
# udp tx:    680 MB/s    11542 calls/s  11542 msg/s
# udp gso and gro - over veth touching data
# udp rx:    602 MB/s   439610 calls/s
# udp tx:    620 MB/s    10530 calls/s  10530 msg/s
# udp rx:    677 MB/s   494438 calls/s
# udp tx:    675 MB/s    11458 calls/s  11458 msg/s
# udp rx:    614 MB/s   447982 calls/s
# udp tx:    615 MB/s    10434 calls/s  10434 msg/s
# udp rx:    615 MB/s   448868 calls/s
# udp tx:    615 MB/s    10433 calls/s  10433 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__->