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:   1122 MB/s    19030 calls/s  19030 msg/s
# tcp rx:   1122 MB/s   141860 calls/s
# tcp tx:   1161 MB/s    19702 calls/s  19702 msg/s
# tcp rx:   1162 MB/s   142676 calls/s
# tcp tx:   1184 MB/s    20085 calls/s  20085 msg/s
# tcp rx:   1185 MB/s   139835 calls/s
# tcp tx:   1189 MB/s    20181 calls/s  20181 msg/s
# udp gso - over veth touching data
# udp rx:    651 MB/s   464117 calls/s
# udp tx:    670 MB/s    11365 calls/s  11365 msg/s
# udp rx:    657 MB/s   468297 calls/s
# udp tx:    656 MB/s    11142 calls/s  11142 msg/s
# udp rx:    658 MB/s   469198 calls/s
# udp tx:    658 MB/s    11161 calls/s  11161 msg/s
# udp rx:    661 MB/s   471078 calls/s
# udp tx:    660 MB/s    11210 calls/s  11210 msg/s
# udp gso and gro - over veth touching data
# udp rx:    656 MB/s   467318 calls/s
# udp tx:    673 MB/s    11421 calls/s  11421 msg/s
# udp rx:    677 MB/s   482528 calls/s
# udp tx:    676 MB/s    11479 calls/s  11479 msg/s
# udp rx:    690 MB/s   492189 calls/s
# udp tx:    690 MB/s    11717 calls/s  11717 msg/s
# udp rx:    677 MB/s   482662 calls/s
# udp tx:    677 MB/s    11483 calls/s  11483 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    728 MB/s    12350 calls/s  12350 msg/s
# tcp rx:    728 MB/s    87768 calls/s
# tcp tx:    733 MB/s    12435 calls/s  12435 msg/s
# tcp rx:    733 MB/s    87845 calls/s
# tcp tx:    730 MB/s    12385 calls/s  12385 msg/s
# tcp rx:    730 MB/s    86321 calls/s
# tcp tx:    721 MB/s    12231 calls/s  12231 msg/s
# udp gso - over veth touching data
# udp rx:    721 MB/s   526463 calls/s
# udp tx:    740 MB/s    12566 calls/s  12566 msg/s
# udp rx:    613 MB/s   447560 calls/s
# udp tx:    614 MB/s    10424 calls/s  10424 msg/s
# udp rx:    591 MB/s   431050 calls/s
# udp tx:    590 MB/s    10012 calls/s  10012 msg/s
# udp rx:    621 MB/s   453420 calls/s
# udp tx:    621 MB/s    10541 calls/s  10541 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1218 MB/s   888465 calls/s
# udp tx:   1248 MB/s    21180 calls/s  21180 msg/s
# udp rx:   1043 MB/s   761056 calls/s
# udp tx:   1032 MB/s    17510 calls/s  17510 msg/s
# udp rx:    655 MB/s   477920 calls/s
# udp tx:    654 MB/s    11109 calls/s  11109 msg/s
# udp rx:    611 MB/s   445784 calls/s
# udp tx:    610 MB/s    10356 calls/s  10356 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__->