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:    652 MB/s    11073 calls/s  11073 msg/s
# tcp rx:    653 MB/s    80808 calls/s
# tcp tx:    976 MB/s    16570 calls/s  16570 msg/s
# tcp rx:    977 MB/s   125699 calls/s
# tcp tx:   1094 MB/s    18555 calls/s  18555 msg/s
# tcp rx:   1096 MB/s   128162 calls/s
# tcp tx:   1078 MB/s    18298 calls/s  18298 msg/s
# udp gso - over veth touching data
# udp rx:   1243 MB/s   885456 calls/s
# udp tx:   1282 MB/s    21750 calls/s  21750 msg/s
# udp rx:   1316 MB/s   937967 calls/s
# udp tx:   1319 MB/s    22383 calls/s  22383 msg/s
# udp rx:   1293 MB/s   921762 calls/s
# udp tx:   1297 MB/s    22010 calls/s  22010 msg/s
# udp rx:   1257 MB/s   895707 calls/s
# udp tx:   1252 MB/s    21250 calls/s  21250 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1280 MB/s   911909 calls/s
# udp tx:   1319 MB/s    22384 calls/s  22384 msg/s
# udp rx:   1321 MB/s   941335 calls/s
# udp tx:   1324 MB/s    22470 calls/s  22470 msg/s
# udp rx:   1320 MB/s   940343 calls/s
# udp tx:   1323 MB/s    22452 calls/s  22452 msg/s
# udp rx:   1312 MB/s   934905 calls/s
# udp tx:   1315 MB/s    22309 calls/s  22309 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1200 MB/s    20361 calls/s  20361 msg/s
# tcp rx:   1204 MB/s   122839 calls/s
# tcp tx:    987 MB/s    16744 calls/s  16744 msg/s
# tcp rx:    987 MB/s   125523 calls/s
# tcp tx:   1020 MB/s    17306 calls/s  17306 msg/s
# tcp rx:   1021 MB/s   125849 calls/s
# tcp tx:   1084 MB/s    18388 calls/s  18388 msg/s
# udp gso - over veth touching data
# udp rx:   1230 MB/s   897185 calls/s
# udp tx:   1268 MB/s    21507 calls/s  21507 msg/s
# udp rx:   1263 MB/s   921658 calls/s
# udp tx:   1267 MB/s    21504 calls/s  21504 msg/s
# udp rx:   1260 MB/s   919583 calls/s
# udp tx:   1264 MB/s    21439 calls/s  21439 msg/s
# udp rx:   1223 MB/s   892294 calls/s
# udp tx:   1227 MB/s    20813 calls/s  20813 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1210 MB/s   882934 calls/s
# udp tx:   1241 MB/s    21053 calls/s  21053 msg/s
# udp rx:   1260 MB/s   919071 calls/s
# udp tx:   1259 MB/s    21362 calls/s  21362 msg/s
# udp rx:   1247 MB/s   909798 calls/s
# udp tx:   1247 MB/s    21158 calls/s  21158 msg/s
# udp rx:   1228 MB/s   895843 calls/s
# udp tx:   1232 MB/s    20904 calls/s  20904 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__->