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:   1035 MB/s    17570 calls/s  17570 msg/s
# tcp rx:   1036 MB/s   136883 calls/s
# tcp tx:   1052 MB/s    17859 calls/s  17859 msg/s
# tcp rx:   1051 MB/s   129458 calls/s
# tcp tx:   1007 MB/s    17096 calls/s  17096 msg/s
# tcp rx:   1010 MB/s   131919 calls/s
# tcp tx:   1019 MB/s    17298 calls/s  17298 msg/s
# udp gso - over veth touching data
# udp rx:   1075 MB/s   766200 calls/s
# udp tx:   1113 MB/s    18888 calls/s  18888 msg/s
# udp rx:   1274 MB/s   908034 calls/s
# udp tx:   1276 MB/s    21649 calls/s  21649 msg/s
# udp rx:    976 MB/s   695538 calls/s
# udp tx:    957 MB/s    16246 calls/s  16246 msg/s
# udp rx:    685 MB/s   488374 calls/s
# udp tx:    685 MB/s    11632 calls/s  11632 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1265 MB/s   901131 calls/s
# udp tx:   1303 MB/s    22106 calls/s  22106 msg/s
# udp rx:   1300 MB/s   926402 calls/s
# udp tx:   1308 MB/s    22186 calls/s  22186 msg/s
# udp rx:   1321 MB/s   941702 calls/s
# udp tx:   1325 MB/s    22474 calls/s  22474 msg/s
# udp rx:   1320 MB/s   940856 calls/s
# udp tx:   1322 MB/s    22427 calls/s  22427 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    788 MB/s    13377 calls/s  13377 msg/s
# tcp rx:    788 MB/s   104458 calls/s
# tcp tx:    656 MB/s    11140 calls/s  11140 msg/s
# tcp rx:    657 MB/s    82258 calls/s
# tcp tx:    676 MB/s    11468 calls/s  11468 msg/s
# tcp rx:    676 MB/s    83222 calls/s
# tcp tx:    682 MB/s    11573 calls/s  11573 msg/s
# udp gso - over veth touching data
# udp rx:   1271 MB/s   927368 calls/s
# udp tx:   1309 MB/s    22209 calls/s  22209 msg/s
# udp rx:   1256 MB/s   916412 calls/s
# udp tx:   1256 MB/s    21319 calls/s  21319 msg/s
# udp rx:   1263 MB/s   921647 calls/s
# udp tx:   1263 MB/s    21432 calls/s  21432 msg/s
# udp rx:   1262 MB/s   921028 calls/s
# udp tx:   1262 MB/s    21412 calls/s  21412 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1225 MB/s   893681 calls/s
# udp tx:   1262 MB/s    21407 calls/s  21407 msg/s
# udp rx:   1268 MB/s   925116 calls/s
# udp tx:   1271 MB/s    21569 calls/s  21569 msg/s
# udp rx:   1269 MB/s   926079 calls/s
# udp tx:   1272 MB/s    21581 calls/s  21581 msg/s
# udp rx:   1292 MB/s   942400 calls/s
# udp tx:   1295 MB/s    21977 calls/s  21977 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__->