make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:   1075 MB/s    18244 calls/s  18244 msg/s
# tcp rx:   1095 MB/s   141936 calls/s
# tcp tx:   1049 MB/s    17801 calls/s  17801 msg/s
# tcp rx:   1054 MB/s   129946 calls/s
# tcp tx:   1054 MB/s    17880 calls/s  17880 msg/s
# tcp rx:   1056 MB/s   127109 calls/s
# tcp tx:   1052 MB/s    17846 calls/s  17846 msg/s
# udp gso - over veth touching data
# udp rx:   1223 MB/s   871567 calls/s
# udp tx:   1254 MB/s    21276 calls/s  21276 msg/s
# udp rx:   1290 MB/s   919100 calls/s
# udp tx:   1291 MB/s    21910 calls/s  21910 msg/s
# udp rx:   1266 MB/s   902169 calls/s
# udp tx:   1265 MB/s    21467 calls/s  21467 msg/s
# udp rx:   1279 MB/s   911430 calls/s
# udp tx:   1281 MB/s    21730 calls/s  21730 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1300 MB/s   926619 calls/s
# udp tx:   1332 MB/s    22594 calls/s  22594 msg/s
# udp rx:   1317 MB/s   938611 calls/s
# udp tx:   1316 MB/s    22335 calls/s  22335 msg/s
# udp rx:   1317 MB/s   938868 calls/s
# udp tx:   1317 MB/s    22339 calls/s  22339 msg/s
# udp rx:   1311 MB/s   934578 calls/s
# udp tx:   1310 MB/s    22228 calls/s  22228 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1067 MB/s    18102 calls/s  18102 msg/s
# tcp rx:   1077 MB/s   133209 calls/s
# tcp tx:   1076 MB/s    18257 calls/s  18257 msg/s
# tcp rx:   1079 MB/s   132303 calls/s
# tcp tx:   1062 MB/s    18014 calls/s  18014 msg/s
# tcp rx:   1062 MB/s   129206 calls/s
# tcp tx:   1071 MB/s    18169 calls/s  18169 msg/s
# udp gso - over veth touching data
# udp rx:   1215 MB/s   886295 calls/s
# udp tx:   1248 MB/s    21178 calls/s  21178 msg/s
# udp rx:   1148 MB/s   837276 calls/s
# udp tx:   1146 MB/s    19438 calls/s  19438 msg/s
# udp rx:   1151 MB/s   840004 calls/s
# udp tx:   1152 MB/s    19542 calls/s  19542 msg/s
# udp rx:   1275 MB/s   929943 calls/s
# udp tx:   1274 MB/s    21612 calls/s  21612 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1198 MB/s   873757 calls/s
# udp tx:   1227 MB/s    20820 calls/s  20820 msg/s
# udp rx:   1262 MB/s   920722 calls/s
# udp tx:   1262 MB/s    21411 calls/s  21411 msg/s
# udp rx:   1284 MB/s   937108 calls/s
# udp tx:   1285 MB/s    21797 calls/s  21797 msg/s
# udp rx:   1244 MB/s   907532 calls/s
# udp tx:   1242 MB/s    21074 calls/s  21074 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__->