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:   1105 MB/s    18743 calls/s  18743 msg/s
# tcp rx:   1105 MB/s   133575 calls/s
# tcp tx:    779 MB/s    13221 calls/s  13221 msg/s
# tcp rx:    780 MB/s    90386 calls/s
# tcp tx:    780 MB/s    13238 calls/s  13238 msg/s
# tcp rx:    781 MB/s    90286 calls/s
# tcp tx:    773 MB/s    13117 calls/s  13117 msg/s
# udp gso - over veth touching data
# udp rx:    707 MB/s   503874 calls/s
# udp tx:    727 MB/s    12346 calls/s  12346 msg/s
# udp rx:    707 MB/s   504299 calls/s
# udp tx:    707 MB/s    11995 calls/s  11995 msg/s
# udp rx:    706 MB/s   502985 calls/s
# udp tx:    705 MB/s    11967 calls/s  11967 msg/s
# udp rx:    705 MB/s   502758 calls/s
# udp tx:    705 MB/s    11961 calls/s  11961 msg/s
# udp gso and gro - over veth touching data
# udp rx:    589 MB/s   419854 calls/s
# udp tx:    608 MB/s    10315 calls/s  10315 msg/s
# udp rx:    611 MB/s   435837 calls/s
# udp tx:    611 MB/s    10373 calls/s  10373 msg/s
# udp rx:    594 MB/s   423239 calls/s
# udp tx:    593 MB/s    10071 calls/s  10071 msg/s
# udp rx:    630 MB/s   448956 calls/s
# udp tx:    629 MB/s    10677 calls/s  10677 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    707 MB/s    11995 calls/s  11995 msg/s
# tcp rx:    707 MB/s    84353 calls/s
# tcp tx:    715 MB/s    12132 calls/s  12132 msg/s
# tcp rx:    716 MB/s    85835 calls/s
# tcp tx:    734 MB/s    12451 calls/s  12451 msg/s
# tcp rx:    734 MB/s    85823 calls/s
# tcp tx:    730 MB/s    12398 calls/s  12398 msg/s
# udp gso - over veth touching data
# udp rx:   1218 MB/s   888753 calls/s
# udp tx:   1261 MB/s    21390 calls/s  21390 msg/s
# udp rx:   1242 MB/s   905897 calls/s
# udp tx:   1248 MB/s    21168 calls/s  21168 msg/s
# udp rx:   1191 MB/s   868669 calls/s
# udp tx:   1196 MB/s    20287 calls/s  20287 msg/s
# udp rx:   1224 MB/s   893257 calls/s
# udp tx:   1229 MB/s    20857 calls/s  20857 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1190 MB/s   868288 calls/s
# udp tx:   1227 MB/s    20824 calls/s  20824 msg/s
# udp rx:   1242 MB/s   906170 calls/s
# udp tx:   1247 MB/s    21159 calls/s  21159 msg/s
# udp rx:   1262 MB/s   920448 calls/s
# udp tx:   1267 MB/s    21491 calls/s  21491 msg/s
# udp rx:   1262 MB/s   920624 calls/s
# udp tx:   1268 MB/s    21515 calls/s  21515 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__->