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:   1136 MB/s    19274 calls/s  19274 msg/s
# tcp rx:   1137 MB/s   142520 calls/s
# tcp tx:   1180 MB/s    20024 calls/s  20024 msg/s
# tcp rx:   1181 MB/s   142901 calls/s
# tcp tx:   1158 MB/s    19645 calls/s  19645 msg/s
# tcp rx:   1159 MB/s   137806 calls/s
# tcp tx:   1173 MB/s    19903 calls/s  19903 msg/s
# udp gso - over veth touching data
# udp rx:   1223 MB/s   871869 calls/s
# udp tx:   1261 MB/s    21397 calls/s  21397 msg/s
# udp rx:   1325 MB/s   944182 calls/s
# udp tx:   1324 MB/s    22462 calls/s  22462 msg/s
# udp rx:   1330 MB/s   947507 calls/s
# udp tx:   1328 MB/s    22534 calls/s  22534 msg/s
# udp rx:   1329 MB/s   947267 calls/s
# udp tx:   1328 MB/s    22540 calls/s  22540 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1259 MB/s   897118 calls/s
# udp tx:   1299 MB/s    22041 calls/s  22041 msg/s
# udp rx:   1302 MB/s   928150 calls/s
# udp tx:   1302 MB/s    22083 calls/s  22083 msg/s
# udp rx:   1304 MB/s   929022 calls/s
# udp tx:   1303 MB/s    22103 calls/s  22103 msg/s
# udp rx:   1307 MB/s   931405 calls/s
# udp tx:   1306 MB/s    22156 calls/s  22156 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    724 MB/s    12288 calls/s  12288 msg/s
# tcp rx:    725 MB/s    87333 calls/s
# tcp tx:    723 MB/s    12266 calls/s  12266 msg/s
# tcp rx:    723 MB/s    87002 calls/s
# tcp tx:    732 MB/s    12430 calls/s  12430 msg/s
# tcp rx:    733 MB/s    86468 calls/s
# tcp tx:    740 MB/s    12559 calls/s  12559 msg/s
# udp gso - over veth touching data
# udp rx:    576 MB/s   420378 calls/s
# udp tx:    592 MB/s    10055 calls/s  10055 msg/s
# udp rx:    613 MB/s   447700 calls/s
# udp tx:    613 MB/s    10400 calls/s  10400 msg/s
# udp rx:    617 MB/s   450001 calls/s
# udp tx:    616 MB/s    10456 calls/s  10456 msg/s
# udp rx:    616 MB/s   449676 calls/s
# udp tx:    616 MB/s    10449 calls/s  10449 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1238 MB/s   903484 calls/s
# udp tx:   1268 MB/s    21513 calls/s  21513 msg/s
# udp rx:   1193 MB/s   870471 calls/s
# udp tx:   1203 MB/s    20410 calls/s  20410 msg/s
# udp rx:   1289 MB/s   940227 calls/s
# udp tx:   1293 MB/s    21945 calls/s  21945 msg/s
# udp rx:   1295 MB/s   945122 calls/s
# udp tx:   1300 MB/s    22053 calls/s  22053 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__->