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:   1135 MB/s    19258 calls/s  19258 msg/s
# tcp rx:   1137 MB/s   136817 calls/s
# tcp tx:   1083 MB/s    18385 calls/s  18385 msg/s
# tcp rx:   1083 MB/s   133903 calls/s
# tcp tx:   1060 MB/s    17995 calls/s  17995 msg/s
# tcp rx:   1062 MB/s   129026 calls/s
# tcp tx:   1044 MB/s    17714 calls/s  17714 msg/s
# udp gso - over veth touching data
# udp rx:   1185 MB/s   844660 calls/s
# udp tx:   1219 MB/s    20681 calls/s  20681 msg/s
# udp rx:   1332 MB/s   949318 calls/s
# udp tx:   1328 MB/s    22528 calls/s  22528 msg/s
# udp rx:   1284 MB/s   914876 calls/s
# udp tx:   1287 MB/s    21834 calls/s  21834 msg/s
# udp rx:   1343 MB/s   957198 calls/s
# udp tx:   1342 MB/s    22768 calls/s  22768 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1293 MB/s   921462 calls/s
# udp tx:   1325 MB/s    22488 calls/s  22488 msg/s
# udp rx:   1303 MB/s   928353 calls/s
# udp tx:   1306 MB/s    22162 calls/s  22162 msg/s
# udp rx:   1298 MB/s   924945 calls/s
# udp tx:   1301 MB/s    22073 calls/s  22073 msg/s
# udp rx:   1298 MB/s   924926 calls/s
# udp tx:   1302 MB/s    22085 calls/s  22085 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1178 MB/s    19990 calls/s  19990 msg/s
# tcp rx:   1179 MB/s   139006 calls/s
# tcp tx:   1117 MB/s    18952 calls/s  18952 msg/s
# tcp rx:   1144 MB/s   125933 calls/s
# tcp tx:   1123 MB/s    19051 calls/s  19051 msg/s
# tcp rx:   1118 MB/s   123478 calls/s
# tcp tx:   1120 MB/s    19008 calls/s  19008 msg/s
# udp gso - over veth touching data
# udp rx:   1155 MB/s   842643 calls/s
# udp tx:   1186 MB/s    20127 calls/s  20127 msg/s
# udp rx:   1248 MB/s   910580 calls/s
# udp tx:   1247 MB/s    21165 calls/s  21165 msg/s
# udp rx:   1249 MB/s   910921 calls/s
# udp tx:   1248 MB/s    21171 calls/s  21171 msg/s
# udp rx:   1262 MB/s   920754 calls/s
# udp tx:   1261 MB/s    21399 calls/s  21399 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1185 MB/s   864276 calls/s
# udp tx:   1224 MB/s    20767 calls/s  20767 msg/s
# udp rx:   1246 MB/s   909090 calls/s
# udp tx:   1247 MB/s    21153 calls/s  21153 msg/s
# udp rx:   1263 MB/s   921479 calls/s
# udp tx:   1263 MB/s    21423 calls/s  21423 msg/s
# udp rx:   1267 MB/s   924736 calls/s
# udp tx:   1267 MB/s    21496 calls/s  21496 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__->