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:   1116 MB/s    18945 calls/s  18945 msg/s
# tcp rx:   1117 MB/s   141262 calls/s
# tcp tx:   1052 MB/s    17844 calls/s  17844 msg/s
# tcp rx:   1057 MB/s   130645 calls/s
# tcp tx:   1059 MB/s    17972 calls/s  17972 msg/s
# tcp rx:   1060 MB/s   128128 calls/s
# tcp tx:   1034 MB/s    17551 calls/s  17551 msg/s
# udp gso - over veth touching data
# udp rx:   1181 MB/s   841773 calls/s
# udp tx:   1217 MB/s    20642 calls/s  20642 msg/s
# udp rx:   1330 MB/s   947720 calls/s
# udp tx:   1329 MB/s    22554 calls/s  22554 msg/s
# udp rx:   1338 MB/s   953267 calls/s
# udp tx:   1338 MB/s    22696 calls/s  22696 msg/s
# udp rx:   1338 MB/s   953286 calls/s
# udp tx:   1337 MB/s    22686 calls/s  22686 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1272 MB/s   906524 calls/s
# udp tx:   1307 MB/s    22184 calls/s  22184 msg/s
# udp rx:   1305 MB/s   929841 calls/s
# udp tx:   1307 MB/s    22176 calls/s  22176 msg/s
# udp rx:   1313 MB/s   935721 calls/s
# udp tx:   1315 MB/s    22306 calls/s  22306 msg/s
# udp rx:   1309 MB/s   932829 calls/s
# udp tx:   1311 MB/s    22244 calls/s  22244 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1210 MB/s    20537 calls/s  20537 msg/s
# tcp rx:   1211 MB/s   124571 calls/s
# tcp tx:   1266 MB/s    21484 calls/s  21484 msg/s
# tcp rx:   1268 MB/s   112439 calls/s
# tcp tx:   1259 MB/s    21362 calls/s  21362 msg/s
# tcp rx:   1260 MB/s   113205 calls/s
# tcp tx:   1325 MB/s    22488 calls/s  22488 msg/s
# udp gso - over veth touching data
# udp rx:    578 MB/s   422010 calls/s
# udp tx:    594 MB/s    10088 calls/s  10088 msg/s
# udp rx:    584 MB/s   426191 calls/s
# udp tx:    579 MB/s     9825 calls/s   9825 msg/s
# udp rx:    561 MB/s   409728 calls/s
# udp tx:    565 MB/s     9590 calls/s   9590 msg/s
# udp rx:    577 MB/s   421036 calls/s
# udp tx:    576 MB/s     9781 calls/s   9781 msg/s
# udp gso and gro - over veth touching data
# udp rx:    576 MB/s   420395 calls/s
# udp tx:    594 MB/s    10081 calls/s  10081 msg/s
# udp rx:   1135 MB/s   828136 calls/s
# udp tx:   1155 MB/s    19591 calls/s  19591 msg/s
# udp rx:   1273 MB/s   928965 calls/s
# udp tx:   1273 MB/s    21594 calls/s  21594 msg/s
# udp rx:   1272 MB/s   927867 calls/s
# udp tx:   1271 MB/s    21559 calls/s  21559 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__->