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:    937 MB/s    15904 calls/s  15904 msg/s
# tcp rx:    937 MB/s   104756 calls/s
# tcp tx:    924 MB/s    15683 calls/s  15683 msg/s
# tcp rx:    924 MB/s    84304 calls/s
# tcp tx:    921 MB/s    15626 calls/s  15626 msg/s
# tcp rx:    921 MB/s    85081 calls/s
# tcp tx:    783 MB/s    13290 calls/s  13290 msg/s
# udp gso - over veth touching data
# udp rx:   1201 MB/s   855998 calls/s
# udp tx:   1240 MB/s    21047 calls/s  21047 msg/s
# udp rx:   1316 MB/s   937845 calls/s
# udp tx:   1320 MB/s    22389 calls/s  22389 msg/s
# udp rx:   1311 MB/s   934019 calls/s
# udp tx:   1312 MB/s    22266 calls/s  22266 msg/s
# udp rx:   1310 MB/s   933522 calls/s
# udp tx:   1313 MB/s    22284 calls/s  22284 msg/s
# udp gso and gro - over veth touching data
# udp rx:    669 MB/s   476846 calls/s
# udp tx:    691 MB/s    11722 calls/s  11722 msg/s
# udp rx:    678 MB/s   483305 calls/s
# udp tx:    682 MB/s    11573 calls/s  11573 msg/s
# udp rx:    735 MB/s   523898 calls/s
# udp tx:    755 MB/s    12822 calls/s  12822 msg/s
# udp rx:   1275 MB/s   908811 calls/s
# udp tx:   1280 MB/s    21714 calls/s  21714 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1106 MB/s    18762 calls/s  18762 msg/s
# tcp rx:   1106 MB/s   143345 calls/s
# tcp tx:   1153 MB/s    19571 calls/s  19571 msg/s
# tcp rx:   1154 MB/s   143202 calls/s
# tcp tx:   1149 MB/s    19496 calls/s  19496 msg/s
# tcp rx:   1150 MB/s   140666 calls/s
# tcp tx:   1154 MB/s    19581 calls/s  19581 msg/s
# udp gso - over veth touching data
# udp rx:   1229 MB/s   896478 calls/s
# udp tx:   1265 MB/s    21460 calls/s  21460 msg/s
# udp rx:   1264 MB/s   922221 calls/s
# udp tx:   1268 MB/s    21509 calls/s  21509 msg/s
# udp rx:   1242 MB/s   906466 calls/s
# udp tx:   1245 MB/s    21123 calls/s  21123 msg/s
# udp rx:   1271 MB/s   927430 calls/s
# udp tx:   1274 MB/s    21609 calls/s  21609 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1210 MB/s   882625 calls/s
# udp tx:   1239 MB/s    21021 calls/s  21021 msg/s
# udp rx:   1257 MB/s   917375 calls/s
# udp tx:   1260 MB/s    21379 calls/s  21379 msg/s
# udp rx:   1245 MB/s   908511 calls/s
# udp tx:   1249 MB/s    21193 calls/s  21193 msg/s
# udp rx:   1287 MB/s   939005 calls/s
# udp tx:   1291 MB/s    21897 calls/s  21897 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__->