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:    817 MB/s    13863 calls/s  13863 msg/s
# tcp rx:    820 MB/s    90204 calls/s
# tcp tx:    778 MB/s    13200 calls/s  13200 msg/s
# tcp rx:    795 MB/s    84587 calls/s
# tcp tx:    773 MB/s    13125 calls/s  13125 msg/s
# tcp rx:    762 MB/s    88216 calls/s
# tcp tx:    746 MB/s    12666 calls/s  12666 msg/s
# udp gso - over veth touching data
# udp rx:    691 MB/s   492694 calls/s
# udp tx:    708 MB/s    12025 calls/s  12025 msg/s
# udp rx:    718 MB/s   511729 calls/s
# udp tx:    719 MB/s    12205 calls/s  12205 msg/s
# udp rx:    731 MB/s   521425 calls/s
# udp tx:    731 MB/s    12404 calls/s  12404 msg/s
# udp rx:    732 MB/s   521457 calls/s
# udp tx:    731 MB/s    12404 calls/s  12404 msg/s
# udp gso and gro - over veth touching data
# udp rx:    777 MB/s   553948 calls/s
# udp tx:    798 MB/s    13538 calls/s  13538 msg/s
# udp rx:    725 MB/s   517160 calls/s
# udp tx:    729 MB/s    12372 calls/s  12372 msg/s
# udp rx:    726 MB/s   517495 calls/s
# udp tx:    728 MB/s    12355 calls/s  12355 msg/s
# udp rx:    695 MB/s   495473 calls/s
# udp tx:    698 MB/s    11850 calls/s  11850 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    796 MB/s    13514 calls/s  13514 msg/s
# tcp rx:    799 MB/s    93259 calls/s
# tcp tx:    782 MB/s    13266 calls/s  13266 msg/s
# tcp rx:    782 MB/s    89532 calls/s
# tcp tx:    768 MB/s    13036 calls/s  13036 msg/s
# tcp rx:    769 MB/s    88803 calls/s
# tcp tx:    784 MB/s    13307 calls/s  13307 msg/s
# udp gso - over veth touching data
# udp rx:   1197 MB/s   873526 calls/s
# udp tx:   1231 MB/s    20880 calls/s  20880 msg/s
# udp rx:    778 MB/s   567915 calls/s
# udp tx:    769 MB/s    13049 calls/s  13049 msg/s
# udp rx:    608 MB/s   443668 calls/s
# udp tx:    609 MB/s    10345 calls/s  10345 msg/s
# udp rx:    606 MB/s   442255 calls/s
# udp tx:    609 MB/s    10338 calls/s  10338 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1218 MB/s   888871 calls/s
# udp tx:   1239 MB/s    21024 calls/s  21024 msg/s
# udp rx:   1171 MB/s   854343 calls/s
# udp tx:   1182 MB/s    20059 calls/s  20059 msg/s
# udp rx:   1238 MB/s   903584 calls/s
# udp tx:   1238 MB/s    21004 calls/s  21004 msg/s
# udp rx:   1240 MB/s   904666 calls/s
# udp tx:   1239 MB/s    21017 calls/s  21017 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__->