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:    593 MB/s    10067 calls/s  10067 msg/s
# tcp rx:    593 MB/s    79818 calls/s
# tcp tx:    588 MB/s     9989 calls/s   9989 msg/s
# tcp rx:    593 MB/s    78402 calls/s
# tcp tx:    616 MB/s    10464 calls/s  10464 msg/s
# tcp rx:    617 MB/s    78914 calls/s
# tcp tx:    621 MB/s    10535 calls/s  10535 msg/s
# udp gso - over veth touching data
# udp rx:    544 MB/s   387768 calls/s
# udp tx:    558 MB/s     9477 calls/s   9477 msg/s
# udp rx:    651 MB/s   464365 calls/s
# udp tx:    654 MB/s    11107 calls/s  11107 msg/s
# udp rx:    618 MB/s   440704 calls/s
# udp tx:    621 MB/s    10539 calls/s  10539 msg/s
# udp rx:    651 MB/s   463800 calls/s
# udp tx:    653 MB/s    11090 calls/s  11090 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1165 MB/s   829922 calls/s
# udp tx:   1191 MB/s    20211 calls/s  20211 msg/s
# udp rx:   1203 MB/s   857625 calls/s
# udp tx:   1191 MB/s    20217 calls/s  20217 msg/s
# udp rx:   1198 MB/s   853452 calls/s
# udp tx:   1208 MB/s    20497 calls/s  20497 msg/s
# udp rx:   1117 MB/s   795883 calls/s
# udp tx:   1126 MB/s    19112 calls/s  19112 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    717 MB/s    12161 calls/s  12161 msg/s
# tcp rx:    717 MB/s   110801 calls/s
# tcp tx:    814 MB/s    13818 calls/s  13818 msg/s
# tcp rx:    815 MB/s   138351 calls/s
# tcp tx:    825 MB/s    14006 calls/s  14006 msg/s
# tcp rx:    826 MB/s   148125 calls/s
# tcp tx:    846 MB/s    14357 calls/s  14357 msg/s
# udp gso - over veth touching data
# udp rx:   1172 MB/s   854950 calls/s
# udp tx:   1193 MB/s    20250 calls/s  20250 msg/s
# udp rx:   1177 MB/s   858788 calls/s
# udp tx:   1170 MB/s    19844 calls/s  19844 msg/s
# udp rx:   1182 MB/s   862767 calls/s
# udp tx:   1188 MB/s    20153 calls/s  20153 msg/s
# udp rx:   1186 MB/s   865056 calls/s
# udp tx:   1185 MB/s    20099 calls/s  20099 msg/s
# udp gso and gro - over veth touching data
# udp rx:    626 MB/s   456688 calls/s
# udp tx:    642 MB/s    10902 calls/s  10902 msg/s
# udp rx:    640 MB/s   467046 calls/s
# udp tx:    642 MB/s    10894 calls/s  10894 msg/s
# udp rx:    643 MB/s   469126 calls/s
# udp tx:    645 MB/s    10949 calls/s  10949 msg/s
# udp rx:    633 MB/s   461723 calls/s
# udp tx:    655 MB/s    11121 calls/s  11121 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__->