make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:   1108 MB/s    18800 calls/s  18800 msg/s
# tcp rx:   1114 MB/s   140233 calls/s
# tcp tx:   1076 MB/s    18263 calls/s  18263 msg/s
# tcp rx:   1077 MB/s   130982 calls/s
# tcp tx:   1088 MB/s    18460 calls/s  18460 msg/s
# tcp rx:   1089 MB/s   130005 calls/s
# tcp tx:   1074 MB/s    18222 calls/s  18222 msg/s
# udp gso - over veth touching data
# udp rx:    629 MB/s   448521 calls/s
# udp tx:    649 MB/s    11011 calls/s  11011 msg/s
# udp rx:    646 MB/s   460307 calls/s
# udp tx:    645 MB/s    10947 calls/s  10947 msg/s
# udp rx:    658 MB/s   468820 calls/s
# udp tx:    658 MB/s    11163 calls/s  11163 msg/s
# udp rx:    660 MB/s   470626 calls/s
# udp tx:    659 MB/s    11192 calls/s  11192 msg/s
# udp gso and gro - over veth touching data
# udp rx:    625 MB/s   445623 calls/s
# udp tx:    642 MB/s    10898 calls/s  10898 msg/s
# udp rx:    640 MB/s   455947 calls/s
# udp tx:    639 MB/s    10851 calls/s  10851 msg/s
# udp rx:    638 MB/s   455119 calls/s
# udp tx:    638 MB/s    10830 calls/s  10830 msg/s
# udp rx:    641 MB/s   456672 calls/s
# udp tx:    640 MB/s    10865 calls/s  10865 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    679 MB/s    11519 calls/s  11519 msg/s
# tcp rx:    682 MB/s    78899 calls/s
# tcp tx:    678 MB/s    11505 calls/s  11505 msg/s
# tcp rx:    678 MB/s    79504 calls/s
# tcp tx:    708 MB/s    12014 calls/s  12014 msg/s
# tcp rx:    709 MB/s    81465 calls/s
# tcp tx:    694 MB/s    11771 calls/s  11771 msg/s
# udp gso - over veth touching data
# udp rx:   1245 MB/s   908101 calls/s
# udp tx:   1277 MB/s    21660 calls/s  21660 msg/s
# udp rx:   1269 MB/s   925996 calls/s
# udp tx:   1268 MB/s    21515 calls/s  21515 msg/s
# udp rx:   1297 MB/s   946336 calls/s
# udp tx:   1302 MB/s    22097 calls/s  22097 msg/s
# udp rx:   1280 MB/s   934199 calls/s
# udp tx:   1281 MB/s    21738 calls/s  21738 msg/s
# udp gso and gro - over veth touching data
# udp rx:    614 MB/s   448476 calls/s
# udp tx:    631 MB/s    10712 calls/s  10712 msg/s
# udp rx:    636 MB/s   463969 calls/s
# udp tx:    636 MB/s    10802 calls/s  10802 msg/s
# udp rx:    643 MB/s   469285 calls/s
# udp tx:    644 MB/s    10925 calls/s  10925 msg/s
# udp rx:    646 MB/s   471154 calls/s
# udp tx:    647 MB/s    10976 calls/s  10976 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__->