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:    986 MB/s    16727 calls/s  16727 msg/s
# tcp rx:    986 MB/s   133506 calls/s
# tcp tx:   1130 MB/s    19167 calls/s  19167 msg/s
# tcp rx:   1130 MB/s   128616 calls/s
# tcp tx:   1085 MB/s    18415 calls/s  18415 msg/s
# tcp rx:   1086 MB/s   130432 calls/s
# tcp tx:   1091 MB/s    18521 calls/s  18521 msg/s
# udp gso - over veth touching data
# udp rx:   1242 MB/s   884874 calls/s
# udp tx:   1281 MB/s    21736 calls/s  21736 msg/s
# udp rx:   1264 MB/s   900896 calls/s
# udp tx:   1270 MB/s    21551 calls/s  21551 msg/s
# udp rx:   1281 MB/s   913033 calls/s
# udp tx:   1281 MB/s    21735 calls/s  21735 msg/s
# udp rx:   1285 MB/s   915744 calls/s
# udp tx:   1285 MB/s    21804 calls/s  21804 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1160 MB/s   826906 calls/s
# udp tx:   1194 MB/s    20258 calls/s  20258 msg/s
# udp rx:   1272 MB/s   906443 calls/s
# udp tx:   1272 MB/s    21576 calls/s  21576 msg/s
# udp rx:   1151 MB/s   820091 calls/s
# udp tx:   1150 MB/s    19508 calls/s  19508 msg/s
# udp rx:   1253 MB/s   893128 calls/s
# udp tx:   1253 MB/s    21257 calls/s  21257 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1109 MB/s    18821 calls/s  18821 msg/s
# tcp rx:   1110 MB/s   141174 calls/s
# tcp tx:   1093 MB/s    18546 calls/s  18546 msg/s
# tcp rx:   1093 MB/s   126819 calls/s
# tcp tx:   1056 MB/s    17921 calls/s  17921 msg/s
# tcp rx:   1098 MB/s   128429 calls/s
# tcp tx:   1022 MB/s    17337 calls/s  17337 msg/s
# udp gso - over veth touching data
# udp rx:    702 MB/s   512691 calls/s
# udp tx:    723 MB/s    12279 calls/s  12279 msg/s
# udp rx:    711 MB/s   518742 calls/s
# udp tx:    714 MB/s    12123 calls/s  12123 msg/s
# udp rx:    713 MB/s   519998 calls/s
# udp tx:    717 MB/s    12165 calls/s  12165 msg/s
# udp rx:    715 MB/s   521526 calls/s
# udp tx:    718 MB/s    12178 calls/s  12178 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1227 MB/s   894956 calls/s
# udp tx:   1268 MB/s    21521 calls/s  21521 msg/s
# udp rx:   1260 MB/s   919262 calls/s
# udp tx:   1265 MB/s    21464 calls/s  21464 msg/s
# udp rx:   1256 MB/s   916311 calls/s
# udp tx:   1259 MB/s    21370 calls/s  21370 msg/s
# udp rx:   1147 MB/s   836893 calls/s
# udp tx:   1139 MB/s    19321 calls/s  19321 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__->