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:   1059 MB/s    17977 calls/s  17977 msg/s
# tcp rx:   1060 MB/s   139369 calls/s
# tcp tx:   1097 MB/s    18610 calls/s  18610 msg/s
# tcp rx:   1098 MB/s   141092 calls/s
# tcp tx:   1116 MB/s    18930 calls/s  18930 msg/s
# tcp rx:   1117 MB/s   139389 calls/s
# tcp tx:   1129 MB/s    19155 calls/s  19155 msg/s
# udp gso - over veth touching data
# udp rx:   1274 MB/s   907721 calls/s
# udp tx:   1307 MB/s    22179 calls/s  22179 msg/s
# udp rx:   1301 MB/s   927047 calls/s
# udp tx:   1300 MB/s    22063 calls/s  22063 msg/s
# udp rx:   1291 MB/s   919966 calls/s
# udp tx:   1290 MB/s    21881 calls/s  21881 msg/s
# udp rx:   1264 MB/s   900546 calls/s
# udp tx:   1261 MB/s    21404 calls/s  21404 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1280 MB/s   911822 calls/s
# udp tx:   1314 MB/s    22298 calls/s  22298 msg/s
# udp rx:   1310 MB/s   933240 calls/s
# udp tx:   1308 MB/s    22190 calls/s  22190 msg/s
# udp rx:   1321 MB/s   941483 calls/s
# udp tx:   1321 MB/s    22418 calls/s  22418 msg/s
# udp rx:   1314 MB/s   936235 calls/s
# udp tx:   1313 MB/s    22281 calls/s  22281 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1094 MB/s    18571 calls/s  18571 msg/s
# tcp rx:   1096 MB/s   143859 calls/s
# tcp tx:   1188 MB/s    20157 calls/s  20157 msg/s
# tcp rx:   1189 MB/s    94075 calls/s
# tcp tx:   1052 MB/s    17855 calls/s  17855 msg/s
# tcp rx:   1053 MB/s   129901 calls/s
# tcp tx:   1061 MB/s    18010 calls/s  18010 msg/s
# udp gso - over veth touching data
# udp rx:   1158 MB/s   845022 calls/s
# udp tx:   1200 MB/s    20354 calls/s  20354 msg/s
# udp rx:   1272 MB/s   927893 calls/s
# udp tx:   1269 MB/s    21528 calls/s  21528 msg/s
# udp rx:   1280 MB/s   933854 calls/s
# udp tx:   1281 MB/s    21735 calls/s  21735 msg/s
# udp rx:   1285 MB/s   937696 calls/s
# udp tx:   1284 MB/s    21788 calls/s  21788 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1155 MB/s   842759 calls/s
# udp tx:   1188 MB/s    20154 calls/s  20154 msg/s
# udp rx:   1229 MB/s   896776 calls/s
# udp tx:   1231 MB/s    20880 calls/s  20880 msg/s
# udp rx:   1262 MB/s   920975 calls/s
# udp tx:   1261 MB/s    21399 calls/s  21399 msg/s
# udp rx:   1283 MB/s   936068 calls/s
# udp tx:   1283 MB/s    21770 calls/s  21770 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__->