make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:   1156 MB/s    19617 calls/s  19617 msg/s
# tcp rx:   1156 MB/s   144575 calls/s
# tcp tx:   1156 MB/s    19615 calls/s  19615 msg/s
# tcp rx:   1157 MB/s   145028 calls/s
# tcp tx:   1107 MB/s    18778 calls/s  18778 msg/s
# tcp rx:   1108 MB/s   142456 calls/s
# tcp tx:   1175 MB/s    19941 calls/s  19941 msg/s
# udp gso - over veth touching data
# udp rx:   1231 MB/s   876944 calls/s
# udp tx:   1263 MB/s    21432 calls/s  21432 msg/s
# udp rx:   1256 MB/s   895385 calls/s
# udp tx:   1257 MB/s    21334 calls/s  21334 msg/s
# udp rx:   1271 MB/s   905708 calls/s
# udp tx:   1271 MB/s    21562 calls/s  21562 msg/s
# udp rx:   1286 MB/s   916772 calls/s
# udp tx:   1288 MB/s    21854 calls/s  21854 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1251 MB/s   891381 calls/s
# udp tx:   1282 MB/s    21753 calls/s  21753 msg/s
# udp rx:   1279 MB/s   911619 calls/s
# udp tx:   1279 MB/s    21694 calls/s  21694 msg/s
# udp rx:   1294 MB/s   922422 calls/s
# udp tx:   1297 MB/s    22003 calls/s  22003 msg/s
# udp rx:   1345 MB/s   958284 calls/s
# udp tx:   1357 MB/s    23018 calls/s  23018 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1148 MB/s    19471 calls/s  19471 msg/s
# tcp rx:   1148 MB/s   140319 calls/s
# tcp tx:   1151 MB/s    19522 calls/s  19522 msg/s
# tcp rx:   1152 MB/s   139698 calls/s
# tcp tx:   1140 MB/s    19339 calls/s  19339 msg/s
# tcp rx:   1141 MB/s   137044 calls/s
# tcp tx:   1163 MB/s    19738 calls/s  19738 msg/s
# udp gso - over veth touching data
# udp rx:   1234 MB/s   900000 calls/s
# udp tx:   1265 MB/s    21456 calls/s  21456 msg/s
# udp rx:   1238 MB/s   903068 calls/s
# udp tx:   1237 MB/s    20987 calls/s  20987 msg/s
# udp rx:    634 MB/s   463015 calls/s
# udp tx:    618 MB/s    10498 calls/s  10498 msg/s
# udp rx:    605 MB/s   441856 calls/s
# udp tx:    604 MB/s    10259 calls/s  10259 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1142 MB/s   833085 calls/s
# udp tx:   1173 MB/s    19902 calls/s  19902 msg/s
# udp rx:   1145 MB/s   835647 calls/s
# udp tx:   1145 MB/s    19432 calls/s  19432 msg/s
# udp rx:   1175 MB/s   857107 calls/s
# udp tx:   1175 MB/s    19942 calls/s  19942 msg/s
# udp rx:   1188 MB/s   866919 calls/s
# udp tx:   1188 MB/s    20164 calls/s  20164 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__->