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:   1108 MB/s    18799 calls/s  18799 msg/s
# tcp rx:   1108 MB/s   138743 calls/s
# tcp tx:   1112 MB/s    18870 calls/s  18870 msg/s
# tcp rx:   1113 MB/s   130712 calls/s
# tcp tx:   1090 MB/s    18500 calls/s  18500 msg/s
# tcp rx:   1091 MB/s   125577 calls/s
# tcp tx:   1087 MB/s    18449 calls/s  18449 msg/s
# udp gso - over veth touching data
# udp rx:   1208 MB/s   860852 calls/s
# udp tx:   1242 MB/s    21082 calls/s  21082 msg/s
# udp rx:   1117 MB/s   796200 calls/s
# udp tx:   1118 MB/s    18977 calls/s  18977 msg/s
# udp rx:   1324 MB/s   943630 calls/s
# udp tx:   1327 MB/s    22508 calls/s  22508 msg/s
# udp rx:   1247 MB/s   888617 calls/s
# udp tx:   1248 MB/s    21175 calls/s  21175 msg/s
# udp gso and gro - over veth touching data
# udp rx:    635 MB/s   452760 calls/s
# udp tx:    654 MB/s    11109 calls/s  11109 msg/s
# udp rx:    639 MB/s   455365 calls/s
# udp tx:    639 MB/s    10846 calls/s  10846 msg/s
# udp rx:   1118 MB/s   796664 calls/s
# udp tx:   1136 MB/s    19284 calls/s  19284 msg/s
# udp rx:   1307 MB/s   931724 calls/s
# udp tx:   1308 MB/s    22201 calls/s  22201 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1124 MB/s    19074 calls/s  19074 msg/s
# tcp rx:   1125 MB/s   138932 calls/s
# tcp tx:   1150 MB/s    19509 calls/s  19509 msg/s
# tcp rx:   1150 MB/s   139059 calls/s
# tcp tx:   1078 MB/s    18293 calls/s  18293 msg/s
# tcp rx:   1080 MB/s   138073 calls/s
# tcp tx:   1123 MB/s    19062 calls/s  19062 msg/s
# udp gso - over veth touching data
# udp rx:   1130 MB/s   824681 calls/s
# udp tx:   1172 MB/s    19878 calls/s  19878 msg/s
# udp rx:   1238 MB/s   903122 calls/s
# udp tx:   1244 MB/s    21114 calls/s  21114 msg/s
# udp rx:   1228 MB/s   896225 calls/s
# udp tx:   1227 MB/s    20823 calls/s  20823 msg/s
# udp rx:   1222 MB/s   891386 calls/s
# udp tx:   1221 MB/s    20711 calls/s  20711 msg/s
# udp gso and gro - over veth touching data
# udp rx:    640 MB/s   467384 calls/s
# udp tx:    657 MB/s    11153 calls/s  11153 msg/s
# udp rx:    673 MB/s   491035 calls/s
# udp tx:    673 MB/s    11425 calls/s  11425 msg/s
# udp rx:    674 MB/s   491825 calls/s
# udp tx:    675 MB/s    11462 calls/s  11462 msg/s
# udp rx:    674 MB/s   491942 calls/s
# udp tx:    675 MB/s    11458 calls/s  11458 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__->