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:   1115 MB/s    18914 calls/s  18914 msg/s
# tcp rx:   1178 MB/s   133503 calls/s
# tcp tx:   1167 MB/s    19809 calls/s  19809 msg/s
# tcp rx:   1165 MB/s   121597 calls/s
# tcp tx:   1170 MB/s    19847 calls/s  19847 msg/s
# tcp rx:   1196 MB/s   121176 calls/s
# tcp tx:   1128 MB/s    19142 calls/s  19142 msg/s
# udp gso - over veth touching data
# udp rx:   1271 MB/s   905653 calls/s
# udp tx:   1313 MB/s    22285 calls/s  22285 msg/s
# udp rx:   1281 MB/s   912886 calls/s
# udp tx:   1285 MB/s    21803 calls/s  21803 msg/s
# udp rx:   1329 MB/s   947390 calls/s
# udp tx:   1329 MB/s    22545 calls/s  22545 msg/s
# udp rx:   1337 MB/s   952562 calls/s
# udp tx:   1336 MB/s    22666 calls/s  22666 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1218 MB/s   868337 calls/s
# udp tx:   1257 MB/s    21320 calls/s  21320 msg/s
# udp rx:   1246 MB/s   887701 calls/s
# udp tx:   1250 MB/s    21217 calls/s  21217 msg/s
# udp rx:   1279 MB/s   911325 calls/s
# udp tx:   1283 MB/s    21777 calls/s  21777 msg/s
# udp rx:   1311 MB/s   934447 calls/s
# udp tx:   1315 MB/s    22309 calls/s  22309 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1108 MB/s    18807 calls/s  18807 msg/s
# tcp rx:   1108 MB/s   139268 calls/s
# tcp tx:   1144 MB/s    19416 calls/s  19416 msg/s
# tcp rx:   1145 MB/s   138035 calls/s
# tcp tx:   1112 MB/s    18866 calls/s  18866 msg/s
# tcp rx:   1113 MB/s   138777 calls/s
# tcp tx:   1051 MB/s    17832 calls/s  17832 msg/s
# udp gso - over veth touching data
# udp rx:   1241 MB/s   905622 calls/s
# udp tx:   1275 MB/s    21627 calls/s  21627 msg/s
# udp rx:   1267 MB/s   924344 calls/s
# udp tx:   1270 MB/s    21552 calls/s  21552 msg/s
# udp rx:   1282 MB/s   935017 calls/s
# udp tx:   1286 MB/s    21817 calls/s  21817 msg/s
# udp rx:   1289 MB/s   940237 calls/s
# udp tx:   1292 MB/s    21915 calls/s  21915 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1205 MB/s   879405 calls/s
# udp tx:   1239 MB/s    21015 calls/s  21015 msg/s
# udp rx:   1237 MB/s   902569 calls/s
# udp tx:   1242 MB/s    21073 calls/s  21073 msg/s
# udp rx:   1177 MB/s   858606 calls/s
# udp tx:   1179 MB/s    20011 calls/s  20011 msg/s
# udp rx:   1260 MB/s   919182 calls/s
# udp tx:   1258 MB/s    21351 calls/s  21351 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__->