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:    708 MB/s    12017 calls/s  12017 msg/s
# tcp rx:    708 MB/s    81502 calls/s
# tcp tx:    765 MB/s    12986 calls/s  12986 msg/s
# tcp rx:    765 MB/s    85374 calls/s
# tcp tx:    800 MB/s    13575 calls/s  13575 msg/s
# tcp rx:    801 MB/s    86842 calls/s
# tcp tx:    684 MB/s    11616 calls/s  11616 msg/s
# udp gso - over veth touching data
# udp rx:   1227 MB/s   874131 calls/s
# udp tx:   1273 MB/s    21599 calls/s  21599 msg/s
# udp rx:   1304 MB/s   929464 calls/s
# udp tx:   1304 MB/s    22124 calls/s  22124 msg/s
# udp rx:   1295 MB/s   922611 calls/s
# udp tx:   1294 MB/s    21951 calls/s  21951 msg/s
# udp rx:   1308 MB/s   932246 calls/s
# udp tx:   1308 MB/s    22194 calls/s  22194 msg/s
# udp gso and gro - over veth touching data
# udp rx:    638 MB/s   455110 calls/s
# udp tx:    654 MB/s    11106 calls/s  11106 msg/s
# udp rx:    642 MB/s   457883 calls/s
# udp tx:    642 MB/s    10894 calls/s  10894 msg/s
# udp rx:    643 MB/s   458083 calls/s
# udp tx:    642 MB/s    10901 calls/s  10901 msg/s
# udp rx:    647 MB/s   461532 calls/s
# udp tx:    647 MB/s    10982 calls/s  10982 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1151 MB/s    19525 calls/s  19525 msg/s
# tcp rx:   1151 MB/s   138555 calls/s
# tcp tx:   1136 MB/s    19275 calls/s  19275 msg/s
# tcp rx:   1156 MB/s   130109 calls/s
# tcp tx:   1100 MB/s    18658 calls/s  18658 msg/s
# tcp rx:   1096 MB/s   124420 calls/s
# tcp tx:   1100 MB/s    18668 calls/s  18668 msg/s
# udp gso - over veth touching data
# udp rx:   1175 MB/s   857123 calls/s
# udp tx:   1213 MB/s    20585 calls/s  20585 msg/s
# udp rx:   1006 MB/s   734013 calls/s
# udp tx:    987 MB/s    16754 calls/s  16754 msg/s
# udp rx:    632 MB/s   461515 calls/s
# udp tx:    634 MB/s    10766 calls/s  10766 msg/s
# udp rx:    633 MB/s   462140 calls/s
# udp tx:    633 MB/s    10739 calls/s  10739 msg/s
# udp gso and gro - over veth touching data
# udp rx:    655 MB/s   478172 calls/s
# udp tx:    675 MB/s    11464 calls/s  11464 msg/s
# udp rx:    683 MB/s   498262 calls/s
# udp tx:    683 MB/s    11596 calls/s  11596 msg/s
# udp rx:    663 MB/s   483536 calls/s
# udp tx:    663 MB/s    11247 calls/s  11247 msg/s
# udp rx:    665 MB/s   485002 calls/s
# udp tx:    665 MB/s    11292 calls/s  11292 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__->