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:   1089 MB/s    18473 calls/s  18473 msg/s
# tcp rx:   1089 MB/s   123661 calls/s
# tcp tx:   1081 MB/s    18351 calls/s  18351 msg/s
# tcp rx:   1082 MB/s   131506 calls/s
# tcp tx:   1096 MB/s    18595 calls/s  18595 msg/s
# tcp rx:   1097 MB/s   129211 calls/s
# tcp tx:   1089 MB/s    18471 calls/s  18471 msg/s
# udp gso - over veth touching data
# udp rx:    602 MB/s   429340 calls/s
# udp tx:    618 MB/s    10490 calls/s  10490 msg/s
# udp rx:    642 MB/s   457858 calls/s
# udp tx:    648 MB/s    10994 calls/s  10994 msg/s
# udp rx:    640 MB/s   456348 calls/s
# udp tx:    642 MB/s    10898 calls/s  10898 msg/s
# udp rx:    632 MB/s   450393 calls/s
# udp tx:    634 MB/s    10769 calls/s  10769 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1255 MB/s   894127 calls/s
# udp tx:   1290 MB/s    21889 calls/s  21889 msg/s
# udp rx:   1318 MB/s   939128 calls/s
# udp tx:   1318 MB/s    22358 calls/s  22358 msg/s
# udp rx:   1323 MB/s   943070 calls/s
# udp tx:   1323 MB/s    22449 calls/s  22449 msg/s
# udp rx:   1323 MB/s   943081 calls/s
# udp tx:   1323 MB/s    22441 calls/s  22441 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1119 MB/s    18994 calls/s  18994 msg/s
# tcp rx:   1120 MB/s   136054 calls/s
# tcp tx:   1091 MB/s    18507 calls/s  18507 msg/s
# tcp rx:   1091 MB/s   129856 calls/s
# tcp tx:   1090 MB/s    18496 calls/s  18496 msg/s
# tcp rx:   1091 MB/s   129409 calls/s
# tcp tx:   1095 MB/s    18575 calls/s  18575 msg/s
# udp gso - over veth touching data
# udp rx:   1204 MB/s   878288 calls/s
# udp tx:   1245 MB/s    21118 calls/s  21118 msg/s
# udp rx:   1259 MB/s   918658 calls/s
# udp tx:   1263 MB/s    21426 calls/s  21426 msg/s
# udp rx:   1263 MB/s   921254 calls/s
# udp tx:   1265 MB/s    21466 calls/s  21466 msg/s
# udp rx:   1260 MB/s   919095 calls/s
# udp tx:   1262 MB/s    21415 calls/s  21415 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1196 MB/s   872312 calls/s
# udp tx:   1228 MB/s    20844 calls/s  20844 msg/s
# udp rx:   1214 MB/s   885764 calls/s
# udp tx:   1215 MB/s    20614 calls/s  20614 msg/s
# udp rx:   1191 MB/s   868942 calls/s
# udp tx:   1187 MB/s    20138 calls/s  20138 msg/s
# udp rx:   1180 MB/s   860737 calls/s
# udp tx:   1182 MB/s    20064 calls/s  20064 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__->