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:   1134 MB/s    19237 calls/s  19237 msg/s
# tcp rx:   1141 MB/s   136112 calls/s
# tcp tx:   1080 MB/s    18331 calls/s  18331 msg/s
# tcp rx:   1082 MB/s   124094 calls/s
# tcp tx:   1087 MB/s    18446 calls/s  18446 msg/s
# tcp rx:   1089 MB/s   123364 calls/s
# tcp tx:   1079 MB/s    18317 calls/s  18317 msg/s
# udp gso - over veth touching data
# udp rx:    581 MB/s   414522 calls/s
# udp tx:    597 MB/s    10133 calls/s  10133 msg/s
# udp rx:    599 MB/s   426706 calls/s
# udp tx:    600 MB/s    10191 calls/s  10191 msg/s
# udp rx:    570 MB/s   406399 calls/s
# udp tx:    568 MB/s     9649 calls/s   9649 msg/s
# udp rx:    623 MB/s   444240 calls/s
# udp tx:    626 MB/s    10634 calls/s  10634 msg/s
# udp gso and gro - over veth touching data
# udp rx:    661 MB/s   470994 calls/s
# udp tx:    681 MB/s    11565 calls/s  11565 msg/s
# udp rx:    721 MB/s   513678 calls/s
# udp tx:    722 MB/s    12249 calls/s  12249 msg/s
# udp rx:    724 MB/s   516026 calls/s
# udp tx:    724 MB/s    12284 calls/s  12284 msg/s
# udp rx:    732 MB/s   521635 calls/s
# udp tx:    732 MB/s    12431 calls/s  12431 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    780 MB/s    13230 calls/s  13230 msg/s
# tcp rx:    780 MB/s    87675 calls/s
# tcp tx:    848 MB/s    14395 calls/s  14395 msg/s
# tcp rx:    849 MB/s    93577 calls/s
# tcp tx:    865 MB/s    14675 calls/s  14675 msg/s
# tcp rx:    866 MB/s    94487 calls/s
# tcp tx:    866 MB/s    14704 calls/s  14704 msg/s
# udp gso - over veth touching data
# udp rx:    645 MB/s   470691 calls/s
# udp tx:    667 MB/s    11327 calls/s  11327 msg/s
# udp rx:    698 MB/s   509072 calls/s
# udp tx:    701 MB/s    11896 calls/s  11896 msg/s
# udp rx:   1197 MB/s   873376 calls/s
# udp tx:   1215 MB/s    20622 calls/s  20622 msg/s
# udp rx:   1264 MB/s   922299 calls/s
# udp tx:   1278 MB/s    21680 calls/s  21680 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1132 MB/s   826224 calls/s
# udp tx:   1154 MB/s    19584 calls/s  19584 msg/s
# udp rx:   1148 MB/s   837428 calls/s
# udp tx:   1160 MB/s    19688 calls/s  19688 msg/s
# udp rx:    610 MB/s   445175 calls/s
# udp tx:    598 MB/s    10148 calls/s  10148 msg/s
# udp rx:    584 MB/s   426515 calls/s
# udp tx:    589 MB/s    10001 calls/s  10001 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__->