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:    982 MB/s    16659 calls/s  16659 msg/s
# tcp rx:    983 MB/s   143817 calls/s
# tcp tx:   1147 MB/s    19469 calls/s  19469 msg/s
# tcp rx:   1149 MB/s   146495 calls/s
# tcp tx:   1062 MB/s    18025 calls/s  18025 msg/s
# tcp rx:   1063 MB/s   143320 calls/s
# tcp tx:   1032 MB/s    17513 calls/s  17513 msg/s
# udp gso - over veth touching data
# udp rx:   1219 MB/s   868452 calls/s
# udp tx:   1237 MB/s    20982 calls/s  20982 msg/s
# udp rx:   1043 MB/s   743602 calls/s
# udp tx:   1049 MB/s    17801 calls/s  17801 msg/s
# udp rx:   1184 MB/s   843476 calls/s
# udp tx:   1184 MB/s    20094 calls/s  20094 msg/s
# udp rx:   1294 MB/s   922425 calls/s
# udp tx:   1293 MB/s    21937 calls/s  21937 msg/s
# udp gso and gro - over veth touching data
# udp rx:    629 MB/s   448258 calls/s
# udp tx:    641 MB/s    10887 calls/s  10887 msg/s
# udp rx:    640 MB/s   455915 calls/s
# udp tx:    643 MB/s    10914 calls/s  10914 msg/s
# udp rx:    635 MB/s   452667 calls/s
# udp tx:    633 MB/s    10753 calls/s  10753 msg/s
# udp rx:    634 MB/s   452043 calls/s
# udp tx:    639 MB/s    10847 calls/s  10847 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    685 MB/s    11628 calls/s  11628 msg/s
# tcp rx:    686 MB/s    87065 calls/s
# tcp tx:    906 MB/s    15376 calls/s  15376 msg/s
# tcp rx:    920 MB/s    91954 calls/s
# tcp tx:   1042 MB/s    17674 calls/s  17674 msg/s
# tcp rx:   1038 MB/s   127487 calls/s
# tcp tx:   1041 MB/s    17673 calls/s  17673 msg/s
# udp gso - over veth touching data
# udp rx:   1181 MB/s   861376 calls/s
# udp tx:   1208 MB/s    20489 calls/s  20489 msg/s
# udp rx:    769 MB/s   561273 calls/s
# udp tx:    754 MB/s    12802 calls/s  12802 msg/s
# udp rx:    607 MB/s   443278 calls/s
# udp tx:    609 MB/s    10335 calls/s  10335 msg/s
# udp rx:    639 MB/s   466736 calls/s
# udp tx:    639 MB/s    10849 calls/s  10849 msg/s
# udp gso and gro - over veth touching data
# udp rx:    617 MB/s   450640 calls/s
# udp tx:    632 MB/s    10736 calls/s  10736 msg/s
# udp rx:    642 MB/s   468531 calls/s
# udp tx:    644 MB/s    10935 calls/s  10935 msg/s
# udp rx:    646 MB/s   471137 calls/s
# udp tx:    646 MB/s    10964 calls/s  10964 msg/s
# udp rx:    674 MB/s   492003 calls/s
# udp tx:    679 MB/s    11519 calls/s  11519 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__->