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:   1142 MB/s    19371 calls/s  19371 msg/s
# tcp rx:   1142 MB/s   138761 calls/s
# tcp tx:   1157 MB/s    19639 calls/s  19639 msg/s
# tcp rx:   1158 MB/s   141819 calls/s
# tcp tx:   1142 MB/s    19383 calls/s  19383 msg/s
# tcp rx:   1144 MB/s   138108 calls/s
# tcp tx:   1162 MB/s    19713 calls/s  19713 msg/s
# udp gso - over veth touching data
# udp rx:   1192 MB/s   849145 calls/s
# udp tx:   1226 MB/s    20802 calls/s  20802 msg/s
# udp rx:   1231 MB/s   877088 calls/s
# udp tx:   1234 MB/s    20941 calls/s  20941 msg/s
# udp rx:   1297 MB/s   924503 calls/s
# udp tx:   1301 MB/s    22077 calls/s  22077 msg/s
# udp rx:   1291 MB/s   919913 calls/s
# udp tx:   1292 MB/s    21926 calls/s  21926 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1260 MB/s   897571 calls/s
# udp tx:   1293 MB/s    21932 calls/s  21932 msg/s
# udp rx:   1316 MB/s   938059 calls/s
# udp tx:   1320 MB/s    22394 calls/s  22394 msg/s
# udp rx:   1313 MB/s   935433 calls/s
# udp tx:   1316 MB/s    22336 calls/s  22336 msg/s
# udp rx:   1279 MB/s   911442 calls/s
# udp tx:   1290 MB/s    21887 calls/s  21887 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    711 MB/s    12072 calls/s  12072 msg/s
# tcp rx:    712 MB/s    85297 calls/s
# tcp tx:    721 MB/s    12237 calls/s  12237 msg/s
# tcp rx:    722 MB/s    85218 calls/s
# tcp tx:    719 MB/s    12203 calls/s  12203 msg/s
# tcp rx:    720 MB/s    84489 calls/s
# tcp tx:    705 MB/s    11964 calls/s  11964 msg/s
# udp gso - over veth touching data
# udp rx:   1239 MB/s   903837 calls/s
# udp tx:   1279 MB/s    21709 calls/s  21709 msg/s
# udp rx:   1291 MB/s   942091 calls/s
# udp tx:   1291 MB/s    21905 calls/s  21905 msg/s
# udp rx:   1276 MB/s   931314 calls/s
# udp tx:   1276 MB/s    21654 calls/s  21654 msg/s
# udp rx:   1276 MB/s   931071 calls/s
# udp tx:   1276 MB/s    21643 calls/s  21643 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1163 MB/s   848612 calls/s
# udp tx:   1186 MB/s    20116 calls/s  20116 msg/s
# udp rx:    724 MB/s   528228 calls/s
# udp tx:    719 MB/s    12210 calls/s  12210 msg/s
# udp rx:    603 MB/s   440432 calls/s
# udp tx:    603 MB/s    10231 calls/s  10231 msg/s
# udp rx:    605 MB/s   441303 calls/s
# udp tx:    604 MB/s    10257 calls/s  10257 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__->