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:   1168 MB/s    19825 calls/s  19825 msg/s
# tcp rx:   1216 MB/s   140407 calls/s
# tcp tx:   1041 MB/s    17668 calls/s  17668 msg/s
# tcp rx:   1036 MB/s   127427 calls/s
# tcp tx:   1092 MB/s    18530 calls/s  18530 msg/s
# tcp rx:   1093 MB/s   127030 calls/s
# tcp tx:   1102 MB/s    18698 calls/s  18698 msg/s
# udp gso - over veth touching data
# udp rx:   1185 MB/s   844514 calls/s
# udp tx:   1219 MB/s    20677 calls/s  20677 msg/s
# udp rx:   1283 MB/s   914210 calls/s
# udp tx:   1287 MB/s    21835 calls/s  21835 msg/s
# udp rx:   1289 MB/s   918821 calls/s
# udp tx:   1294 MB/s    21957 calls/s  21957 msg/s
# udp rx:   1290 MB/s   919325 calls/s
# udp tx:   1294 MB/s    21958 calls/s  21958 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1193 MB/s   850480 calls/s
# udp tx:   1235 MB/s    20952 calls/s  20952 msg/s
# udp rx:   1180 MB/s   840784 calls/s
# udp tx:   1171 MB/s    19872 calls/s  19872 msg/s
# udp rx:   1236 MB/s   881165 calls/s
# udp tx:   1244 MB/s    21107 calls/s  21107 msg/s
# udp rx:   1312 MB/s   935199 calls/s
# udp tx:   1315 MB/s    22313 calls/s  22313 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1076 MB/s    18258 calls/s  18258 msg/s
# tcp rx:   1206 MB/s   138613 calls/s
# tcp tx:    969 MB/s    16447 calls/s  16447 msg/s
# tcp rx:    992 MB/s   121338 calls/s
# tcp tx:   1252 MB/s    21242 calls/s  21242 msg/s
# tcp rx:   1249 MB/s   112521 calls/s
# tcp tx:   1045 MB/s    17738 calls/s  17738 msg/s
# udp gso - over veth touching data
# udp rx:   1198 MB/s   873790 calls/s
# udp tx:   1220 MB/s    20705 calls/s  20705 msg/s
# udp rx:   1214 MB/s   885451 calls/s
# udp tx:   1225 MB/s    20781 calls/s  20781 msg/s
# udp rx:   1249 MB/s   911087 calls/s
# udp tx:   1247 MB/s    21160 calls/s  21160 msg/s
# udp rx:   1244 MB/s   907415 calls/s
# udp tx:   1244 MB/s    21100 calls/s  21100 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1181 MB/s   861447 calls/s
# udp tx:   1216 MB/s    20634 calls/s  20634 msg/s
# udp rx:   1244 MB/s   907776 calls/s
# udp tx:   1245 MB/s    21120 calls/s  21120 msg/s
# udp rx:   1271 MB/s   927279 calls/s
# udp tx:   1271 MB/s    21570 calls/s  21570 msg/s
# udp rx:   1260 MB/s   919555 calls/s
# udp tx:   1259 MB/s    21364 calls/s  21364 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__->