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:   1162 MB/s    19711 calls/s  19711 msg/s
# tcp rx:   1163 MB/s   141312 calls/s
# tcp tx:   1143 MB/s    19395 calls/s  19395 msg/s
# tcp rx:   1144 MB/s   136005 calls/s
# tcp tx:   1149 MB/s    19501 calls/s  19501 msg/s
# tcp rx:   1150 MB/s   135800 calls/s
# tcp tx:   1162 MB/s    19721 calls/s  19721 msg/s
# udp gso - over veth touching data
# udp rx:    943 MB/s   671854 calls/s
# udp tx:    961 MB/s    16304 calls/s  16304 msg/s
# udp rx:    589 MB/s   420226 calls/s
# udp tx:    589 MB/s     9994 calls/s   9994 msg/s
# udp rx:    602 MB/s   429402 calls/s
# udp tx:    602 MB/s    10218 calls/s  10218 msg/s
# udp rx:    637 MB/s   453885 calls/s
# udp tx:    636 MB/s    10801 calls/s  10801 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1272 MB/s   906401 calls/s
# udp tx:   1302 MB/s    22095 calls/s  22095 msg/s
# udp rx:   1298 MB/s   924772 calls/s
# udp tx:   1298 MB/s    22029 calls/s  22029 msg/s
# udp rx:   1313 MB/s   935578 calls/s
# udp tx:   1312 MB/s    22268 calls/s  22268 msg/s
# udp rx:   1294 MB/s   922463 calls/s
# udp tx:   1294 MB/s    21961 calls/s  21961 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    688 MB/s    11677 calls/s  11677 msg/s
# tcp rx:    688 MB/s    81980 calls/s
# tcp tx:    701 MB/s    11898 calls/s  11898 msg/s
# tcp rx:    702 MB/s    83592 calls/s
# tcp tx:    702 MB/s    11918 calls/s  11918 msg/s
# tcp rx:    703 MB/s    83571 calls/s
# tcp tx:    706 MB/s    11980 calls/s  11980 msg/s
# udp gso - over veth touching data
# udp rx:   1137 MB/s   829920 calls/s
# udp tx:   1171 MB/s    19867 calls/s  19867 msg/s
# udp rx:   1133 MB/s   826557 calls/s
# udp tx:   1143 MB/s    19396 calls/s  19396 msg/s
# udp rx:   1226 MB/s   894285 calls/s
# udp tx:   1229 MB/s    20850 calls/s  20850 msg/s
# udp rx:   1257 MB/s   917083 calls/s
# udp tx:   1261 MB/s    21390 calls/s  21390 msg/s
# udp gso and gro - over veth touching data
# udp rx:    686 MB/s   500967 calls/s
# udp tx:    705 MB/s    11965 calls/s  11965 msg/s
# udp rx:    694 MB/s   506409 calls/s
# udp tx:    696 MB/s    11821 calls/s  11821 msg/s
# udp rx:    693 MB/s   506013 calls/s
# udp tx:    695 MB/s    11804 calls/s  11804 msg/s
# udp rx:    694 MB/s   506802 calls/s
# udp tx:    697 MB/s    11825 calls/s  11825 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__->