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:   1173 MB/s    19906 calls/s  19906 msg/s
# tcp rx:   1179 MB/s   136149 calls/s
# tcp tx:   1065 MB/s    18075 calls/s  18075 msg/s
# tcp rx:   1072 MB/s   131527 calls/s
# tcp tx:   1137 MB/s    19295 calls/s  19295 msg/s
# tcp rx:   1138 MB/s   129017 calls/s
# tcp tx:   1089 MB/s    18477 calls/s  18477 msg/s
# udp gso - over veth touching data
# udp rx:    609 MB/s   433919 calls/s
# udp tx:    626 MB/s    10632 calls/s  10632 msg/s
# udp rx:    625 MB/s   445771 calls/s
# udp tx:    626 MB/s    10621 calls/s  10621 msg/s
# udp rx:    620 MB/s   441766 calls/s
# udp tx:    619 MB/s    10512 calls/s  10512 msg/s
# udp rx:    611 MB/s   435572 calls/s
# udp tx:    611 MB/s    10367 calls/s  10367 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1286 MB/s   916536 calls/s
# udp tx:   1320 MB/s    22389 calls/s  22389 msg/s
# udp rx:   1296 MB/s   923349 calls/s
# udp tx:   1299 MB/s    22041 calls/s  22041 msg/s
# udp rx:   1275 MB/s   908436 calls/s
# udp tx:   1279 MB/s    21702 calls/s  21702 msg/s
# udp rx:   1313 MB/s   935796 calls/s
# udp tx:   1315 MB/s    22306 calls/s  22306 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1159 MB/s    19662 calls/s  19662 msg/s
# tcp rx:   1160 MB/s   133605 calls/s
# tcp tx:   1244 MB/s    21108 calls/s  21108 msg/s
# tcp rx:   1246 MB/s   112095 calls/s
# tcp tx:    979 MB/s    16614 calls/s  16614 msg/s
# tcp rx:    979 MB/s   122792 calls/s
# tcp tx:   1092 MB/s    18532 calls/s  18532 msg/s
# udp gso - over veth touching data
# udp rx:   1244 MB/s   907315 calls/s
# udp tx:   1274 MB/s    21619 calls/s  21619 msg/s
# udp rx:   1272 MB/s   927698 calls/s
# udp tx:   1272 MB/s    21582 calls/s  21582 msg/s
# udp rx:   1267 MB/s   924227 calls/s
# udp tx:   1266 MB/s    21483 calls/s  21483 msg/s
# udp rx:   1265 MB/s   923126 calls/s
# udp tx:   1265 MB/s    21469 calls/s  21469 msg/s
# udp gso and gro - over veth touching data
# udp rx:    822 MB/s   599969 calls/s
# udp tx:    844 MB/s    14325 calls/s  14325 msg/s
# udp rx:    698 MB/s   509661 calls/s
# udp tx:    696 MB/s    11815 calls/s  11815 msg/s
# udp rx:    703 MB/s   512794 calls/s
# udp tx:    702 MB/s    11918 calls/s  11918 msg/s
# udp rx:    710 MB/s   518480 calls/s
# udp tx:    711 MB/s    12066 calls/s  12066 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__->