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:   1069 MB/s    18131 calls/s  18131 msg/s
# tcp rx:   1070 MB/s   136020 calls/s
# tcp tx:   1130 MB/s    19174 calls/s  19174 msg/s
# tcp rx:   1131 MB/s   145822 calls/s
# tcp tx:   1135 MB/s    19259 calls/s  19259 msg/s
# tcp rx:   1136 MB/s   146217 calls/s
# tcp tx:   1138 MB/s    19305 calls/s  19305 msg/s
# udp gso - over veth touching data
# udp rx:    595 MB/s   424515 calls/s
# udp tx:    608 MB/s    10318 calls/s  10318 msg/s
# udp rx:    608 MB/s   433260 calls/s
# udp tx:    608 MB/s    10329 calls/s  10329 msg/s
# udp rx:    631 MB/s   450002 calls/s
# udp tx:    632 MB/s    10728 calls/s  10728 msg/s
# udp rx:    640 MB/s   456031 calls/s
# udp tx:    641 MB/s    10879 calls/s  10879 msg/s
# udp gso and gro - over veth touching data
# udp rx:    617 MB/s   439604 calls/s
# udp tx:    630 MB/s    10697 calls/s  10697 msg/s
# udp rx:    639 MB/s   455752 calls/s
# udp tx:    640 MB/s    10857 calls/s  10857 msg/s
# udp rx:    640 MB/s   456441 calls/s
# udp tx:    641 MB/s    10872 calls/s  10872 msg/s
# udp rx:    641 MB/s   456709 calls/s
# udp tx:    641 MB/s    10878 calls/s  10878 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    855 MB/s    14513 calls/s  14513 msg/s
# tcp rx:    856 MB/s    97468 calls/s
# tcp tx:    653 MB/s    11079 calls/s  11079 msg/s
# tcp rx:    654 MB/s    84070 calls/s
# tcp tx:    676 MB/s    11481 calls/s  11481 msg/s
# tcp rx:    677 MB/s    83353 calls/s
# tcp tx:    683 MB/s    11589 calls/s  11589 msg/s
# udp gso - over veth touching data
# udp rx:   1204 MB/s   878772 calls/s
# udp tx:   1231 MB/s    20884 calls/s  20884 msg/s
# udp rx:   1233 MB/s   899755 calls/s
# udp tx:   1236 MB/s    20969 calls/s  20969 msg/s
# udp rx:   1236 MB/s   901708 calls/s
# udp tx:   1238 MB/s    21003 calls/s  21003 msg/s
# udp rx:   1239 MB/s   903629 calls/s
# udp tx:   1241 MB/s    21051 calls/s  21051 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1245 MB/s   908438 calls/s
# udp tx:   1273 MB/s    21605 calls/s  21605 msg/s
# udp rx:   1253 MB/s   914262 calls/s
# udp tx:   1254 MB/s    21285 calls/s  21285 msg/s
# udp rx:   1218 MB/s   888819 calls/s
# udp tx:   1217 MB/s    20656 calls/s  20656 msg/s
# udp rx:   1250 MB/s   911990 calls/s
# udp tx:   1249 MB/s    21190 calls/s  21190 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__->