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:    834 MB/s    14156 calls/s  14156 msg/s
# tcp rx:    842 MB/s    94885 calls/s
# tcp tx:   1055 MB/s    17897 calls/s  17897 msg/s
# tcp rx:   1060 MB/s   129224 calls/s
# tcp tx:    977 MB/s    16580 calls/s  16580 msg/s
# tcp rx:    975 MB/s   127930 calls/s
# tcp tx:   1075 MB/s    18237 calls/s  18237 msg/s
# udp gso - over veth touching data
# udp rx:   1221 MB/s   870189 calls/s
# udp tx:   1260 MB/s    21382 calls/s  21382 msg/s
# udp rx:   1320 MB/s   940987 calls/s
# udp tx:   1326 MB/s    22494 calls/s  22494 msg/s
# udp rx:   1313 MB/s   935773 calls/s
# udp tx:   1315 MB/s    22318 calls/s  22318 msg/s
# udp rx:   1313 MB/s   935682 calls/s
# udp tx:   1316 MB/s    22322 calls/s  22322 msg/s
# udp gso and gro - over veth touching data
# udp rx:    599 MB/s   427392 calls/s
# udp tx:    620 MB/s    10521 calls/s  10521 msg/s
# udp rx:    634 MB/s   451991 calls/s
# udp tx:    633 MB/s    10748 calls/s  10748 msg/s
# udp rx:    637 MB/s   454014 calls/s
# udp tx:    637 MB/s    10805 calls/s  10805 msg/s
# udp rx:    653 MB/s   465474 calls/s
# udp tx:    652 MB/s    11068 calls/s  11068 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    850 MB/s    14417 calls/s  14417 msg/s
# tcp rx:    852 MB/s    96737 calls/s
# tcp tx:    785 MB/s    13326 calls/s  13326 msg/s
# tcp rx:    812 MB/s    90585 calls/s
# tcp tx:   1092 MB/s    18526 calls/s  18526 msg/s
# tcp rx:   1088 MB/s   127506 calls/s
# tcp tx:   1073 MB/s    18215 calls/s  18215 msg/s
# udp gso - over veth touching data
# udp rx:   1041 MB/s   759666 calls/s
# udp tx:   1079 MB/s    18303 calls/s  18303 msg/s
# udp rx:   1153 MB/s   841394 calls/s
# udp tx:   1151 MB/s    19532 calls/s  19532 msg/s
# udp rx:   1132 MB/s   826083 calls/s
# udp tx:   1140 MB/s    19336 calls/s  19336 msg/s
# udp rx:   1228 MB/s   896209 calls/s
# udp tx:   1233 MB/s    20927 calls/s  20927 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1192 MB/s   869851 calls/s
# udp tx:   1224 MB/s    20769 calls/s  20769 msg/s
# udp rx:   1251 MB/s   912754 calls/s
# udp tx:   1250 MB/s    21203 calls/s  21203 msg/s
# udp rx:   1239 MB/s   904240 calls/s
# udp tx:   1238 MB/s    21008 calls/s  21008 msg/s
# udp rx:   1254 MB/s   914749 calls/s
# udp tx:   1263 MB/s    21435 calls/s  21435 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__->