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:    832 MB/s    14119 calls/s  14119 msg/s
# tcp rx:    833 MB/s   152235 calls/s
# tcp tx:    808 MB/s    13708 calls/s  13708 msg/s
# tcp rx:    809 MB/s   143959 calls/s
# tcp tx:    824 MB/s    13986 calls/s  13986 msg/s
# tcp rx:    825 MB/s   146621 calls/s
# tcp tx:    823 MB/s    13969 calls/s  13969 msg/s
# udp gso - over veth touching data
# udp rx:   1134 MB/s   808343 calls/s
# udp tx:   1166 MB/s    19779 calls/s  19779 msg/s
# udp rx:   1221 MB/s   870380 calls/s
# udp tx:   1226 MB/s    20800 calls/s  20800 msg/s
# udp rx:   1227 MB/s   874745 calls/s
# udp tx:   1230 MB/s    20873 calls/s  20873 msg/s
# udp rx:   1232 MB/s   877741 calls/s
# udp tx:   1234 MB/s    20939 calls/s  20939 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1105 MB/s   787306 calls/s
# udp tx:   1132 MB/s    19216 calls/s  19216 msg/s
# udp rx:   1139 MB/s   811544 calls/s
# udp tx:   1141 MB/s    19360 calls/s  19360 msg/s
# udp rx:   1209 MB/s   861783 calls/s
# udp tx:   1209 MB/s    20512 calls/s  20512 msg/s
# udp rx:   1210 MB/s   862021 calls/s
# udp tx:   1222 MB/s    20735 calls/s  20735 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    775 MB/s    13151 calls/s  13151 msg/s
# tcp rx:    775 MB/s   137567 calls/s
# tcp tx:    831 MB/s    14110 calls/s  14110 msg/s
# tcp rx:    832 MB/s   145932 calls/s
# tcp tx:    784 MB/s    13312 calls/s  13312 msg/s
# tcp rx:    785 MB/s   110364 calls/s
# tcp tx:    684 MB/s    11610 calls/s  11610 msg/s
# udp gso - over veth touching data
# udp rx:    596 MB/s   435001 calls/s
# udp tx:    614 MB/s    10417 calls/s  10417 msg/s
# udp rx:    613 MB/s   447252 calls/s
# udp tx:    616 MB/s    10453 calls/s  10453 msg/s
# udp rx:    631 MB/s   460909 calls/s
# udp tx:    633 MB/s    10744 calls/s  10744 msg/s
# udp rx:    635 MB/s   463289 calls/s
# udp tx:    637 MB/s    10809 calls/s  10809 msg/s
# udp gso and gro - over veth touching data
# udp rx:    569 MB/s   415682 calls/s
# udp tx:    588 MB/s     9977 calls/s   9977 msg/s
# udp rx:    602 MB/s   439159 calls/s
# udp tx:    604 MB/s    10247 calls/s  10247 msg/s
# udp rx:    578 MB/s   421872 calls/s
# udp tx:    580 MB/s     9852 calls/s   9852 msg/s
# udp rx:    608 MB/s   443428 calls/s
# udp tx:    609 MB/s    10344 calls/s  10344 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__->