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:    666 MB/s    11306 calls/s  11306 msg/s
# tcp rx:    667 MB/s    84612 calls/s
# tcp tx:    710 MB/s    12059 calls/s  12059 msg/s
# tcp rx:    711 MB/s    86318 calls/s
# tcp tx:   1011 MB/s    17160 calls/s  17160 msg/s
# tcp rx:   1013 MB/s   122081 calls/s
# tcp tx:   1157 MB/s    19636 calls/s  19636 msg/s
# udp gso - over veth touching data
# udp rx:    656 MB/s   467838 calls/s
# udp tx:    680 MB/s    11550 calls/s  11550 msg/s
# udp rx:    711 MB/s   506929 calls/s
# udp tx:    711 MB/s    12068 calls/s  12068 msg/s
# udp rx:    719 MB/s   512500 calls/s
# udp tx:    719 MB/s    12200 calls/s  12200 msg/s
# udp rx:    717 MB/s   511128 calls/s
# udp tx:    716 MB/s    12160 calls/s  12160 msg/s
# udp gso and gro - over veth touching data
# udp rx:    656 MB/s   467421 calls/s
# udp tx:    673 MB/s    11421 calls/s  11421 msg/s
# udp rx:    692 MB/s   493496 calls/s
# udp tx:    698 MB/s    11846 calls/s  11846 msg/s
# udp rx:    723 MB/s   515570 calls/s
# udp tx:    723 MB/s    12271 calls/s  12271 msg/s
# udp rx:    725 MB/s   516973 calls/s
# udp tx:    725 MB/s    12304 calls/s  12304 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    825 MB/s    13993 calls/s  13993 msg/s
# tcp rx:    825 MB/s    93560 calls/s
# tcp tx:    854 MB/s    14493 calls/s  14493 msg/s
# tcp rx:    855 MB/s    95427 calls/s
# tcp tx:    855 MB/s    14515 calls/s  14515 msg/s
# tcp rx:    856 MB/s    96097 calls/s
# tcp tx:    853 MB/s    14475 calls/s  14475 msg/s
# udp gso - over veth touching data
# udp rx:   1206 MB/s   879823 calls/s
# udp tx:   1246 MB/s    21144 calls/s  21144 msg/s
# udp rx:   1200 MB/s   875443 calls/s
# udp tx:   1199 MB/s    20348 calls/s  20348 msg/s
# udp rx:   1264 MB/s   922374 calls/s
# udp tx:   1263 MB/s    21433 calls/s  21433 msg/s
# udp rx:   1259 MB/s   918355 calls/s
# udp tx:   1258 MB/s    21338 calls/s  21338 msg/s
# udp gso and gro - over veth touching data
# udp rx:    667 MB/s   486663 calls/s
# udp tx:    687 MB/s    11656 calls/s  11656 msg/s
# udp rx:    675 MB/s   492449 calls/s
# udp tx:    674 MB/s    11444 calls/s  11444 msg/s
# udp rx:    671 MB/s   489451 calls/s
# udp tx:    670 MB/s    11367 calls/s  11367 msg/s
# udp rx:    855 MB/s   623687 calls/s
# udp tx:    869 MB/s    14754 calls/s  14754 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__->