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:    707 MB/s    12000 calls/s  12000 msg/s
# tcp rx:    708 MB/s    81840 calls/s
# tcp tx:    703 MB/s    11931 calls/s  11931 msg/s
# tcp rx:    704 MB/s    86412 calls/s
# tcp tx:    724 MB/s    12285 calls/s  12285 msg/s
# tcp rx:    725 MB/s    87481 calls/s
# tcp tx:    705 MB/s    11967 calls/s  11967 msg/s
# udp gso - over veth touching data
# udp rx:    596 MB/s   424982 calls/s
# udp tx:    614 MB/s    10425 calls/s  10425 msg/s
# udp rx:    635 MB/s   452876 calls/s
# udp tx:    635 MB/s    10775 calls/s  10775 msg/s
# udp rx:    632 MB/s   450551 calls/s
# udp tx:    632 MB/s    10720 calls/s  10720 msg/s
# udp rx:    632 MB/s   450385 calls/s
# udp tx:    631 MB/s    10713 calls/s  10713 msg/s
# udp gso and gro - over veth touching data
# udp rx:    578 MB/s   411924 calls/s
# udp tx:    596 MB/s    10119 calls/s  10119 msg/s
# udp rx:    611 MB/s   435777 calls/s
# udp tx:    609 MB/s    10336 calls/s  10336 msg/s
# udp rx:    603 MB/s   429633 calls/s
# udp tx:    604 MB/s    10247 calls/s  10247 msg/s
# udp rx:    613 MB/s   436747 calls/s
# udp tx:    638 MB/s    10834 calls/s  10834 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    723 MB/s    12267 calls/s  12267 msg/s
# tcp rx:    723 MB/s    87260 calls/s
# tcp tx:    693 MB/s    11757 calls/s  11757 msg/s
# tcp rx:    693 MB/s    86314 calls/s
# tcp tx:    686 MB/s    11646 calls/s  11646 msg/s
# tcp rx:    687 MB/s    85861 calls/s
# tcp tx:    713 MB/s    12109 calls/s  12109 msg/s
# udp gso - over veth touching data
# udp rx:    675 MB/s   492684 calls/s
# udp tx:    698 MB/s    11842 calls/s  11842 msg/s
# udp rx:    709 MB/s   517644 calls/s
# udp tx:    713 MB/s    12103 calls/s  12103 msg/s
# udp rx:    709 MB/s   517649 calls/s
# udp tx:    712 MB/s    12086 calls/s  12086 msg/s
# udp rx:    706 MB/s   515591 calls/s
# udp tx:    709 MB/s    12041 calls/s  12041 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1180 MB/s   861190 calls/s
# udp tx:   1216 MB/s    20640 calls/s  20640 msg/s
# udp rx:   1289 MB/s   940098 calls/s
# udp tx:   1297 MB/s    22004 calls/s  22004 msg/s
# udp rx:   1291 MB/s   941584 calls/s
# udp tx:   1292 MB/s    21919 calls/s  21919 msg/s
# udp rx:   1288 MB/s   939596 calls/s
# udp tx:   1288 MB/s    21854 calls/s  21854 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__->