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:   1029 MB/s    17458 calls/s  17458 msg/s
# tcp rx:   1030 MB/s   141461 calls/s
# tcp tx:   1004 MB/s    17039 calls/s  17039 msg/s
# tcp rx:   1005 MB/s   139889 calls/s
# tcp tx:   1031 MB/s    17492 calls/s  17492 msg/s
# tcp rx:   1031 MB/s   140034 calls/s
# tcp tx:   1024 MB/s    17370 calls/s  17370 msg/s
# udp gso - over veth touching data
# udp rx:   1271 MB/s   905907 calls/s
# udp tx:   1304 MB/s    22120 calls/s  22120 msg/s
# udp rx:   1313 MB/s   935424 calls/s
# udp tx:   1312 MB/s    22266 calls/s  22266 msg/s
# udp rx:   1297 MB/s   924168 calls/s
# udp tx:   1290 MB/s    21893 calls/s  21893 msg/s
# udp rx:    816 MB/s   581646 calls/s
# udp tx:    810 MB/s    13739 calls/s  13739 msg/s
# udp gso and gro - over veth touching data
# udp rx:    705 MB/s   502716 calls/s
# udp tx:    732 MB/s    12428 calls/s  12428 msg/s
# udp rx:    763 MB/s   543927 calls/s
# udp tx:    762 MB/s    12939 calls/s  12939 msg/s
# udp rx:    742 MB/s   529090 calls/s
# udp tx:    742 MB/s    12590 calls/s  12590 msg/s
# udp rx:    747 MB/s   532185 calls/s
# udp tx:    746 MB/s    12657 calls/s  12657 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    826 MB/s    14014 calls/s  14014 msg/s
# tcp rx:    826 MB/s    97247 calls/s
# tcp tx:    801 MB/s    13591 calls/s  13591 msg/s
# tcp rx:    802 MB/s    94029 calls/s
# tcp tx:    781 MB/s    13257 calls/s  13257 msg/s
# tcp rx:    782 MB/s    93001 calls/s
# tcp tx:    809 MB/s    13735 calls/s  13735 msg/s
# udp gso - over veth touching data
# udp rx:    668 MB/s   487898 calls/s
# udp tx:    687 MB/s    11664 calls/s  11664 msg/s
# udp rx:    685 MB/s   500014 calls/s
# udp tx:    685 MB/s    11627 calls/s  11627 msg/s
# udp rx:    685 MB/s   499801 calls/s
# udp tx:    679 MB/s    11526 calls/s  11526 msg/s
# udp rx:    679 MB/s   495413 calls/s
# udp tx:    683 MB/s    11590 calls/s  11590 msg/s
# udp gso and gro - over veth touching data
# udp rx:    596 MB/s   434806 calls/s
# udp tx:    613 MB/s    10403 calls/s  10403 msg/s
# udp rx:    611 MB/s   446216 calls/s
# udp tx:    611 MB/s    10368 calls/s  10368 msg/s
# udp rx:    608 MB/s   444139 calls/s
# udp tx:    608 MB/s    10319 calls/s  10319 msg/s
# udp rx:    608 MB/s   444100 calls/s
# udp tx:    608 MB/s    10319 calls/s  10319 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__->