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:   1132 MB/s    19205 calls/s  19205 msg/s
# tcp rx:   1132 MB/s   138399 calls/s
# tcp tx:   1132 MB/s    19210 calls/s  19210 msg/s
# tcp rx:   1133 MB/s   137894 calls/s
# tcp tx:   1115 MB/s    18921 calls/s  18921 msg/s
# tcp rx:   1116 MB/s   135103 calls/s
# tcp tx:   1121 MB/s    19025 calls/s  19025 msg/s
# udp gso - over veth touching data
# udp rx:   1239 MB/s   883182 calls/s
# udp tx:   1277 MB/s    21668 calls/s  21668 msg/s
# udp rx:   1294 MB/s   921836 calls/s
# udp tx:   1294 MB/s    21953 calls/s  21953 msg/s
# udp rx:   1288 MB/s   917694 calls/s
# udp tx:   1287 MB/s    21829 calls/s  21829 msg/s
# udp rx:   1287 MB/s   917412 calls/s
# udp tx:   1286 MB/s    21826 calls/s  21826 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1183 MB/s   843166 calls/s
# udp tx:   1220 MB/s    20700 calls/s  20700 msg/s
# udp rx:   1295 MB/s   923082 calls/s
# udp tx:   1304 MB/s    22128 calls/s  22128 msg/s
# udp rx:   1338 MB/s   953294 calls/s
# udp tx:   1340 MB/s    22738 calls/s  22738 msg/s
# udp rx:   1317 MB/s   938369 calls/s
# udp tx:   1332 MB/s    22606 calls/s  22606 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1119 MB/s    18987 calls/s  18987 msg/s
# tcp rx:   1120 MB/s   130553 calls/s
# tcp tx:   1048 MB/s    17791 calls/s  17791 msg/s
# tcp rx:   1085 MB/s   125300 calls/s
# tcp tx:   1077 MB/s    18282 calls/s  18282 msg/s
# tcp rx:   1082 MB/s   124597 calls/s
# tcp tx:   1065 MB/s    18075 calls/s  18075 msg/s
# udp gso - over veth touching data
# udp rx:   1193 MB/s   870579 calls/s
# udp tx:   1225 MB/s    20790 calls/s  20790 msg/s
# udp rx:   1263 MB/s   921366 calls/s
# udp tx:   1261 MB/s    21399 calls/s  21399 msg/s
# udp rx:   1260 MB/s   919570 calls/s
# udp tx:   1262 MB/s    21418 calls/s  21418 msg/s
# udp rx:   1255 MB/s   915749 calls/s
# udp tx:   1253 MB/s    21254 calls/s  21254 msg/s
# udp gso and gro - over veth touching data
# udp rx:    792 MB/s   578205 calls/s
# udp tx:    809 MB/s    13731 calls/s  13731 msg/s
# udp rx:   1192 MB/s   869857 calls/s
# udp tx:   1214 MB/s    20597 calls/s  20597 msg/s
# udp rx:   1257 MB/s   917125 calls/s
# udp tx:   1260 MB/s    21376 calls/s  21376 msg/s
# udp rx:   1257 MB/s   916839 calls/s
# udp tx:   1254 MB/s    21283 calls/s  21283 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__->