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:    866 MB/s    14698 calls/s  14698 msg/s
# tcp rx:    868 MB/s    93120 calls/s
# tcp tx:    824 MB/s    13983 calls/s  13983 msg/s
# tcp rx:    824 MB/s    90672 calls/s
# tcp tx:    819 MB/s    13895 calls/s  13895 msg/s
# tcp rx:    820 MB/s    89870 calls/s
# tcp tx:    760 MB/s    12898 calls/s  12898 msg/s
# udp gso - over veth touching data
# udp rx:    564 MB/s   402066 calls/s
# udp tx:    583 MB/s     9893 calls/s   9893 msg/s
# udp rx:    625 MB/s   445226 calls/s
# udp tx:    624 MB/s    10594 calls/s  10594 msg/s
# udp rx:    599 MB/s   426737 calls/s
# udp tx:    598 MB/s    10145 calls/s  10145 msg/s
# udp rx:    640 MB/s   456147 calls/s
# udp tx:    640 MB/s    10867 calls/s  10867 msg/s
# udp gso and gro - over veth touching data
# udp rx:    679 MB/s   484154 calls/s
# udp tx:    702 MB/s    11910 calls/s  11910 msg/s
# udp rx:    696 MB/s   495879 calls/s
# udp tx:    695 MB/s    11803 calls/s  11803 msg/s
# udp rx:    701 MB/s   499664 calls/s
# udp tx:    700 MB/s    11887 calls/s  11887 msg/s
# udp rx:    706 MB/s   503562 calls/s
# udp tx:    706 MB/s    11982 calls/s  11982 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    974 MB/s    16524 calls/s  16524 msg/s
# tcp rx:    975 MB/s   118328 calls/s
# tcp tx:    718 MB/s    12186 calls/s  12186 msg/s
# tcp rx:    718 MB/s    81063 calls/s
# tcp tx:    754 MB/s    12804 calls/s  12804 msg/s
# tcp rx:    754 MB/s    85043 calls/s
# tcp tx:    770 MB/s    13074 calls/s  13074 msg/s
# udp gso - over veth touching data
# udp rx:   1265 MB/s   922973 calls/s
# udp tx:   1309 MB/s    22215 calls/s  22215 msg/s
# udp rx:   1293 MB/s   943652 calls/s
# udp tx:   1297 MB/s    21999 calls/s  21999 msg/s
# udp rx:   1275 MB/s   930253 calls/s
# udp tx:   1278 MB/s    21689 calls/s  21689 msg/s
# udp rx:   1278 MB/s   932083 calls/s
# udp tx:   1281 MB/s    21738 calls/s  21738 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1165 MB/s   849880 calls/s
# udp tx:   1198 MB/s    20332 calls/s  20332 msg/s
# udp rx:   1256 MB/s   916125 calls/s
# udp tx:   1254 MB/s    21280 calls/s  21280 msg/s
# udp rx:   1221 MB/s   890885 calls/s
# udp tx:   1221 MB/s    20713 calls/s  20713 msg/s
# udp rx:   1264 MB/s   922206 calls/s
# udp tx:   1263 MB/s    21433 calls/s  21433 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__->