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:   1132 MB/s    19212 calls/s  19212 msg/s
# tcp rx:   1132 MB/s   141317 calls/s
# tcp tx:   1148 MB/s    19471 calls/s  19471 msg/s
# tcp rx:   1148 MB/s   138286 calls/s
# tcp tx:   1180 MB/s    20020 calls/s  20020 msg/s
# tcp rx:   1181 MB/s   145059 calls/s
# tcp tx:   1176 MB/s    19962 calls/s  19962 msg/s
# udp gso - over veth touching data
# udp rx:   1234 MB/s   879497 calls/s
# udp tx:   1267 MB/s    21500 calls/s  21500 msg/s
# udp rx:   1290 MB/s   919040 calls/s
# udp tx:   1289 MB/s    21872 calls/s  21872 msg/s
# udp rx:   1298 MB/s   924989 calls/s
# udp tx:   1297 MB/s    22000 calls/s  22000 msg/s
# udp rx:   1202 MB/s   856882 calls/s
# udp tx:   1191 MB/s    20213 calls/s  20213 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1094 MB/s   779495 calls/s
# udp tx:   1113 MB/s    18887 calls/s  18887 msg/s
# udp rx:    634 MB/s   452080 calls/s
# udp tx:    638 MB/s    10831 calls/s  10831 msg/s
# udp rx:    633 MB/s   451572 calls/s
# udp tx:    639 MB/s    10850 calls/s  10850 msg/s
# udp rx:    653 MB/s   465289 calls/s
# udp tx:    656 MB/s    11143 calls/s  11143 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1229 MB/s    20860 calls/s  20860 msg/s
# tcp rx:   1447 MB/s   122950 calls/s
# tcp tx:    827 MB/s    14029 calls/s  14029 msg/s
# tcp rx:    783 MB/s    95189 calls/s
# tcp tx:   1028 MB/s    17438 calls/s  17438 msg/s
# tcp rx:   1027 MB/s   132504 calls/s
# tcp tx:   1111 MB/s    18854 calls/s  18854 msg/s
# udp gso - over veth touching data
# udp rx:   1242 MB/s   905965 calls/s
# udp tx:   1278 MB/s    21685 calls/s  21685 msg/s
# udp rx:    902 MB/s   658362 calls/s
# udp tx:    886 MB/s    15030 calls/s  15030 msg/s
# udp rx:    621 MB/s   453434 calls/s
# udp tx:    621 MB/s    10541 calls/s  10541 msg/s
# udp rx:    621 MB/s   453560 calls/s
# udp tx:    620 MB/s    10530 calls/s  10530 msg/s
# udp gso and gro - over veth touching data
# udp rx:    649 MB/s   473763 calls/s
# udp tx:    673 MB/s    11420 calls/s  11420 msg/s
# udp rx:    704 MB/s   514046 calls/s
# udp tx:    697 MB/s    11838 calls/s  11838 msg/s
# udp rx:    669 MB/s   488224 calls/s
# udp tx:    674 MB/s    11433 calls/s  11433 msg/s
# udp rx:    696 MB/s   508060 calls/s
# udp tx:    696 MB/s    11814 calls/s  11814 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__->