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:    722 MB/s    12247 calls/s  12247 msg/s
# tcp rx:    722 MB/s    87244 calls/s
# tcp tx:   1095 MB/s    18572 calls/s  18572 msg/s
# tcp rx:   1096 MB/s   135012 calls/s
# tcp tx:   1126 MB/s    19101 calls/s  19101 msg/s
# tcp rx:   1127 MB/s   135564 calls/s
# tcp tx:   1112 MB/s    18868 calls/s  18868 msg/s
# udp gso - over veth touching data
# udp rx:   1179 MB/s   840508 calls/s
# udp tx:   1215 MB/s    20609 calls/s  20609 msg/s
# udp rx:   1319 MB/s   940149 calls/s
# udp tx:   1321 MB/s    22418 calls/s  22418 msg/s
# udp rx:   1325 MB/s   944310 calls/s
# udp tx:   1326 MB/s    22503 calls/s  22503 msg/s
# udp rx:   1332 MB/s   948893 calls/s
# udp tx:   1333 MB/s    22624 calls/s  22624 msg/s
# udp gso and gro - over veth touching data
# udp rx:    647 MB/s   460920 calls/s
# udp tx:    660 MB/s    11210 calls/s  11210 msg/s
# udp rx:    661 MB/s   470932 calls/s
# udp tx:    660 MB/s    11206 calls/s  11206 msg/s
# udp rx:    654 MB/s   466057 calls/s
# udp tx:    653 MB/s    11092 calls/s  11092 msg/s
# udp rx:    655 MB/s   466803 calls/s
# udp tx:    654 MB/s    11106 calls/s  11106 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1067 MB/s    18102 calls/s  18102 msg/s
# tcp rx:   1068 MB/s   139630 calls/s
# tcp tx:   1037 MB/s    17593 calls/s  17593 msg/s
# tcp rx:   1037 MB/s   137582 calls/s
# tcp tx:   1063 MB/s    18040 calls/s  18040 msg/s
# tcp rx:   1065 MB/s   137881 calls/s
# tcp tx:   1127 MB/s    19116 calls/s  19116 msg/s
# udp gso - over veth touching data
# udp rx:    569 MB/s   415597 calls/s
# udp tx:    582 MB/s     9882 calls/s   9882 msg/s
# udp rx:    592 MB/s   431832 calls/s
# udp tx:    596 MB/s    10125 calls/s  10125 msg/s
# udp rx:    624 MB/s   455767 calls/s
# udp tx:    624 MB/s    10595 calls/s  10595 msg/s
# udp rx:    618 MB/s   451325 calls/s
# udp tx:    618 MB/s    10488 calls/s  10488 msg/s
# udp gso and gro - over veth touching data
# udp rx:    662 MB/s   482960 calls/s
# udp tx:    683 MB/s    11594 calls/s  11594 msg/s
# udp rx:    677 MB/s   493846 calls/s
# udp tx:    682 MB/s    11569 calls/s  11569 msg/s
# udp rx:    681 MB/s   497219 calls/s
# udp tx:    683 MB/s    11591 calls/s  11591 msg/s
# udp rx:    682 MB/s   497457 calls/s
# udp tx:    686 MB/s    11647 calls/s  11647 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__->