make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:    600 MB/s    10182 calls/s  10182 msg/s
# tcp rx:    600 MB/s    83075 calls/s
# tcp tx:    637 MB/s    10810 calls/s  10810 msg/s
# tcp rx:    637 MB/s    83045 calls/s
# tcp tx:    641 MB/s    10876 calls/s  10876 msg/s
# tcp rx:    641 MB/s    81820 calls/s
# tcp tx:    639 MB/s    10845 calls/s  10845 msg/s
# udp gso - over veth touching data
# udp rx:    694 MB/s   494708 calls/s
# udp tx:    709 MB/s    12034 calls/s  12034 msg/s
# udp rx:    710 MB/s   505857 calls/s
# udp tx:    710 MB/s    12052 calls/s  12052 msg/s
# udp rx:    708 MB/s   504800 calls/s
# udp tx:    709 MB/s    12031 calls/s  12031 msg/s
# udp rx:    709 MB/s   505550 calls/s
# udp tx:    710 MB/s    12044 calls/s  12044 msg/s
# udp gso and gro - over veth touching data
# udp rx:    652 MB/s   465144 calls/s
# udp tx:    667 MB/s    11322 calls/s  11322 msg/s
# udp rx:    689 MB/s   491068 calls/s
# udp tx:    688 MB/s    11682 calls/s  11682 msg/s
# udp rx:    697 MB/s   496926 calls/s
# udp tx:    697 MB/s    11822 calls/s  11822 msg/s
# udp rx:    697 MB/s   496957 calls/s
# udp tx:    696 MB/s    11820 calls/s  11820 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    661 MB/s    11227 calls/s  11227 msg/s
# tcp rx:    662 MB/s    91341 calls/s
# tcp tx:    668 MB/s    11340 calls/s  11340 msg/s
# tcp rx:    670 MB/s    85292 calls/s
# tcp tx:    691 MB/s    11728 calls/s  11728 msg/s
# tcp rx:    692 MB/s    84925 calls/s
# tcp tx:    690 MB/s    11713 calls/s  11713 msg/s
# udp gso - over veth touching data
# udp rx:    662 MB/s   482822 calls/s
# udp tx:    679 MB/s    11527 calls/s  11527 msg/s
# udp rx:    645 MB/s   470641 calls/s
# udp tx:    644 MB/s    10934 calls/s  10934 msg/s
# udp rx:    646 MB/s   471597 calls/s
# udp tx:    645 MB/s    10953 calls/s  10953 msg/s
# udp rx:    638 MB/s   465850 calls/s
# udp tx:    638 MB/s    10822 calls/s  10822 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1084 MB/s   790571 calls/s
# udp tx:   1111 MB/s    18855 calls/s  18855 msg/s
# udp rx:   1118 MB/s   815658 calls/s
# udp tx:   1115 MB/s    18916 calls/s  18916 msg/s
# udp rx:   1079 MB/s   787311 calls/s
# udp tx:   1077 MB/s    18271 calls/s  18271 msg/s
# udp rx:   1103 MB/s   804882 calls/s
# udp tx:   1114 MB/s    18895 calls/s  18895 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__->