make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:   1092 MB/s    18529 calls/s  18529 msg/s
# tcp rx:   1101 MB/s   140255 calls/s
# tcp tx:   1005 MB/s    17048 calls/s  17048 msg/s
# tcp rx:   1087 MB/s   128220 calls/s
# tcp tx:   1024 MB/s    17375 calls/s  17375 msg/s
# tcp rx:   1034 MB/s   131248 calls/s
# tcp tx:   1064 MB/s    18059 calls/s  18059 msg/s
# udp gso - over veth touching data
# udp rx:   1258 MB/s   896659 calls/s
# udp tx:   1300 MB/s    22051 calls/s  22051 msg/s
# udp rx:   1235 MB/s   880253 calls/s
# udp tx:   1242 MB/s    21071 calls/s  21071 msg/s
# udp rx:   1249 MB/s   890411 calls/s
# udp tx:   1252 MB/s    21251 calls/s  21251 msg/s
# udp rx:   1249 MB/s   890181 calls/s
# udp tx:   1254 MB/s    21269 calls/s  21269 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1283 MB/s   914343 calls/s
# udp tx:   1322 MB/s    22428 calls/s  22428 msg/s
# udp rx:   1310 MB/s   933423 calls/s
# udp tx:   1314 MB/s    22290 calls/s  22290 msg/s
# udp rx:   1332 MB/s   948988 calls/s
# udp tx:   1333 MB/s    22623 calls/s  22623 msg/s
# udp rx:   1322 MB/s   942090 calls/s
# udp tx:   1333 MB/s    22621 calls/s  22621 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1070 MB/s    18159 calls/s  18159 msg/s
# tcp rx:   1070 MB/s   142249 calls/s
# tcp tx:   1055 MB/s    17898 calls/s  17898 msg/s
# tcp rx:   1055 MB/s   136129 calls/s
# tcp tx:   1026 MB/s    17417 calls/s  17417 msg/s
# tcp rx:   1027 MB/s   129149 calls/s
# tcp tx:   1026 MB/s    17414 calls/s  17414 msg/s
# udp gso - over veth touching data
# udp rx:   1060 MB/s   773573 calls/s
# udp tx:   1090 MB/s    18490 calls/s  18490 msg/s
# udp rx:   1236 MB/s   902052 calls/s
# udp tx:   1240 MB/s    21035 calls/s  21035 msg/s
# udp rx:   1258 MB/s   918183 calls/s
# udp tx:   1259 MB/s    21356 calls/s  21356 msg/s
# udp rx:   1213 MB/s   884750 calls/s
# udp tx:   1216 MB/s    20637 calls/s  20637 msg/s
# udp gso and gro - over veth touching data
# udp rx:    672 MB/s   490208 calls/s
# udp tx:    695 MB/s    11796 calls/s  11796 msg/s
# udp rx:    710 MB/s   518299 calls/s
# udp tx:    714 MB/s    12115 calls/s  12115 msg/s
# udp rx:    717 MB/s   523404 calls/s
# udp tx:    721 MB/s    12229 calls/s  12229 msg/s
# udp rx:    719 MB/s   524682 calls/s
# udp tx:    722 MB/s    12252 calls/s  12252 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__->