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:   1145 MB/s    19432 calls/s  19432 msg/s
# tcp rx:   1145 MB/s   137082 calls/s
# tcp tx:   1063 MB/s    18041 calls/s  18041 msg/s
# tcp rx:   1065 MB/s   125606 calls/s
# tcp tx:   1048 MB/s    17790 calls/s  17790 msg/s
# tcp rx:   1058 MB/s   124269 calls/s
# tcp tx:   1072 MB/s    18183 calls/s  18183 msg/s
# udp gso - over veth touching data
# udp rx:   1253 MB/s   892716 calls/s
# udp tx:   1289 MB/s    21869 calls/s  21869 msg/s
# udp rx:   1300 MB/s   926510 calls/s
# udp tx:   1297 MB/s    22008 calls/s  22008 msg/s
# udp rx:   1298 MB/s   924789 calls/s
# udp tx:   1300 MB/s    22051 calls/s  22051 msg/s
# udp rx:   1308 MB/s   932066 calls/s
# udp tx:   1307 MB/s    22184 calls/s  22184 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1281 MB/s   912808 calls/s
# udp tx:   1320 MB/s    22396 calls/s  22396 msg/s
# udp rx:   1316 MB/s   937914 calls/s
# udp tx:   1318 MB/s    22370 calls/s  22370 msg/s
# udp rx:   1317 MB/s   938669 calls/s
# udp tx:   1319 MB/s    22373 calls/s  22373 msg/s
# udp rx:   1310 MB/s   933223 calls/s
# udp tx:   1311 MB/s    22250 calls/s  22250 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1152 MB/s    19551 calls/s  19551 msg/s
# tcp rx:   1159 MB/s   138030 calls/s
# tcp tx:   1094 MB/s    18561 calls/s  18561 msg/s
# tcp rx:   1094 MB/s   127968 calls/s
# tcp tx:   1091 MB/s    18518 calls/s  18518 msg/s
# tcp rx:   1092 MB/s   127197 calls/s
# tcp tx:   1105 MB/s    18751 calls/s  18751 msg/s
# udp gso - over veth touching data
# udp rx:   1216 MB/s   887159 calls/s
# udp tx:   1252 MB/s    21240 calls/s  21240 msg/s
# udp rx:   1284 MB/s   936825 calls/s
# udp tx:   1283 MB/s    21767 calls/s  21767 msg/s
# udp rx:   1209 MB/s   882041 calls/s
# udp tx:   1212 MB/s    20558 calls/s  20558 msg/s
# udp rx:   1223 MB/s   892576 calls/s
# udp tx:   1225 MB/s    20785 calls/s  20785 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1208 MB/s   881327 calls/s
# udp tx:   1243 MB/s    21092 calls/s  21092 msg/s
# udp rx:   1269 MB/s   925963 calls/s
# udp tx:   1277 MB/s    21670 calls/s  21670 msg/s
# udp rx:   1267 MB/s   924455 calls/s
# udp tx:   1266 MB/s    21484 calls/s  21484 msg/s
# udp rx:   1270 MB/s   926447 calls/s
# udp tx:   1269 MB/s    21538 calls/s  21538 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__->