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:   1163 MB/s    19736 calls/s  19736 msg/s
# tcp rx:   1225 MB/s   144004 calls/s
# tcp tx:   1117 MB/s    18948 calls/s  18948 msg/s
# tcp rx:   1135 MB/s   119648 calls/s
# tcp tx:   1076 MB/s    18252 calls/s  18252 msg/s
# tcp rx:   1066 MB/s   127513 calls/s
# tcp tx:   1081 MB/s    18342 calls/s  18342 msg/s
# udp gso - over veth touching data
# udp rx:    745 MB/s   530728 calls/s
# udp tx:    769 MB/s    13050 calls/s  13050 msg/s
# udp rx:    721 MB/s   514057 calls/s
# udp tx:    720 MB/s    12226 calls/s  12226 msg/s
# udp rx:    706 MB/s   502982 calls/s
# udp tx:    706 MB/s    11980 calls/s  11980 msg/s
# udp rx:    739 MB/s   526762 calls/s
# udp tx:    739 MB/s    12535 calls/s  12535 msg/s
# udp gso and gro - over veth touching data
# udp rx:    719 MB/s   512812 calls/s
# udp tx:    743 MB/s    12607 calls/s  12607 msg/s
# udp rx:    774 MB/s   551957 calls/s
# udp tx:    774 MB/s    13128 calls/s  13128 msg/s
# udp rx:    785 MB/s   559292 calls/s
# udp tx:    784 MB/s    13310 calls/s  13310 msg/s
# udp rx:    768 MB/s   547557 calls/s
# udp tx:    768 MB/s    13030 calls/s  13030 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    757 MB/s    12841 calls/s  12841 msg/s
# tcp rx:    760 MB/s    92318 calls/s
# tcp tx:    731 MB/s    12402 calls/s  12402 msg/s
# tcp rx:    731 MB/s    89152 calls/s
# tcp tx:    741 MB/s    12583 calls/s  12583 msg/s
# tcp rx:    742 MB/s    89396 calls/s
# tcp tx:    733 MB/s    12437 calls/s  12437 msg/s
# udp gso - over veth touching data
# udp rx:   1239 MB/s   903636 calls/s
# udp tx:   1276 MB/s    21647 calls/s  21647 msg/s
# udp rx:   1239 MB/s   904157 calls/s
# udp tx:   1237 MB/s    20992 calls/s  20992 msg/s
# udp rx:   1109 MB/s   809307 calls/s
# udp tx:   1095 MB/s    18580 calls/s  18580 msg/s
# udp rx:    715 MB/s   521708 calls/s
# udp tx:    715 MB/s    12130 calls/s  12130 msg/s
# udp gso and gro - over veth touching data
# udp rx:    705 MB/s   514733 calls/s
# udp tx:    725 MB/s    12307 calls/s  12307 msg/s
# udp rx:    717 MB/s   523598 calls/s
# udp tx:    717 MB/s    12168 calls/s  12168 msg/s
# udp rx:    720 MB/s   525424 calls/s
# udp tx:    721 MB/s    12243 calls/s  12243 msg/s
# udp rx:    723 MB/s   528004 calls/s
# udp tx:    721 MB/s    12242 calls/s  12242 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__->