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:   1175 MB/s    19931 calls/s  19931 msg/s
# tcp rx:   1175 MB/s   140008 calls/s
# tcp tx:   1163 MB/s    19739 calls/s  19739 msg/s
# tcp rx:   1164 MB/s   137746 calls/s
# tcp tx:   1148 MB/s    19475 calls/s  19475 msg/s
# tcp rx:   1149 MB/s   133899 calls/s
# tcp tx:   1097 MB/s    18622 calls/s  18622 msg/s
# udp gso - over veth touching data
# udp rx:   1253 MB/s   892805 calls/s
# udp tx:   1291 MB/s    21898 calls/s  21898 msg/s
# udp rx:   1288 MB/s   917864 calls/s
# udp tx:   1287 MB/s    21840 calls/s  21840 msg/s
# udp rx:   1289 MB/s   918674 calls/s
# udp tx:   1288 MB/s    21862 calls/s  21862 msg/s
# udp rx:   1289 MB/s   918285 calls/s
# udp tx:   1288 MB/s    21854 calls/s  21854 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1249 MB/s   890125 calls/s
# udp tx:   1286 MB/s    21816 calls/s  21816 msg/s
# udp rx:   1270 MB/s   905047 calls/s
# udp tx:   1263 MB/s    21428 calls/s  21428 msg/s
# udp rx:   1238 MB/s   882163 calls/s
# udp tx:   1250 MB/s    21208 calls/s  21208 msg/s
# udp rx:   1214 MB/s   865062 calls/s
# udp tx:   1217 MB/s    20646 calls/s  20646 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1109 MB/s    18817 calls/s  18817 msg/s
# tcp rx:   1110 MB/s   133101 calls/s
# tcp tx:   1130 MB/s    19166 calls/s  19166 msg/s
# tcp rx:   1131 MB/s   131852 calls/s
# tcp tx:   1146 MB/s    19452 calls/s  19452 msg/s
# tcp rx:   1148 MB/s   133430 calls/s
# tcp tx:   1134 MB/s    19240 calls/s  19240 msg/s
# udp gso - over veth touching data
# udp rx:   1236 MB/s   901445 calls/s
# udp tx:   1272 MB/s    21584 calls/s  21584 msg/s
# udp rx:   1248 MB/s   910213 calls/s
# udp tx:   1251 MB/s    21227 calls/s  21227 msg/s
# udp rx:   1262 MB/s   920616 calls/s
# udp tx:   1266 MB/s    21486 calls/s  21486 msg/s
# udp rx:   1270 MB/s   926572 calls/s
# udp tx:   1274 MB/s    21609 calls/s  21609 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1193 MB/s   870731 calls/s
# udp tx:   1222 MB/s    20739 calls/s  20739 msg/s
# udp rx:   1225 MB/s   893464 calls/s
# udp tx:   1224 MB/s    20771 calls/s  20771 msg/s
# udp rx:   1230 MB/s   897514 calls/s
# udp tx:   1231 MB/s    20894 calls/s  20894 msg/s
# udp rx:   1282 MB/s   935558 calls/s
# udp tx:   1289 MB/s    21878 calls/s  21878 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__->