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:   1128 MB/s    19134 calls/s  19134 msg/s
# tcp rx:   1150 MB/s   125984 calls/s
# tcp tx:   1052 MB/s    17846 calls/s  17846 msg/s
# tcp rx:   1040 MB/s   130485 calls/s
# tcp tx:    995 MB/s    16877 calls/s  16877 msg/s
# tcp rx:    995 MB/s   130724 calls/s
# tcp tx:    986 MB/s    16726 calls/s  16726 msg/s
# udp gso - over veth touching data
# udp rx:   1281 MB/s   913222 calls/s
# udp tx:   1322 MB/s    22437 calls/s  22437 msg/s
# udp rx:   1340 MB/s   954938 calls/s
# udp tx:   1338 MB/s    22709 calls/s  22709 msg/s
# udp rx:   1338 MB/s   953180 calls/s
# udp tx:   1336 MB/s    22676 calls/s  22676 msg/s
# udp rx:   1311 MB/s   934416 calls/s
# udp tx:   1304 MB/s    22127 calls/s  22127 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1254 MB/s   893514 calls/s
# udp tx:   1293 MB/s    21937 calls/s  21937 msg/s
# udp rx:   1259 MB/s   897124 calls/s
# udp tx:   1248 MB/s    21170 calls/s  21170 msg/s
# udp rx:   1158 MB/s   825418 calls/s
# udp tx:   1169 MB/s    19842 calls/s  19842 msg/s
# udp rx:   1275 MB/s   908926 calls/s
# udp tx:   1275 MB/s    21627 calls/s  21627 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    714 MB/s    12119 calls/s  12119 msg/s
# tcp rx:    729 MB/s    84537 calls/s
# tcp tx:   1095 MB/s    18577 calls/s  18577 msg/s
# tcp rx:   1094 MB/s   129664 calls/s
# tcp tx:   1093 MB/s    18546 calls/s  18546 msg/s
# tcp rx:   1094 MB/s   127473 calls/s
# tcp tx:    892 MB/s    15137 calls/s  15137 msg/s
# udp gso - over veth touching data
# udp rx:   1119 MB/s   816483 calls/s
# udp tx:   1155 MB/s    19600 calls/s  19600 msg/s
# udp rx:   1237 MB/s   902613 calls/s
# udp tx:   1234 MB/s    20945 calls/s  20945 msg/s
# udp rx:   1266 MB/s   923445 calls/s
# udp tx:   1269 MB/s    21527 calls/s  21527 msg/s
# udp rx:   1267 MB/s   924297 calls/s
# udp tx:   1267 MB/s    21506 calls/s  21506 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1225 MB/s   893646 calls/s
# udp tx:   1257 MB/s    21320 calls/s  21320 msg/s
# udp rx:   1196 MB/s   872565 calls/s
# udp tx:   1200 MB/s    20367 calls/s  20367 msg/s
# udp rx:   1187 MB/s   866412 calls/s
# udp tx:   1179 MB/s    20001 calls/s  20001 msg/s
# udp rx:   1220 MB/s   890013 calls/s
# udp tx:   1230 MB/s    20871 calls/s  20871 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__->