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:   1090 MB/s    18503 calls/s  18503 msg/s
# tcp rx:   1091 MB/s   143977 calls/s
# tcp tx:   1133 MB/s    19222 calls/s  19222 msg/s
# tcp rx:   1133 MB/s   142469 calls/s
# tcp tx:   1139 MB/s    19335 calls/s  19335 msg/s
# tcp rx:   1141 MB/s   144642 calls/s
# tcp tx:   1136 MB/s    19268 calls/s  19268 msg/s
# udp gso - over veth touching data
# udp rx:    931 MB/s   663261 calls/s
# udp tx:    947 MB/s    16071 calls/s  16071 msg/s
# udp rx:    648 MB/s   462249 calls/s
# udp tx:    652 MB/s    11066 calls/s  11066 msg/s
# udp rx:    648 MB/s   462086 calls/s
# udp tx:    650 MB/s    11032 calls/s  11032 msg/s
# udp rx:    646 MB/s   460219 calls/s
# udp tx:    648 MB/s    10998 calls/s  10998 msg/s
# udp gso and gro - over veth touching data
# udp rx:    653 MB/s   465384 calls/s
# udp tx:    671 MB/s    11391 calls/s  11391 msg/s
# udp rx:    678 MB/s   482986 calls/s
# udp tx:    677 MB/s    11487 calls/s  11487 msg/s
# udp rx:    679 MB/s   483974 calls/s
# udp tx:    679 MB/s    11520 calls/s  11520 msg/s
# udp rx:    678 MB/s   483553 calls/s
# udp tx:    677 MB/s    11498 calls/s  11498 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    663 MB/s    11245 calls/s  11245 msg/s
# tcp rx:    676 MB/s    82364 calls/s
# tcp tx:   1054 MB/s    17880 calls/s  17880 msg/s
# tcp rx:   1053 MB/s   130800 calls/s
# tcp tx:   1057 MB/s    17931 calls/s  17931 msg/s
# tcp rx:   1058 MB/s   130362 calls/s
# tcp tx:   1054 MB/s    17883 calls/s  17883 msg/s
# udp gso - over veth touching data
# udp rx:    583 MB/s   425306 calls/s
# udp tx:    599 MB/s    10173 calls/s  10173 msg/s
# udp rx:    565 MB/s   412662 calls/s
# udp tx:    567 MB/s     9631 calls/s   9631 msg/s
# udp rx:    627 MB/s   457428 calls/s
# udp tx:    628 MB/s    10662 calls/s  10662 msg/s
# udp rx:    626 MB/s   456914 calls/s
# udp tx:    628 MB/s    10653 calls/s  10653 msg/s
# udp gso and gro - over veth touching data
# udp rx:    577 MB/s   421243 calls/s
# udp tx:    594 MB/s    10091 calls/s  10091 msg/s
# udp rx:    588 MB/s   429206 calls/s
# udp tx:    588 MB/s     9986 calls/s   9986 msg/s
# udp rx:    596 MB/s   435287 calls/s
# udp tx:    599 MB/s    10172 calls/s  10172 msg/s
# udp rx:    631 MB/s   460573 calls/s
# udp tx:    633 MB/s    10742 calls/s  10742 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__->