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:   1101 MB/s    18684 calls/s  18684 msg/s
# tcp rx:   1101 MB/s   144473 calls/s
# tcp tx:   1122 MB/s    19044 calls/s  19044 msg/s
# tcp rx:   1123 MB/s   144389 calls/s
# tcp tx:   1121 MB/s    19017 calls/s  19017 msg/s
# tcp rx:   1122 MB/s   139330 calls/s
# tcp tx:   1119 MB/s    18994 calls/s  18994 msg/s
# udp gso - over veth touching data
# udp rx:   1101 MB/s   784825 calls/s
# udp tx:   1137 MB/s    19298 calls/s  19298 msg/s
# udp rx:   1235 MB/s   880183 calls/s
# udp tx:   1234 MB/s    20940 calls/s  20940 msg/s
# udp rx:   1269 MB/s   904092 calls/s
# udp tx:   1270 MB/s    21545 calls/s  21545 msg/s
# udp rx:   1297 MB/s   924590 calls/s
# udp tx:   1298 MB/s    22017 calls/s  22017 msg/s
# udp gso and gro - over veth touching data
# udp rx:    954 MB/s   679977 calls/s
# udp tx:    975 MB/s    16543 calls/s  16543 msg/s
# udp rx:    734 MB/s   523261 calls/s
# udp tx:    735 MB/s    12474 calls/s  12474 msg/s
# udp rx:    728 MB/s   519197 calls/s
# udp tx:    731 MB/s    12414 calls/s  12414 msg/s
# udp rx:    757 MB/s   539480 calls/s
# udp tx:    757 MB/s    12845 calls/s  12845 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1105 MB/s    18758 calls/s  18758 msg/s
# tcp rx:   1106 MB/s   145170 calls/s
# tcp tx:    933 MB/s    15835 calls/s  15835 msg/s
# tcp rx:    989 MB/s   122919 calls/s
# tcp tx:   1073 MB/s    18200 calls/s  18200 msg/s
# tcp rx:   1066 MB/s   130140 calls/s
# tcp tx:    967 MB/s    16401 calls/s  16401 msg/s
# udp gso - over veth touching data
# udp rx:    614 MB/s   448120 calls/s
# udp tx:    631 MB/s    10705 calls/s  10705 msg/s
# udp rx:    599 MB/s   437489 calls/s
# udp tx:    599 MB/s    10166 calls/s  10166 msg/s
# udp rx:    599 MB/s   437249 calls/s
# udp tx:    599 MB/s    10161 calls/s  10161 msg/s
# udp rx:    600 MB/s   437724 calls/s
# udp tx:    599 MB/s    10175 calls/s  10175 msg/s
# udp gso and gro - over veth touching data
# udp rx:    669 MB/s   488552 calls/s
# udp tx:    688 MB/s    11669 calls/s  11669 msg/s
# udp rx:    627 MB/s   457499 calls/s
# udp tx:    624 MB/s    10600 calls/s  10600 msg/s
# udp rx:    697 MB/s   508776 calls/s
# udp tx:    700 MB/s    11885 calls/s  11885 msg/s
# udp rx:    683 MB/s   498189 calls/s
# udp tx:    705 MB/s    11970 calls/s  11970 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__->