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:   1052 MB/s    17851 calls/s  17851 msg/s
# tcp rx:   1052 MB/s   139195 calls/s
# tcp tx:   1071 MB/s    18181 calls/s  18181 msg/s
# tcp rx:   1084 MB/s   132426 calls/s
# tcp tx:    987 MB/s    16756 calls/s  16756 msg/s
# tcp rx:    999 MB/s   129770 calls/s
# tcp tx:   1052 MB/s    17852 calls/s  17852 msg/s
# udp gso - over veth touching data
# udp rx:   1294 MB/s   922072 calls/s
# udp tx:   1325 MB/s    22483 calls/s  22483 msg/s
# udp rx:   1274 MB/s   907851 calls/s
# udp tx:   1276 MB/s    21655 calls/s  21655 msg/s
# udp rx:   1307 MB/s   931502 calls/s
# udp tx:   1306 MB/s    22162 calls/s  22162 msg/s
# udp rx:   1235 MB/s   879992 calls/s
# udp tx:   1232 MB/s    20900 calls/s  20900 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1248 MB/s   889111 calls/s
# udp tx:   1288 MB/s    21862 calls/s  21862 msg/s
# udp rx:   1293 MB/s   921359 calls/s
# udp tx:   1294 MB/s    21960 calls/s  21960 msg/s
# udp rx:   1291 MB/s   920227 calls/s
# udp tx:   1292 MB/s    21929 calls/s  21929 msg/s
# udp rx:   1289 MB/s   918592 calls/s
# udp tx:   1290 MB/s    21896 calls/s  21896 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1054 MB/s    17880 calls/s  17880 msg/s
# tcp rx:   1054 MB/s   123833 calls/s
# tcp tx:   1073 MB/s    18215 calls/s  18215 msg/s
# tcp rx:   1075 MB/s   130250 calls/s
# tcp tx:   1072 MB/s    18185 calls/s  18185 msg/s
# tcp rx:   1073 MB/s   129707 calls/s
# tcp tx:   1099 MB/s    18642 calls/s  18642 msg/s
# udp gso - over veth touching data
# udp rx:   1190 MB/s   868436 calls/s
# udp tx:   1225 MB/s    20787 calls/s  20787 msg/s
# udp rx:   1226 MB/s   894426 calls/s
# udp tx:   1225 MB/s    20783 calls/s  20783 msg/s
# udp rx:   1249 MB/s   911289 calls/s
# udp tx:   1249 MB/s    21190 calls/s  21190 msg/s
# udp rx:   1247 MB/s   909875 calls/s
# udp tx:   1246 MB/s    21137 calls/s  21137 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1213 MB/s   884734 calls/s
# udp tx:   1248 MB/s    21183 calls/s  21183 msg/s
# udp rx:   1234 MB/s   900635 calls/s
# udp tx:   1235 MB/s    20949 calls/s  20949 msg/s
# udp rx:   1224 MB/s   892959 calls/s
# udp tx:   1223 MB/s    20759 calls/s  20759 msg/s
# udp rx:   1248 MB/s   910347 calls/s
# udp tx:   1249 MB/s    21188 calls/s  21188 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__->