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:   1123 MB/s    19052 calls/s  19052 msg/s
# tcp rx:   1130 MB/s   139030 calls/s
# tcp tx:   1112 MB/s    18871 calls/s  18871 msg/s
# tcp rx:   1112 MB/s   122969 calls/s
# tcp tx:   1092 MB/s    18523 calls/s  18523 msg/s
# tcp rx:   1095 MB/s   124429 calls/s
# tcp tx:   1099 MB/s    18641 calls/s  18641 msg/s
# udp gso - over veth touching data
# udp rx:   1222 MB/s   870622 calls/s
# udp tx:   1263 MB/s    21436 calls/s  21436 msg/s
# udp rx:   1268 MB/s   903789 calls/s
# udp tx:   1273 MB/s    21598 calls/s  21598 msg/s
# udp rx:   1261 MB/s   898693 calls/s
# udp tx:   1265 MB/s    21463 calls/s  21463 msg/s
# udp rx:   1263 MB/s   900279 calls/s
# udp tx:   1268 MB/s    21512 calls/s  21512 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1184 MB/s   843996 calls/s
# udp tx:   1202 MB/s    20389 calls/s  20389 msg/s
# udp rx:   1016 MB/s   724193 calls/s
# udp tx:   1041 MB/s    17661 calls/s  17661 msg/s
# udp rx:   1277 MB/s   910233 calls/s
# udp tx:   1282 MB/s    21746 calls/s  21746 msg/s
# udp rx:   1257 MB/s   895940 calls/s
# udp tx:   1261 MB/s    21395 calls/s  21395 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1148 MB/s    19485 calls/s  19485 msg/s
# tcp rx:   1149 MB/s   139232 calls/s
# tcp tx:   1080 MB/s    18331 calls/s  18331 msg/s
# tcp rx:   1096 MB/s   119698 calls/s
# tcp tx:   1102 MB/s    18693 calls/s  18693 msg/s
# tcp rx:   1101 MB/s   125655 calls/s
# tcp tx:   1099 MB/s    18641 calls/s  18641 msg/s
# udp gso - over veth touching data
# udp rx:   1200 MB/s   875570 calls/s
# udp tx:   1230 MB/s    20868 calls/s  20868 msg/s
# udp rx:   1272 MB/s   928278 calls/s
# udp tx:   1273 MB/s    21598 calls/s  21598 msg/s
# udp rx:   1271 MB/s   927185 calls/s
# udp tx:   1271 MB/s    21558 calls/s  21558 msg/s
# udp rx:   1273 MB/s   928962 calls/s
# udp tx:   1273 MB/s    21594 calls/s  21594 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1198 MB/s   874319 calls/s
# udp tx:   1227 MB/s    20823 calls/s  20823 msg/s
# udp rx:   1241 MB/s   905142 calls/s
# udp tx:   1240 MB/s    21035 calls/s  21035 msg/s
# udp rx:   1207 MB/s   880578 calls/s
# udp tx:   1204 MB/s    20429 calls/s  20429 msg/s
# udp rx:   1228 MB/s   895593 calls/s
# udp tx:   1229 MB/s    20851 calls/s  20851 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__->