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:   1021 MB/s    17325 calls/s  17325 msg/s
# tcp rx:   1021 MB/s   134892 calls/s
# tcp tx:    991 MB/s    16824 calls/s  16824 msg/s
# tcp rx:   1000 MB/s   127877 calls/s
# tcp tx:   1120 MB/s    18998 calls/s  18998 msg/s
# tcp rx:   1119 MB/s   122431 calls/s
# tcp tx:   1107 MB/s    18792 calls/s  18792 msg/s
# udp gso - over veth touching data
# udp rx:   1201 MB/s   855678 calls/s
# udp tx:   1235 MB/s    20962 calls/s  20962 msg/s
# udp rx:   1298 MB/s   925337 calls/s
# udp tx:   1298 MB/s    22025 calls/s  22025 msg/s
# udp rx:   1232 MB/s   878257 calls/s
# udp tx:   1232 MB/s    20901 calls/s  20901 msg/s
# udp rx:   1216 MB/s   866868 calls/s
# udp tx:   1214 MB/s    20607 calls/s  20607 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1298 MB/s   925105 calls/s
# udp tx:   1332 MB/s    22605 calls/s  22605 msg/s
# udp rx:   1286 MB/s   916724 calls/s
# udp tx:   1271 MB/s    21567 calls/s  21567 msg/s
# udp rx:   1205 MB/s   858631 calls/s
# udp tx:   1223 MB/s    20752 calls/s  20752 msg/s
# udp rx:   1311 MB/s   934038 calls/s
# udp tx:   1310 MB/s    22223 calls/s  22223 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    698 MB/s    11851 calls/s  11851 msg/s
# tcp rx:    699 MB/s    77341 calls/s
# tcp tx:    680 MB/s    11540 calls/s  11540 msg/s
# tcp rx:    681 MB/s    80014 calls/s
# tcp tx:    704 MB/s    11945 calls/s  11945 msg/s
# tcp rx:    705 MB/s    81079 calls/s
# tcp tx:    691 MB/s    11725 calls/s  11725 msg/s
# udp gso - over veth touching data
# udp rx:   1257 MB/s   916850 calls/s
# udp tx:   1288 MB/s    21849 calls/s  21849 msg/s
# udp rx:   1292 MB/s   942468 calls/s
# udp tx:   1293 MB/s    21936 calls/s  21936 msg/s
# udp rx:   1281 MB/s   934714 calls/s
# udp tx:   1285 MB/s    21807 calls/s  21807 msg/s
# udp rx:   1279 MB/s   933232 calls/s
# udp tx:   1281 MB/s    21741 calls/s  21741 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1146 MB/s   836144 calls/s
# udp tx:   1174 MB/s    19919 calls/s  19919 msg/s
# udp rx:   1248 MB/s   910710 calls/s
# udp tx:   1247 MB/s    21162 calls/s  21162 msg/s
# udp rx:   1247 MB/s   909510 calls/s
# udp tx:   1246 MB/s    21135 calls/s  21135 msg/s
# udp rx:   1245 MB/s   908516 calls/s
# udp tx:   1244 MB/s    21113 calls/s  21113 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__->