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:   1093 MB/s    18549 calls/s  18549 msg/s
# tcp rx:   1093 MB/s   141790 calls/s
# tcp tx:   1099 MB/s    18645 calls/s  18645 msg/s
# tcp rx:   1099 MB/s   140092 calls/s
# tcp tx:   1150 MB/s    19516 calls/s  19516 msg/s
# tcp rx:   1151 MB/s   139050 calls/s
# tcp tx:   1143 MB/s    19400 calls/s  19400 msg/s
# udp gso - over veth touching data
# udp rx:   1215 MB/s   865567 calls/s
# udp tx:   1247 MB/s    21164 calls/s  21164 msg/s
# udp rx:   1303 MB/s   928758 calls/s
# udp tx:   1302 MB/s    22095 calls/s  22095 msg/s
# udp rx:   1309 MB/s   933132 calls/s
# udp tx:   1309 MB/s    22202 calls/s  22202 msg/s
# udp rx:   1308 MB/s   932444 calls/s
# udp tx:   1307 MB/s    22183 calls/s  22183 msg/s
# udp gso and gro - over veth touching data
# udp rx:    623 MB/s   444248 calls/s
# udp tx:    642 MB/s    10896 calls/s  10896 msg/s
# udp rx:    649 MB/s   462357 calls/s
# udp tx:    648 MB/s    10996 calls/s  10996 msg/s
# udp rx:    642 MB/s   458000 calls/s
# udp tx:    642 MB/s    10892 calls/s  10892 msg/s
# udp rx:    649 MB/s   463002 calls/s
# udp tx:    649 MB/s    11014 calls/s  11014 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    783 MB/s    13290 calls/s  13290 msg/s
# tcp rx:    786 MB/s    89378 calls/s
# tcp tx:    770 MB/s    13064 calls/s  13064 msg/s
# tcp rx:    878 MB/s    89455 calls/s
# tcp tx:    725 MB/s    12307 calls/s  12307 msg/s
# tcp rx:    654 MB/s    82254 calls/s
# tcp tx:    701 MB/s    11897 calls/s  11897 msg/s
# udp gso - over veth touching data
# udp rx:    628 MB/s   458406 calls/s
# udp tx:    648 MB/s    11001 calls/s  11001 msg/s
# udp rx:    666 MB/s   485742 calls/s
# udp tx:    665 MB/s    11285 calls/s  11285 msg/s
# udp rx:    666 MB/s   486313 calls/s
# udp tx:    666 MB/s    11297 calls/s  11297 msg/s
# udp rx:    667 MB/s   486724 calls/s
# udp tx:    667 MB/s    11313 calls/s  11313 msg/s
# udp gso and gro - over veth touching data
# udp rx:    786 MB/s   573470 calls/s
# udp tx:    802 MB/s    13605 calls/s  13605 msg/s
# udp rx:    628 MB/s   458248 calls/s
# udp tx:    624 MB/s    10596 calls/s  10596 msg/s
# udp rx:    627 MB/s   457791 calls/s
# udp tx:    629 MB/s    10680 calls/s  10680 msg/s
# udp rx:    636 MB/s   464509 calls/s
# udp tx:    636 MB/s    10792 calls/s  10792 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__->