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:    632 MB/s    10736 calls/s  10736 msg/s
# tcp rx:    633 MB/s    84108 calls/s
# tcp tx:    687 MB/s    11668 calls/s  11668 msg/s
# tcp rx:    688 MB/s    83677 calls/s
# tcp tx:    681 MB/s    11559 calls/s  11559 msg/s
# tcp rx:    682 MB/s    84352 calls/s
# tcp tx:    686 MB/s    11643 calls/s  11643 msg/s
# udp gso - over veth touching data
# udp rx:   1086 MB/s   773918 calls/s
# udp tx:   1112 MB/s    18873 calls/s  18873 msg/s
# udp rx:   1164 MB/s   829707 calls/s
# udp tx:   1168 MB/s    19817 calls/s  19817 msg/s
# udp rx:   1173 MB/s   835784 calls/s
# udp tx:   1174 MB/s    19928 calls/s  19928 msg/s
# udp rx:   1198 MB/s   853486 calls/s
# udp tx:   1202 MB/s    20388 calls/s  20388 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1129 MB/s   804674 calls/s
# udp tx:   1163 MB/s    19738 calls/s  19738 msg/s
# udp rx:   1174 MB/s   836699 calls/s
# udp tx:   1175 MB/s    19930 calls/s  19930 msg/s
# udp rx:   1216 MB/s   866472 calls/s
# udp tx:   1214 MB/s    20598 calls/s  20598 msg/s
# udp rx:   1234 MB/s   879645 calls/s
# udp tx:   1234 MB/s    20933 calls/s  20933 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    842 MB/s    14285 calls/s  14285 msg/s
# tcp rx:    842 MB/s   141791 calls/s
# tcp tx:    833 MB/s    14138 calls/s  14138 msg/s
# tcp rx:    834 MB/s   151481 calls/s
# tcp tx:    845 MB/s    14336 calls/s  14336 msg/s
# tcp rx:    846 MB/s   154208 calls/s
# tcp tx:    861 MB/s    14618 calls/s  14618 msg/s
# udp gso - over veth touching data
# udp rx:   1108 MB/s   808734 calls/s
# udp tx:   1141 MB/s    19357 calls/s  19357 msg/s
# udp rx:   1186 MB/s   865497 calls/s
# udp tx:   1187 MB/s    20136 calls/s  20136 msg/s
# udp rx:   1190 MB/s   868489 calls/s
# udp tx:   1191 MB/s    20206 calls/s  20206 msg/s
# udp rx:   1186 MB/s   865602 calls/s
# udp tx:   1198 MB/s    20332 calls/s  20332 msg/s
# udp gso and gro - over veth touching data
# udp rx:    631 MB/s   460793 calls/s
# udp tx:    650 MB/s    11037 calls/s  11037 msg/s
# udp rx:    684 MB/s   498938 calls/s
# udp tx:    682 MB/s    11581 calls/s  11581 msg/s
# udp rx:    645 MB/s   470451 calls/s
# udp tx:    644 MB/s    10928 calls/s  10928 msg/s
# udp rx:    644 MB/s   470129 calls/s
# udp tx:    644 MB/s    10924 calls/s  10924 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__->