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:    801 MB/s    13592 calls/s  13592 msg/s
# tcp rx:    804 MB/s    94188 calls/s
# tcp tx:    807 MB/s    13695 calls/s  13695 msg/s
# tcp rx:    807 MB/s    95471 calls/s
# tcp tx:    806 MB/s    13671 calls/s  13671 msg/s
# tcp rx:    806 MB/s    94947 calls/s
# tcp tx:    803 MB/s    13623 calls/s  13623 msg/s
# udp gso - over veth touching data
# udp rx:    604 MB/s   430590 calls/s
# udp tx:    620 MB/s    10526 calls/s  10526 msg/s
# udp rx:    620 MB/s   441992 calls/s
# udp tx:    619 MB/s    10506 calls/s  10506 msg/s
# udp rx:    619 MB/s   441176 calls/s
# udp tx:    619 MB/s    10502 calls/s  10502 msg/s
# udp rx:    617 MB/s   440098 calls/s
# udp tx:    617 MB/s    10466 calls/s  10466 msg/s
# udp gso and gro - over veth touching data
# udp rx:    835 MB/s   594842 calls/s
# udp tx:    853 MB/s    14469 calls/s  14469 msg/s
# udp rx:    614 MB/s   438027 calls/s
# udp tx:    618 MB/s    10486 calls/s  10486 msg/s
# udp rx:    625 MB/s   445232 calls/s
# udp tx:    627 MB/s    10641 calls/s  10641 msg/s
# udp rx:    614 MB/s   438047 calls/s
# udp tx:    617 MB/s    10473 calls/s  10473 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    694 MB/s    11774 calls/s  11774 msg/s
# tcp rx:    694 MB/s    85482 calls/s
# tcp tx:    692 MB/s    11740 calls/s  11740 msg/s
# tcp rx:    692 MB/s    87600 calls/s
# tcp tx:    690 MB/s    11708 calls/s  11708 msg/s
# tcp rx:    691 MB/s    87787 calls/s
# tcp tx:    713 MB/s    12096 calls/s  12096 msg/s
# udp gso - over veth touching data
# udp rx:   1232 MB/s   898852 calls/s
# udp tx:   1262 MB/s    21415 calls/s  21415 msg/s
# udp rx:   1248 MB/s   910385 calls/s
# udp tx:   1251 MB/s    21231 calls/s  21231 msg/s
# udp rx:   1255 MB/s   915368 calls/s
# udp tx:   1257 MB/s    21321 calls/s  21321 msg/s
# udp rx:   1255 MB/s   915327 calls/s
# udp tx:   1264 MB/s    21449 calls/s  21449 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1253 MB/s   914310 calls/s
# udp tx:   1287 MB/s    21833 calls/s  21833 msg/s
# udp rx:   1299 MB/s   947403 calls/s
# udp tx:   1302 MB/s    22085 calls/s  22085 msg/s
# udp rx:   1300 MB/s   948600 calls/s
# udp tx:   1302 MB/s    22096 calls/s  22096 msg/s
# udp rx:   1286 MB/s   937931 calls/s
# udp tx:   1288 MB/s    21847 calls/s  21847 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__->