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:    902 MB/s    15312 calls/s  15312 msg/s
# tcp rx:    903 MB/s   128928 calls/s
# tcp tx:    813 MB/s    13798 calls/s  13798 msg/s
# tcp rx:    815 MB/s   132482 calls/s
# tcp tx:   1114 MB/s    18896 calls/s  18896 msg/s
# tcp rx:   1115 MB/s   141741 calls/s
# tcp tx:   1072 MB/s    18198 calls/s  18198 msg/s
# udp gso - over veth touching data
# udp rx:   1153 MB/s   821508 calls/s
# udp tx:   1197 MB/s    20314 calls/s  20314 msg/s
# udp rx:    974 MB/s   694404 calls/s
# udp tx:    966 MB/s    16391 calls/s  16391 msg/s
# udp rx:   1123 MB/s   800185 calls/s
# udp tx:   1129 MB/s    19155 calls/s  19155 msg/s
# udp rx:   1079 MB/s   769283 calls/s
# udp tx:   1079 MB/s    18314 calls/s  18314 msg/s
# udp gso and gro - over veth touching data
# udp rx:    606 MB/s   431750 calls/s
# udp tx:    631 MB/s    10706 calls/s  10706 msg/s
# udp rx:    618 MB/s   440760 calls/s
# udp tx:    615 MB/s    10436 calls/s  10436 msg/s
# udp rx:    574 MB/s   409352 calls/s
# udp tx:    577 MB/s     9803 calls/s   9803 msg/s
# udp rx:    635 MB/s   452663 calls/s
# udp tx:    628 MB/s    10652 calls/s  10652 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    926 MB/s    15709 calls/s  15709 msg/s
# tcp rx:    926 MB/s   134926 calls/s
# tcp tx:    951 MB/s    16146 calls/s  16146 msg/s
# tcp rx:    953 MB/s   132549 calls/s
# tcp tx:    975 MB/s    16543 calls/s  16543 msg/s
# tcp rx:    976 MB/s   138578 calls/s
# tcp tx:   1041 MB/s    17657 calls/s  17657 msg/s
# udp gso - over veth touching data
# udp rx:   1095 MB/s   799122 calls/s
# udp tx:   1132 MB/s    19200 calls/s  19200 msg/s
# udp rx:   1210 MB/s   882900 calls/s
# udp tx:   1231 MB/s    20893 calls/s  20893 msg/s
# udp rx:   1217 MB/s   887759 calls/s
# udp tx:   1211 MB/s    20548 calls/s  20548 msg/s
# udp rx:   1033 MB/s   753472 calls/s
# udp tx:   1047 MB/s    17758 calls/s  17758 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1071 MB/s   781096 calls/s
# udp tx:   1110 MB/s    18832 calls/s  18832 msg/s
# udp rx:   1049 MB/s   765416 calls/s
# udp tx:   1042 MB/s    17677 calls/s  17677 msg/s
# udp rx:   1108 MB/s   808131 calls/s
# udp tx:   1120 MB/s    18998 calls/s  18998 msg/s
# udp rx:   1136 MB/s   828628 calls/s
# udp tx:   1135 MB/s    19251 calls/s  19251 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__->