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:    857 MB/s    14536 calls/s  14536 msg/s
# tcp rx:    857 MB/s   149283 calls/s
# tcp tx:    890 MB/s    15095 calls/s  15095 msg/s
# tcp rx:    896 MB/s   158705 calls/s
# tcp tx:    817 MB/s    13863 calls/s  13863 msg/s
# tcp rx:    816 MB/s   136691 calls/s
# tcp tx:    821 MB/s    13929 calls/s  13929 msg/s
# udp gso - over veth touching data
# udp rx:    631 MB/s   450136 calls/s
# udp tx:    659 MB/s    11183 calls/s  11183 msg/s
# udp rx:    672 MB/s   479356 calls/s
# udp tx:    672 MB/s    11402 calls/s  11402 msg/s
# udp rx:    644 MB/s   459167 calls/s
# udp tx:    644 MB/s    10929 calls/s  10929 msg/s
# udp rx:    663 MB/s   472944 calls/s
# udp tx:    663 MB/s    11255 calls/s  11255 msg/s
# udp gso and gro - over veth touching data
# udp rx:    639 MB/s   455224 calls/s
# udp tx:    662 MB/s    11242 calls/s  11242 msg/s
# udp rx:    661 MB/s   471388 calls/s
# udp tx:    661 MB/s    11227 calls/s  11227 msg/s
# udp rx:    664 MB/s   473481 calls/s
# udp tx:    665 MB/s    11280 calls/s  11280 msg/s
# udp rx:    672 MB/s   479349 calls/s
# udp tx:    673 MB/s    11422 calls/s  11422 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    593 MB/s    10072 calls/s  10072 msg/s
# tcp rx:    594 MB/s    83109 calls/s
# tcp tx:    608 MB/s    10323 calls/s  10323 msg/s
# tcp rx:    609 MB/s    82986 calls/s
# tcp tx:    607 MB/s    10307 calls/s  10307 msg/s
# tcp rx:    608 MB/s    79953 calls/s
# tcp tx:    614 MB/s    10424 calls/s  10424 msg/s
# udp gso - over veth touching data
# udp rx:   1125 MB/s   821172 calls/s
# udp tx:   1163 MB/s    19738 calls/s  19738 msg/s
# udp rx:   1176 MB/s   858297 calls/s
# udp tx:   1176 MB/s    19962 calls/s  19962 msg/s
# udp rx:   1168 MB/s   852500 calls/s
# udp tx:   1166 MB/s    19791 calls/s  19791 msg/s
# udp rx:   1154 MB/s   841635 calls/s
# udp tx:   1153 MB/s    19572 calls/s  19572 msg/s
# udp gso and gro - over veth touching data
# udp rx:    635 MB/s   463746 calls/s
# udp tx:    657 MB/s    11154 calls/s  11154 msg/s
# udp rx:    703 MB/s   512723 calls/s
# udp tx:    723 MB/s    12270 calls/s  12270 msg/s
# udp rx:   1233 MB/s   899365 calls/s
# udp tx:   1234 MB/s    20943 calls/s  20943 msg/s
# udp rx:   1236 MB/s   901477 calls/s
# udp tx:   1239 MB/s    21023 calls/s  21023 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__->