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:   1078 MB/s    18285 calls/s  18285 msg/s
# tcp rx:   1078 MB/s   138385 calls/s
# tcp tx:   1185 MB/s    20109 calls/s  20109 msg/s
# tcp rx:   1186 MB/s   140396 calls/s
# tcp tx:   1181 MB/s    20039 calls/s  20039 msg/s
# tcp rx:   1182 MB/s   136761 calls/s
# tcp tx:   1184 MB/s    20093 calls/s  20093 msg/s
# udp gso - over veth touching data
# udp rx:    634 MB/s   451672 calls/s
# udp tx:    655 MB/s    11110 calls/s  11110 msg/s
# udp rx:    677 MB/s   482904 calls/s
# udp tx:    677 MB/s    11483 calls/s  11483 msg/s
# udp rx:    666 MB/s   474835 calls/s
# udp tx:    665 MB/s    11293 calls/s  11293 msg/s
# udp rx:    663 MB/s   472650 calls/s
# udp tx:    662 MB/s    11244 calls/s  11244 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1233 MB/s   878852 calls/s
# udp tx:   1268 MB/s    21518 calls/s  21518 msg/s
# udp rx:   1248 MB/s   889423 calls/s
# udp tx:   1247 MB/s    21155 calls/s  21155 msg/s
# udp rx:   1212 MB/s   863948 calls/s
# udp tx:   1212 MB/s    20565 calls/s  20565 msg/s
# udp rx:   1294 MB/s   922441 calls/s
# udp tx:   1295 MB/s    21978 calls/s  21978 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    722 MB/s    12249 calls/s  12249 msg/s
# tcp rx:    725 MB/s    77197 calls/s
# tcp tx:    665 MB/s    11285 calls/s  11285 msg/s
# tcp rx:    665 MB/s    79169 calls/s
# tcp tx:   1038 MB/s    17607 calls/s  17607 msg/s
# tcp rx:   1039 MB/s   128263 calls/s
# tcp tx:    743 MB/s    12613 calls/s  12613 msg/s
# udp gso - over veth touching data
# udp rx:   1192 MB/s   869395 calls/s
# udp tx:   1229 MB/s    20860 calls/s  20860 msg/s
# udp rx:   1264 MB/s   922411 calls/s
# udp tx:   1269 MB/s    21526 calls/s  21526 msg/s
# udp rx:   1264 MB/s   922031 calls/s
# udp tx:   1268 MB/s    21507 calls/s  21507 msg/s
# udp rx:   1273 MB/s   928910 calls/s
# udp tx:   1277 MB/s    21667 calls/s  21667 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1189 MB/s   867439 calls/s
# udp tx:   1227 MB/s    20815 calls/s  20815 msg/s
# udp rx:   1179 MB/s   860210 calls/s
# udp tx:   1186 MB/s    20128 calls/s  20128 msg/s
# udp rx:    926 MB/s   675440 calls/s
# udp tx:    914 MB/s    15515 calls/s  15515 msg/s
# udp rx:    646 MB/s   471443 calls/s
# udp tx:    651 MB/s    11051 calls/s  11051 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__->