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:    843 MB/s    14313 calls/s  14313 msg/s
# tcp rx:    843 MB/s    95008 calls/s
# tcp tx:    708 MB/s    12014 calls/s  12014 msg/s
# tcp rx:    709 MB/s    88026 calls/s
# tcp tx:    740 MB/s    12566 calls/s  12566 msg/s
# tcp rx:    741 MB/s    89649 calls/s
# tcp tx:    739 MB/s    12545 calls/s  12545 msg/s
# udp gso - over veth touching data
# udp rx:   1237 MB/s   881258 calls/s
# udp tx:   1274 MB/s    21610 calls/s  21610 msg/s
# udp rx:   1259 MB/s   897450 calls/s
# udp tx:   1259 MB/s    21360 calls/s  21360 msg/s
# udp rx:   1326 MB/s   945240 calls/s
# udp tx:   1326 MB/s    22490 calls/s  22490 msg/s
# udp rx:   1294 MB/s   921996 calls/s
# udp tx:   1293 MB/s    21941 calls/s  21941 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1231 MB/s   877244 calls/s
# udp tx:   1283 MB/s    21770 calls/s  21770 msg/s
# udp rx:   1309 MB/s   932820 calls/s
# udp tx:   1308 MB/s    22195 calls/s  22195 msg/s
# udp rx:   1303 MB/s   928208 calls/s
# udp tx:   1302 MB/s    22083 calls/s  22083 msg/s
# udp rx:   1307 MB/s   931320 calls/s
# udp tx:   1306 MB/s    22158 calls/s  22158 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1072 MB/s    18198 calls/s  18198 msg/s
# tcp rx:   1081 MB/s   127689 calls/s
# tcp tx:    968 MB/s    16420 calls/s  16420 msg/s
# tcp rx:    967 MB/s   131914 calls/s
# tcp tx:   1055 MB/s    17904 calls/s  17904 msg/s
# tcp rx:   1056 MB/s   130584 calls/s
# tcp tx:   1049 MB/s    17803 calls/s  17803 msg/s
# udp gso - over veth touching data
# udp rx:   1173 MB/s   856124 calls/s
# udp tx:   1199 MB/s    20337 calls/s  20337 msg/s
# udp rx:   1193 MB/s   870162 calls/s
# udp tx:   1198 MB/s    20330 calls/s  20330 msg/s
# udp rx:   1235 MB/s   901389 calls/s
# udp tx:   1233 MB/s    20915 calls/s  20915 msg/s
# udp rx:   1160 MB/s   846093 calls/s
# udp tx:   1171 MB/s    19871 calls/s  19871 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1199 MB/s   874758 calls/s
# udp tx:   1230 MB/s    20863 calls/s  20863 msg/s
# udp rx:   1271 MB/s   926998 calls/s
# udp tx:   1269 MB/s    21538 calls/s  21538 msg/s
# udp rx:   1274 MB/s   929565 calls/s
# udp tx:   1273 MB/s    21600 calls/s  21600 msg/s
# udp rx:   1273 MB/s   928634 calls/s
# udp tx:   1272 MB/s    21575 calls/s  21575 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__->