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:   1062 MB/s    18024 calls/s  18024 msg/s
# tcp rx:   1063 MB/s   123706 calls/s
# tcp tx:   1090 MB/s    18489 calls/s  18489 msg/s
# tcp rx:   1091 MB/s   132007 calls/s
# tcp tx:   1121 MB/s    19017 calls/s  19017 msg/s
# tcp rx:   1122 MB/s   131950 calls/s
# tcp tx:   1109 MB/s    18826 calls/s  18826 msg/s
# udp gso - over veth touching data
# udp rx:   1184 MB/s   843925 calls/s
# udp tx:   1216 MB/s    20630 calls/s  20630 msg/s
# udp rx:   1164 MB/s   829623 calls/s
# udp tx:   1162 MB/s    19725 calls/s  19725 msg/s
# udp rx:   1298 MB/s   925068 calls/s
# udp tx:   1300 MB/s    22054 calls/s  22054 msg/s
# udp rx:   1197 MB/s   853062 calls/s
# udp tx:   1196 MB/s    20293 calls/s  20293 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1230 MB/s   876578 calls/s
# udp tx:   1260 MB/s    21381 calls/s  21381 msg/s
# udp rx:    754 MB/s   537527 calls/s
# udp tx:    747 MB/s    12679 calls/s  12679 msg/s
# udp rx:    640 MB/s   456454 calls/s
# udp tx:    640 MB/s    10868 calls/s  10868 msg/s
# udp rx:    659 MB/s   469861 calls/s
# udp tx:    659 MB/s    11178 calls/s  11178 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1151 MB/s    19534 calls/s  19534 msg/s
# tcp rx:   1152 MB/s   140983 calls/s
# tcp tx:   1159 MB/s    19673 calls/s  19673 msg/s
# tcp rx:   1160 MB/s   141142 calls/s
# tcp tx:   1129 MB/s    19155 calls/s  19155 msg/s
# tcp rx:   1130 MB/s   135035 calls/s
# tcp tx:   1130 MB/s    19173 calls/s  19173 msg/s
# udp gso - over veth touching data
# udp rx:   1213 MB/s   885052 calls/s
# udp tx:   1247 MB/s    21164 calls/s  21164 msg/s
# udp rx:   1188 MB/s   866804 calls/s
# udp tx:   1194 MB/s    20260 calls/s  20260 msg/s
# udp rx:   1249 MB/s   911045 calls/s
# udp tx:   1252 MB/s    21246 calls/s  21246 msg/s
# udp rx:   1255 MB/s   915829 calls/s
# udp tx:   1257 MB/s    21327 calls/s  21327 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1158 MB/s   845205 calls/s
# udp tx:   1202 MB/s    20402 calls/s  20402 msg/s
# udp rx:   1167 MB/s   851246 calls/s
# udp tx:   1157 MB/s    19628 calls/s  19628 msg/s
# udp rx:   1165 MB/s   849770 calls/s
# udp tx:   1166 MB/s    19790 calls/s  19790 msg/s
# udp rx:   1162 MB/s   847466 calls/s
# udp tx:   1166 MB/s    19793 calls/s  19793 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__->