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:   1107 MB/s    18782 calls/s  18782 msg/s
# tcp rx:   1110 MB/s   139837 calls/s
# tcp tx:   1065 MB/s    18071 calls/s  18071 msg/s
# tcp rx:   1066 MB/s   132768 calls/s
# tcp tx:   1059 MB/s    17962 calls/s  17962 msg/s
# tcp rx:   1060 MB/s   130258 calls/s
# tcp tx:   1064 MB/s    18060 calls/s  18060 msg/s
# udp gso - over veth touching data
# udp rx:    605 MB/s   431202 calls/s
# udp tx:    629 MB/s    10682 calls/s  10682 msg/s
# udp rx:    615 MB/s   438734 calls/s
# udp tx:    618 MB/s    10498 calls/s  10498 msg/s
# udp rx:    603 MB/s   429808 calls/s
# udp tx:    611 MB/s    10372 calls/s  10372 msg/s
# udp rx:    653 MB/s   465529 calls/s
# udp tx:    652 MB/s    11073 calls/s  11073 msg/s
# udp gso and gro - over veth touching data
# udp rx:    665 MB/s   474154 calls/s
# udp tx:    689 MB/s    11693 calls/s  11693 msg/s
# udp rx:    701 MB/s   499719 calls/s
# udp tx:    718 MB/s    12192 calls/s  12192 msg/s
# udp rx:   1099 MB/s   782954 calls/s
# udp tx:   1101 MB/s    18677 calls/s  18677 msg/s
# udp rx:   1313 MB/s   935513 calls/s
# udp tx:   1314 MB/s    22289 calls/s  22289 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1104 MB/s    18726 calls/s  18726 msg/s
# tcp rx:   1104 MB/s   138228 calls/s
# tcp tx:    989 MB/s    16791 calls/s  16791 msg/s
# tcp rx:   1004 MB/s   133943 calls/s
# tcp tx:   1064 MB/s    18058 calls/s  18058 msg/s
# tcp rx:   1063 MB/s   128449 calls/s
# tcp tx:   1073 MB/s    18203 calls/s  18203 msg/s
# udp gso - over veth touching data
# udp rx:   1173 MB/s   855969 calls/s
# udp tx:   1212 MB/s    20565 calls/s  20565 msg/s
# udp rx:   1248 MB/s   910743 calls/s
# udp tx:   1247 MB/s    21160 calls/s  21160 msg/s
# udp rx:   1244 MB/s   907526 calls/s
# udp tx:   1243 MB/s    21094 calls/s  21094 msg/s
# udp rx:   1244 MB/s   907742 calls/s
# udp tx:   1243 MB/s    21092 calls/s  21092 msg/s
# udp gso and gro - over veth touching data
# udp rx:    583 MB/s   425333 calls/s
# udp tx:    602 MB/s    10220 calls/s  10220 msg/s
# udp rx:    641 MB/s   468107 calls/s
# udp tx:    638 MB/s    10833 calls/s  10833 msg/s
# udp rx:    625 MB/s   456334 calls/s
# udp tx:    624 MB/s    10599 calls/s  10599 msg/s
# udp rx:    620 MB/s   452884 calls/s
# udp tx:    620 MB/s    10521 calls/s  10521 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__->