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:   1165 MB/s    19769 calls/s  19769 msg/s
# tcp rx:   1167 MB/s   134910 calls/s
# tcp tx:   1072 MB/s    18190 calls/s  18190 msg/s
# tcp rx:   1072 MB/s   126171 calls/s
# tcp tx:   1032 MB/s    17517 calls/s  17517 msg/s
# tcp rx:   1035 MB/s   129660 calls/s
# tcp tx:   1015 MB/s    17218 calls/s  17218 msg/s
# udp gso - over veth touching data
# udp rx:   1262 MB/s   899524 calls/s
# udp tx:   1293 MB/s    21935 calls/s  21935 msg/s
# udp rx:   1299 MB/s   925792 calls/s
# udp tx:   1299 MB/s    22033 calls/s  22033 msg/s
# udp rx:   1303 MB/s   928377 calls/s
# udp tx:   1302 MB/s    22084 calls/s  22084 msg/s
# udp rx:   1302 MB/s   927477 calls/s
# udp tx:   1301 MB/s    22071 calls/s  22071 msg/s
# udp gso and gro - over veth touching data
# udp rx:    662 MB/s   472123 calls/s
# udp tx:    678 MB/s    11513 calls/s  11513 msg/s
# udp rx:    697 MB/s   496859 calls/s
# udp tx:    697 MB/s    11822 calls/s  11822 msg/s
# udp rx:    691 MB/s   492866 calls/s
# udp tx:    691 MB/s    11732 calls/s  11732 msg/s
# udp rx:    691 MB/s   492916 calls/s
# udp tx:    691 MB/s    11727 calls/s  11727 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1166 MB/s    19790 calls/s  19790 msg/s
# tcp rx:   1167 MB/s   142503 calls/s
# tcp tx:   1087 MB/s    18448 calls/s  18448 msg/s
# tcp rx:   1100 MB/s   133821 calls/s
# tcp tx:   1094 MB/s    18558 calls/s  18558 msg/s
# tcp rx:   1091 MB/s   129106 calls/s
# tcp tx:   1106 MB/s    18761 calls/s  18761 msg/s
# udp gso - over veth touching data
# udp rx:   1165 MB/s   850050 calls/s
# udp tx:   1195 MB/s    20283 calls/s  20283 msg/s
# udp rx:   1239 MB/s   904054 calls/s
# udp tx:   1239 MB/s    21020 calls/s  21020 msg/s
# udp rx:   1243 MB/s   906571 calls/s
# udp tx:   1244 MB/s    21111 calls/s  21111 msg/s
# udp rx:   1238 MB/s   902983 calls/s
# udp tx:   1237 MB/s    20986 calls/s  20986 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1256 MB/s   916667 calls/s
# udp tx:   1290 MB/s    21889 calls/s  21889 msg/s
# udp rx:   1276 MB/s   931176 calls/s
# udp tx:   1275 MB/s    21634 calls/s  21634 msg/s
# udp rx:   1272 MB/s   928222 calls/s
# udp tx:   1271 MB/s    21573 calls/s  21573 msg/s
# udp rx:   1267 MB/s   924357 calls/s
# udp tx:   1266 MB/s    21478 calls/s  21478 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__->