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:   1061 MB/s    18009 calls/s  18009 msg/s
# tcp rx:   1062 MB/s   135189 calls/s
# tcp tx:   1123 MB/s    19063 calls/s  19063 msg/s
# tcp rx:   1140 MB/s   143285 calls/s
# tcp tx:   1084 MB/s    18390 calls/s  18390 msg/s
# tcp rx:   1083 MB/s   142099 calls/s
# tcp tx:   1070 MB/s    18151 calls/s  18151 msg/s
# udp gso - over veth touching data
# udp rx:    650 MB/s   463080 calls/s
# udp tx:    672 MB/s    11403 calls/s  11403 msg/s
# udp rx:    672 MB/s   479401 calls/s
# udp tx:    676 MB/s    11475 calls/s  11475 msg/s
# udp rx:    671 MB/s   478043 calls/s
# udp tx:    674 MB/s    11437 calls/s  11437 msg/s
# udp rx:    671 MB/s   478222 calls/s
# udp tx:    673 MB/s    11423 calls/s  11423 msg/s
# udp gso and gro - over veth touching data
# udp rx:    632 MB/s   450615 calls/s
# udp tx:    654 MB/s    11093 calls/s  11093 msg/s
# udp rx:    704 MB/s   501923 calls/s
# udp tx:    704 MB/s    11952 calls/s  11952 msg/s
# udp rx:    649 MB/s   462730 calls/s
# udp tx:    648 MB/s    11000 calls/s  11000 msg/s
# udp rx:    647 MB/s   461500 calls/s
# udp tx:    647 MB/s    10978 calls/s  10978 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    700 MB/s    11884 calls/s  11884 msg/s
# tcp rx:    701 MB/s    85370 calls/s
# tcp tx:    717 MB/s    12175 calls/s  12175 msg/s
# tcp rx:    718 MB/s    86197 calls/s
# tcp tx:    719 MB/s    12208 calls/s  12208 msg/s
# tcp rx:    720 MB/s    86710 calls/s
# tcp tx:    724 MB/s    12294 calls/s  12294 msg/s
# udp gso - over veth touching data
# udp rx:    961 MB/s   700958 calls/s
# udp tx:    999 MB/s    16946 calls/s  16946 msg/s
# udp rx:   1201 MB/s   876028 calls/s
# udp tx:   1209 MB/s    20513 calls/s  20513 msg/s
# udp rx:   1260 MB/s   918954 calls/s
# udp tx:   1260 MB/s    21381 calls/s  21381 msg/s
# udp rx:   1264 MB/s   922543 calls/s
# udp tx:   1266 MB/s    21489 calls/s  21489 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1236 MB/s   901953 calls/s
# udp tx:   1270 MB/s    21541 calls/s  21541 msg/s
# udp rx:   1255 MB/s   915718 calls/s
# udp tx:   1259 MB/s    21359 calls/s  21359 msg/s
# udp rx:   1247 MB/s   909476 calls/s
# udp tx:   1246 MB/s    21149 calls/s  21149 msg/s
# udp rx:   1240 MB/s   905009 calls/s
# udp tx:   1240 MB/s    21044 calls/s  21044 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__->