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:   1083 MB/s    18382 calls/s  18382 msg/s
# tcp rx:   1092 MB/s   131504 calls/s
# tcp tx:   1086 MB/s    18426 calls/s  18426 msg/s
# tcp rx:   1090 MB/s   132244 calls/s
# tcp tx:   1051 MB/s    17838 calls/s  17838 msg/s
# tcp rx:   1050 MB/s   129038 calls/s
# tcp tx:    953 MB/s    16167 calls/s  16167 msg/s
# udp gso - over veth touching data
# udp rx:   1291 MB/s   920035 calls/s
# udp tx:   1331 MB/s    22582 calls/s  22582 msg/s
# udp rx:   1335 MB/s   951564 calls/s
# udp tx:   1334 MB/s    22642 calls/s  22642 msg/s
# udp rx:   1342 MB/s   956070 calls/s
# udp tx:   1341 MB/s    22753 calls/s  22753 msg/s
# udp rx:   1308 MB/s   932463 calls/s
# udp tx:   1307 MB/s    22174 calls/s  22174 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1147 MB/s   817326 calls/s
# udp tx:   1179 MB/s    20006 calls/s  20006 msg/s
# udp rx:   1247 MB/s   888743 calls/s
# udp tx:   1246 MB/s    21147 calls/s  21147 msg/s
# udp rx:   1276 MB/s   909465 calls/s
# udp tx:   1275 MB/s    21641 calls/s  21641 msg/s
# udp rx:   1281 MB/s   912736 calls/s
# udp tx:   1280 MB/s    21713 calls/s  21713 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1097 MB/s    18607 calls/s  18607 msg/s
# tcp rx:   1097 MB/s   143467 calls/s
# tcp tx:   1142 MB/s    19384 calls/s  19384 msg/s
# tcp rx:   1144 MB/s   139162 calls/s
# tcp tx:   1187 MB/s    20146 calls/s  20146 msg/s
# tcp rx:   1188 MB/s   138659 calls/s
# tcp tx:   1185 MB/s    20099 calls/s  20099 msg/s
# udp gso - over veth touching data
# udp rx:   1231 MB/s   897925 calls/s
# udp tx:   1259 MB/s    21362 calls/s  21362 msg/s
# udp rx:   1269 MB/s   925917 calls/s
# udp tx:   1270 MB/s    21553 calls/s  21553 msg/s
# udp rx:   1263 MB/s   921744 calls/s
# udp tx:   1266 MB/s    21481 calls/s  21481 msg/s
# udp rx:    796 MB/s   580983 calls/s
# udp tx:    803 MB/s    13628 calls/s  13628 msg/s
# udp gso and gro - over veth touching data
# udp rx:    635 MB/s   463544 calls/s
# udp tx:    651 MB/s    11043 calls/s  11043 msg/s
# udp rx:    644 MB/s   470292 calls/s
# udp tx:    644 MB/s    10932 calls/s  10932 msg/s
# udp rx:    643 MB/s   469555 calls/s
# udp tx:    643 MB/s    10909 calls/s  10909 msg/s
# udp rx:    646 MB/s   471525 calls/s
# udp tx:    645 MB/s    10952 calls/s  10952 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__->