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:   1005 MB/s    17050 calls/s  17050 msg/s
# tcp rx:   1005 MB/s   136846 calls/s
# tcp tx:    966 MB/s    16396 calls/s  16396 msg/s
# tcp rx:    967 MB/s   141067 calls/s
# tcp tx:    945 MB/s    16030 calls/s  16030 msg/s
# tcp rx:    945 MB/s   108873 calls/s
# tcp tx:   1003 MB/s    17026 calls/s  17026 msg/s
# udp gso - over veth touching data
# udp rx:   1222 MB/s   870725 calls/s
# udp tx:   1262 MB/s    21416 calls/s  21416 msg/s
# udp rx:   1300 MB/s   926118 calls/s
# udp tx:   1303 MB/s    22107 calls/s  22107 msg/s
# udp rx:   1302 MB/s   927856 calls/s
# udp tx:   1302 MB/s    22091 calls/s  22091 msg/s
# udp rx:   1328 MB/s   946180 calls/s
# udp tx:   1327 MB/s    22510 calls/s  22510 msg/s
# udp gso and gro - over veth touching data
# udp rx:    643 MB/s   458418 calls/s
# udp tx:    672 MB/s    11398 calls/s  11398 msg/s
# udp rx:    666 MB/s   474958 calls/s
# udp tx:    666 MB/s    11302 calls/s  11302 msg/s
# udp rx:    672 MB/s   478702 calls/s
# udp tx:    671 MB/s    11392 calls/s  11392 msg/s
# udp rx:    672 MB/s   478805 calls/s
# udp tx:    671 MB/s    11388 calls/s  11388 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1157 MB/s    19635 calls/s  19635 msg/s
# tcp rx:   1165 MB/s   141289 calls/s
# tcp tx:   1073 MB/s    18204 calls/s  18204 msg/s
# tcp rx:   1074 MB/s   129472 calls/s
# tcp tx:   1077 MB/s    18271 calls/s  18271 msg/s
# tcp rx:   1077 MB/s   126870 calls/s
# tcp tx:   1061 MB/s    18011 calls/s  18011 msg/s
# udp gso - over veth touching data
# udp rx:   1231 MB/s   898332 calls/s
# udp tx:   1268 MB/s    21522 calls/s  21522 msg/s
# udp rx:   1277 MB/s   931807 calls/s
# udp tx:   1276 MB/s    21653 calls/s  21653 msg/s
# udp rx:   1268 MB/s   925044 calls/s
# udp tx:   1267 MB/s    21500 calls/s  21500 msg/s
# udp rx:   1270 MB/s   926288 calls/s
# udp tx:   1269 MB/s    21525 calls/s  21525 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1272 MB/s   928125 calls/s
# udp tx:   1302 MB/s    22099 calls/s  22099 msg/s
# udp rx:   1299 MB/s   947887 calls/s
# udp tx:   1298 MB/s    22031 calls/s  22031 msg/s
# udp rx:   1297 MB/s   946150 calls/s
# udp tx:   1297 MB/s    22013 calls/s  22013 msg/s
# udp rx:   1299 MB/s   947982 calls/s
# udp tx:   1300 MB/s    22055 calls/s  22055 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__->