make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:    876 MB/s    14860 calls/s  14860 msg/s
# tcp rx:    877 MB/s    95671 calls/s
# tcp tx:    831 MB/s    14104 calls/s  14104 msg/s
# tcp rx:    831 MB/s    93362 calls/s
# tcp tx:    789 MB/s    13397 calls/s  13397 msg/s
# tcp rx:    790 MB/s    91187 calls/s
# tcp tx:    778 MB/s    13199 calls/s  13199 msg/s
# udp gso - over veth touching data
# udp rx:    685 MB/s   488616 calls/s
# udp tx:    728 MB/s    12364 calls/s  12364 msg/s
# udp rx:   1311 MB/s   934299 calls/s
# udp tx:   1314 MB/s    22293 calls/s  22293 msg/s
# udp rx:   1317 MB/s   938428 calls/s
# udp tx:   1321 MB/s    22418 calls/s  22418 msg/s
# udp rx:   1334 MB/s   950782 calls/s
# udp tx:   1338 MB/s    22701 calls/s  22701 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1185 MB/s   844152 calls/s
# udp tx:   1223 MB/s    20756 calls/s  20756 msg/s
# udp rx:   1294 MB/s   922161 calls/s
# udp tx:   1307 MB/s    22180 calls/s  22180 msg/s
# udp rx:   1305 MB/s   930198 calls/s
# udp tx:   1309 MB/s    22210 calls/s  22210 msg/s
# udp rx:   1304 MB/s   929501 calls/s
# udp tx:   1309 MB/s    22209 calls/s  22209 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1123 MB/s    19053 calls/s  19053 msg/s
# tcp rx:   1123 MB/s   142218 calls/s
# tcp tx:   1101 MB/s    18681 calls/s  18681 msg/s
# tcp rx:   1112 MB/s   134392 calls/s
# tcp tx:   1080 MB/s    18328 calls/s  18328 msg/s
# tcp rx:   1079 MB/s   127452 calls/s
# tcp tx:   1079 MB/s    18317 calls/s  18317 msg/s
# udp gso - over veth touching data
# udp rx:   1220 MB/s   889824 calls/s
# udp tx:   1261 MB/s    21404 calls/s  21404 msg/s
# udp rx:   1271 MB/s   927420 calls/s
# udp tx:   1279 MB/s    21704 calls/s  21704 msg/s
# udp rx:   1159 MB/s   845697 calls/s
# udp tx:   1162 MB/s    19718 calls/s  19718 msg/s
# udp rx:   1241 MB/s   905715 calls/s
# udp tx:   1243 MB/s    21093 calls/s  21093 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1066 MB/s   777528 calls/s
# udp tx:   1101 MB/s    18688 calls/s  18688 msg/s
# udp rx:   1261 MB/s   919778 calls/s
# udp tx:   1260 MB/s    21381 calls/s  21381 msg/s
# udp rx:   1254 MB/s   915034 calls/s
# udp tx:   1254 MB/s    21276 calls/s  21276 msg/s
# udp rx:   1255 MB/s   915786 calls/s
# udp tx:   1254 MB/s    21284 calls/s  21284 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__->