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:   1069 MB/s    18139 calls/s  18139 msg/s
# tcp rx:   1079 MB/s   133764 calls/s
# tcp tx:   1009 MB/s    17120 calls/s  17120 msg/s
# tcp rx:   1011 MB/s   122372 calls/s
# tcp tx:   1054 MB/s    17883 calls/s  17883 msg/s
# tcp rx:   1054 MB/s   122378 calls/s
# tcp tx:   1031 MB/s    17498 calls/s  17498 msg/s
# udp gso - over veth touching data
# udp rx:   1237 MB/s   881201 calls/s
# udp tx:   1273 MB/s    21602 calls/s  21602 msg/s
# udp rx:   1303 MB/s   928312 calls/s
# udp tx:   1303 MB/s    22102 calls/s  22102 msg/s
# udp rx:   1297 MB/s   924172 calls/s
# udp tx:   1297 MB/s    22002 calls/s  22002 msg/s
# udp rx:   1295 MB/s   923019 calls/s
# udp tx:   1295 MB/s    21971 calls/s  21971 msg/s
# udp gso and gro - over veth touching data
# udp rx:    819 MB/s   583534 calls/s
# udp tx:    866 MB/s    14695 calls/s  14695 msg/s
# udp rx:    849 MB/s   605237 calls/s
# udp tx:    837 MB/s    14210 calls/s  14210 msg/s
# udp rx:    704 MB/s   501993 calls/s
# udp tx:    704 MB/s    11953 calls/s  11953 msg/s
# udp rx:    642 MB/s   457504 calls/s
# udp tx:    638 MB/s    10831 calls/s  10831 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    765 MB/s    12975 calls/s  12975 msg/s
# tcp rx:    765 MB/s    85572 calls/s
# tcp tx:    796 MB/s    13508 calls/s  13508 msg/s
# tcp rx:    797 MB/s    88806 calls/s
# tcp tx:    804 MB/s    13638 calls/s  13638 msg/s
# tcp rx:    804 MB/s    89066 calls/s
# tcp tx:    797 MB/s    13534 calls/s  13534 msg/s
# udp gso - over veth touching data
# udp rx:    564 MB/s   411439 calls/s
# udp tx:    580 MB/s     9842 calls/s   9842 msg/s
# udp rx:    570 MB/s   416389 calls/s
# udp tx:    572 MB/s     9716 calls/s   9716 msg/s
# udp rx:    598 MB/s   436439 calls/s
# udp tx:    599 MB/s    10167 calls/s  10167 msg/s
# udp rx:    589 MB/s   430285 calls/s
# udp tx:    591 MB/s    10037 calls/s  10037 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1209 MB/s   882102 calls/s
# udp tx:   1249 MB/s    21188 calls/s  21188 msg/s
# udp rx:   1288 MB/s   939894 calls/s
# udp tx:   1288 MB/s    21850 calls/s  21850 msg/s
# udp rx:   1235 MB/s   901109 calls/s
# udp tx:   1236 MB/s    20972 calls/s  20972 msg/s
# udp rx:   1253 MB/s   914088 calls/s
# udp tx:   1249 MB/s    21190 calls/s  21190 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__->