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:   1779 MB/s    30175 calls/s  30175 msg/s
# tcp rx:   1780 MB/s    72315 calls/s
# tcp tx:   1750 MB/s    29683 calls/s  29683 msg/s
# tcp rx:   1751 MB/s    75035 calls/s
# tcp tx:   1800 MB/s    30542 calls/s  30542 msg/s
# tcp rx:   1802 MB/s    69099 calls/s
# tcp tx:   1828 MB/s    31008 calls/s  31008 msg/s
# udp gso - over veth touching data
# udp rx:   1136 MB/s   809608 calls/s
# udp tx:   1170 MB/s    19856 calls/s  19856 msg/s
# udp rx:   1187 MB/s   845581 calls/s
# udp tx:   1186 MB/s    20120 calls/s  20120 msg/s
# udp rx:   1159 MB/s   825630 calls/s
# udp tx:   1157 MB/s    19638 calls/s  19638 msg/s
# udp rx:   1157 MB/s   824415 calls/s
# udp tx:   1156 MB/s    19611 calls/s  19611 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1662 MB/s    28199 calls/s
# udp tx:   1717 MB/s    29124 calls/s  29124 msg/s
# udp rx:   1754 MB/s    29762 calls/s
# udp tx:   1752 MB/s    29731 calls/s  29731 msg/s
# udp rx:   1756 MB/s    29786 calls/s
# udp tx:   1752 MB/s    29719 calls/s  29719 msg/s
# udp rx:   1677 MB/s    28447 calls/s
# udp tx:   1675 MB/s    28415 calls/s  28415 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1343 MB/s    22794 calls/s  22794 msg/s
# tcp rx:   1344 MB/s    57629 calls/s
# tcp tx:   1309 MB/s    22212 calls/s  22212 msg/s
# tcp rx:   1310 MB/s    64327 calls/s
# tcp tx:   1327 MB/s    22522 calls/s  22522 msg/s
# tcp rx:   1329 MB/s    64115 calls/s
# tcp tx:   1317 MB/s    22345 calls/s  22345 msg/s
# udp gso - over veth touching data
# udp rx:    585 MB/s   427207 calls/s
# udp tx:    605 MB/s    10269 calls/s  10269 msg/s
# udp rx:    580 MB/s   423213 calls/s
# udp tx:    580 MB/s     9844 calls/s   9844 msg/s
# udp rx:    586 MB/s   427408 calls/s
# udp tx:    585 MB/s     9929 calls/s   9929 msg/s
# udp rx:    602 MB/s   439228 calls/s
# udp tx:    601 MB/s    10204 calls/s  10204 msg/s
# udp gso and gro - over veth touching data
# udp rx:    947 MB/s    16071 calls/s
# udp tx:    974 MB/s    16526 calls/s  16526 msg/s
# udp rx:    940 MB/s    15948 calls/s
# udp tx:    939 MB/s    15930 calls/s  15930 msg/s
# udp rx:    955 MB/s    16209 calls/s
# udp tx:    955 MB/s    16210 calls/s  16210 msg/s
# udp rx:    950 MB/s    16129 calls/s
# udp tx:    948 MB/s    16095 calls/s  16095 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__->