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:   1108 MB/s    18806 calls/s  18806 msg/s
# tcp rx:   1116 MB/s   138345 calls/s
# tcp tx:    987 MB/s    16753 calls/s  16753 msg/s
# tcp rx:    991 MB/s   128186 calls/s
# tcp tx:   1075 MB/s    18237 calls/s  18237 msg/s
# tcp rx:   1082 MB/s   126439 calls/s
# tcp tx:   1065 MB/s    18075 calls/s  18075 msg/s
# udp gso - over veth touching data
# udp rx:   1131 MB/s   806167 calls/s
# udp tx:   1166 MB/s    19781 calls/s  19781 msg/s
# udp rx:   1162 MB/s   827861 calls/s
# udp tx:   1164 MB/s    19756 calls/s  19756 msg/s
# udp rx:   1217 MB/s   867476 calls/s
# udp tx:   1218 MB/s    20669 calls/s  20669 msg/s
# udp rx:   1213 MB/s   864284 calls/s
# udp tx:   1213 MB/s    20588 calls/s  20588 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1274 MB/s   907830 calls/s
# udp tx:   1311 MB/s    22244 calls/s  22244 msg/s
# udp rx:   1308 MB/s   931810 calls/s
# udp tx:   1312 MB/s    22259 calls/s  22259 msg/s
# udp rx:   1323 MB/s   942814 calls/s
# udp tx:   1325 MB/s    22479 calls/s  22479 msg/s
# udp rx:   1306 MB/s   930333 calls/s
# udp tx:   1307 MB/s    22170 calls/s  22170 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1125 MB/s    19096 calls/s  19096 msg/s
# tcp rx:   1126 MB/s   139762 calls/s
# tcp tx:   1102 MB/s    18705 calls/s  18705 msg/s
# tcp rx:   1103 MB/s   130888 calls/s
# tcp tx:   1073 MB/s    18204 calls/s  18204 msg/s
# tcp rx:   1074 MB/s   128664 calls/s
# tcp tx:   1076 MB/s    18260 calls/s  18260 msg/s
# udp gso - over veth touching data
# udp rx:    668 MB/s   487475 calls/s
# udp tx:    690 MB/s    11708 calls/s  11708 msg/s
# udp rx:    645 MB/s   470741 calls/s
# udp tx:    648 MB/s    11002 calls/s  11002 msg/s
# udp rx:    646 MB/s   471399 calls/s
# udp tx:    649 MB/s    11012 calls/s  11012 msg/s
# udp rx:    645 MB/s   470611 calls/s
# udp tx:    647 MB/s    10986 calls/s  10986 msg/s
# udp gso and gro - over veth touching data
# udp rx:    612 MB/s   446569 calls/s
# udp tx:    632 MB/s    10726 calls/s  10726 msg/s
# udp rx:    638 MB/s   465327 calls/s
# udp tx:    640 MB/s    10866 calls/s  10866 msg/s
# udp rx:    635 MB/s   463653 calls/s
# udp tx:    638 MB/s    10827 calls/s  10827 msg/s
# udp rx:    635 MB/s   463657 calls/s
# udp tx:    638 MB/s    10836 calls/s  10836 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__->