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:    949 MB/s    16112 calls/s  16112 msg/s
# tcp rx:    950 MB/s   106704 calls/s
# tcp tx:    737 MB/s    12506 calls/s  12506 msg/s
# tcp rx:    740 MB/s    88167 calls/s
# tcp tx:    741 MB/s    12572 calls/s  12572 msg/s
# tcp rx:    740 MB/s    89063 calls/s
# tcp tx:    718 MB/s    12182 calls/s  12182 msg/s
# udp gso - over veth touching data
# udp rx:    604 MB/s   430684 calls/s
# udp tx:    618 MB/s    10485 calls/s  10485 msg/s
# udp rx:    604 MB/s   430800 calls/s
# udp tx:    608 MB/s    10327 calls/s  10327 msg/s
# udp rx:    639 MB/s   455666 calls/s
# udp tx:    639 MB/s    10852 calls/s  10852 msg/s
# udp rx:    651 MB/s   464096 calls/s
# udp tx:    650 MB/s    11037 calls/s  11037 msg/s
# udp gso and gro - over veth touching data
# udp rx:    662 MB/s   471605 calls/s
# udp tx:    680 MB/s    11535 calls/s  11535 msg/s
# udp rx:    667 MB/s   475200 calls/s
# udp tx:    669 MB/s    11358 calls/s  11358 msg/s
# udp rx:    677 MB/s   482519 calls/s
# udp tx:    679 MB/s    11525 calls/s  11525 msg/s
# udp rx:    683 MB/s   487239 calls/s
# udp tx:    686 MB/s    11640 calls/s  11640 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    723 MB/s    12271 calls/s  12271 msg/s
# tcp rx:    724 MB/s    84916 calls/s
# tcp tx:    703 MB/s    11930 calls/s  11930 msg/s
# tcp rx:    704 MB/s    83879 calls/s
# tcp tx:    722 MB/s    12247 calls/s  12247 msg/s
# tcp rx:    722 MB/s    84836 calls/s
# tcp tx:    717 MB/s    12174 calls/s  12174 msg/s
# udp gso - over veth touching data
# udp rx:   1181 MB/s   861735 calls/s
# udp tx:   1212 MB/s    20570 calls/s  20570 msg/s
# udp rx:   1234 MB/s   900613 calls/s
# udp tx:   1233 MB/s    20929 calls/s  20929 msg/s
# udp rx:   1236 MB/s   902101 calls/s
# udp tx:   1236 MB/s    20964 calls/s  20964 msg/s
# udp rx:   1238 MB/s   902950 calls/s
# udp tx:   1237 MB/s    20989 calls/s  20989 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1239 MB/s   903772 calls/s
# udp tx:   1270 MB/s    21554 calls/s  21554 msg/s
# udp rx:   1265 MB/s   923129 calls/s
# udp tx:   1268 MB/s    21514 calls/s  21514 msg/s
# udp rx:   1257 MB/s   916829 calls/s
# udp tx:   1268 MB/s    21520 calls/s  21520 msg/s
# udp rx:    618 MB/s   451401 calls/s
# udp tx:    622 MB/s    10554 calls/s  10554 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__->