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:   1138 MB/s    19308 calls/s  19308 msg/s
# tcp rx:   1138 MB/s   140661 calls/s
# tcp tx:   1172 MB/s    19881 calls/s  19881 msg/s
# tcp rx:   1172 MB/s   140791 calls/s
# tcp tx:   1167 MB/s    19795 calls/s  19795 msg/s
# tcp rx:   1168 MB/s   139365 calls/s
# tcp tx:   1165 MB/s    19767 calls/s  19767 msg/s
# udp gso - over veth touching data
# udp rx:   1238 MB/s   881986 calls/s
# udp tx:   1273 MB/s    21594 calls/s  21594 msg/s
# udp rx:   1307 MB/s   931715 calls/s
# udp tx:   1311 MB/s    22247 calls/s  22247 msg/s
# udp rx:   1325 MB/s   944224 calls/s
# udp tx:   1328 MB/s    22536 calls/s  22536 msg/s
# udp rx:   1316 MB/s   937589 calls/s
# udp tx:   1319 MB/s    22375 calls/s  22375 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1133 MB/s   807196 calls/s
# udp tx:   1169 MB/s    19843 calls/s  19843 msg/s
# udp rx:   1332 MB/s   948897 calls/s
# udp tx:   1331 MB/s    22584 calls/s  22584 msg/s
# udp rx:   1341 MB/s   955614 calls/s
# udp tx:   1341 MB/s    22745 calls/s  22745 msg/s
# udp rx:   1340 MB/s   955040 calls/s
# udp tx:   1340 MB/s    22732 calls/s  22732 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1090 MB/s    18500 calls/s  18500 msg/s
# tcp rx:   1091 MB/s   131257 calls/s
# tcp tx:   1139 MB/s    19322 calls/s  19322 msg/s
# tcp rx:   1140 MB/s   136411 calls/s
# tcp tx:   1150 MB/s    19517 calls/s  19517 msg/s
# tcp rx:   1151 MB/s   136138 calls/s
# tcp tx:   1159 MB/s    19665 calls/s  19665 msg/s
# udp gso - over veth touching data
# udp rx:   1207 MB/s   880424 calls/s
# udp tx:   1238 MB/s    21014 calls/s  21014 msg/s
# udp rx:   1287 MB/s   938783 calls/s
# udp tx:   1290 MB/s    21895 calls/s  21895 msg/s
# udp rx:   1217 MB/s   888119 calls/s
# udp tx:   1225 MB/s    20791 calls/s  20791 msg/s
# udp rx:   1304 MB/s   951343 calls/s
# udp tx:   1307 MB/s    22183 calls/s  22183 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1208 MB/s   881182 calls/s
# udp tx:   1235 MB/s    20963 calls/s  20963 msg/s
# udp rx:    990 MB/s   722491 calls/s
# udp tx:    986 MB/s    16726 calls/s  16726 msg/s
# udp rx:   1092 MB/s   796907 calls/s
# udp tx:   1101 MB/s    18686 calls/s  18686 msg/s
# udp rx:    853 MB/s   622342 calls/s
# udp tx:    839 MB/s    14239 calls/s  14239 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__->