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:    648 MB/s    10994 calls/s  10994 msg/s
# tcp rx:    649 MB/s    82363 calls/s
# tcp tx:    848 MB/s    14386 calls/s  14386 msg/s
# tcp rx:    848 MB/s    88308 calls/s
# tcp tx:    683 MB/s    11599 calls/s  11599 msg/s
# tcp rx:    685 MB/s    83130 calls/s
# tcp tx:    715 MB/s    12134 calls/s  12134 msg/s
# udp gso - over veth touching data
# udp rx:    598 MB/s   426036 calls/s
# udp tx:    614 MB/s    10415 calls/s  10415 msg/s
# udp rx:    624 MB/s   444596 calls/s
# udp tx:    624 MB/s    10594 calls/s  10594 msg/s
# udp rx:    625 MB/s   445586 calls/s
# udp tx:    624 MB/s    10597 calls/s  10597 msg/s
# udp rx:    626 MB/s   446326 calls/s
# udp tx:    625 MB/s    10615 calls/s  10615 msg/s
# udp gso and gro - over veth touching data
# udp rx:    606 MB/s   432024 calls/s
# udp tx:    625 MB/s    10602 calls/s  10602 msg/s
# udp rx:    625 MB/s   445660 calls/s
# udp tx:    625 MB/s    10605 calls/s  10605 msg/s
# udp rx:    620 MB/s   442156 calls/s
# udp tx:    619 MB/s    10511 calls/s  10511 msg/s
# udp rx:    623 MB/s   444116 calls/s
# udp tx:    623 MB/s    10568 calls/s  10568 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1156 MB/s    19614 calls/s  19614 msg/s
# tcp rx:   1156 MB/s   139463 calls/s
# tcp tx:   1147 MB/s    19461 calls/s  19461 msg/s
# tcp rx:   1147 MB/s   138534 calls/s
# tcp tx:   1174 MB/s    19917 calls/s  19917 msg/s
# tcp rx:   1175 MB/s   138957 calls/s
# tcp tx:   1170 MB/s    19858 calls/s  19858 msg/s
# udp gso - over veth touching data
# udp rx:    676 MB/s   493371 calls/s
# udp tx:    697 MB/s    11831 calls/s  11831 msg/s
# udp rx:    703 MB/s   512705 calls/s
# udp tx:    705 MB/s    11974 calls/s  11974 msg/s
# udp rx:    705 MB/s   514230 calls/s
# udp tx:    707 MB/s    11996 calls/s  11996 msg/s
# udp rx:    693 MB/s   506043 calls/s
# udp tx:    693 MB/s    11766 calls/s  11766 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1155 MB/s   842608 calls/s
# udp tx:   1188 MB/s    20164 calls/s  20164 msg/s
# udp rx:   1252 MB/s   913346 calls/s
# udp tx:   1254 MB/s    21285 calls/s  21285 msg/s
# udp rx:   1263 MB/s   921272 calls/s
# udp tx:   1266 MB/s    21485 calls/s  21485 msg/s
# udp rx:   1261 MB/s   920263 calls/s
# udp tx:   1265 MB/s    21457 calls/s  21457 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__->