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:   1114 MB/s    18899 calls/s  18899 msg/s
# tcp rx:   1115 MB/s   139207 calls/s
# tcp tx:   1120 MB/s    19007 calls/s  19007 msg/s
# tcp rx:   1121 MB/s   136541 calls/s
# tcp tx:   1121 MB/s    19025 calls/s  19025 msg/s
# tcp rx:   1122 MB/s   136512 calls/s
# tcp tx:   1120 MB/s    19009 calls/s  19009 msg/s
# udp gso - over veth touching data
# udp rx:    628 MB/s   447592 calls/s
# udp tx:    642 MB/s    10898 calls/s  10898 msg/s
# udp rx:    674 MB/s   480253 calls/s
# udp tx:    673 MB/s    11429 calls/s  11429 msg/s
# udp rx:    706 MB/s   503543 calls/s
# udp tx:    706 MB/s    11984 calls/s  11984 msg/s
# udp rx:    709 MB/s   505559 calls/s
# udp tx:    709 MB/s    12030 calls/s  12030 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1238 MB/s   882397 calls/s
# udp tx:   1270 MB/s    21543 calls/s  21543 msg/s
# udp rx:   1298 MB/s   924908 calls/s
# udp tx:   1301 MB/s    22072 calls/s  22072 msg/s
# udp rx:   1289 MB/s   918336 calls/s
# udp tx:   1293 MB/s    21938 calls/s  21938 msg/s
# udp rx:   1294 MB/s   921972 calls/s
# udp tx:   1298 MB/s    22024 calls/s  22024 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1117 MB/s    18961 calls/s  18961 msg/s
# tcp rx:   1119 MB/s   139939 calls/s
# tcp tx:   1097 MB/s    18607 calls/s  18607 msg/s
# tcp rx:   1098 MB/s   139382 calls/s
# tcp tx:   1128 MB/s    19140 calls/s  19140 msg/s
# tcp rx:   1129 MB/s   139078 calls/s
# tcp tx:   1117 MB/s    18958 calls/s  18958 msg/s
# udp gso - over veth touching data
# udp rx:   1210 MB/s   882963 calls/s
# udp tx:   1237 MB/s    20990 calls/s  20990 msg/s
# udp rx:   1270 MB/s   926740 calls/s
# udp tx:   1275 MB/s    21632 calls/s  21632 msg/s
# udp rx:   1255 MB/s   915989 calls/s
# udp tx:   1256 MB/s    21306 calls/s  21306 msg/s
# udp rx:   1267 MB/s   924677 calls/s
# udp tx:   1277 MB/s    21663 calls/s  21663 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1175 MB/s   857300 calls/s
# udp tx:   1200 MB/s    20362 calls/s  20362 msg/s
# udp rx:   1205 MB/s   878983 calls/s
# udp tx:   1208 MB/s    20501 calls/s  20501 msg/s
# udp rx:   1194 MB/s   871395 calls/s
# udp tx:   1195 MB/s    20269 calls/s  20269 msg/s
# udp rx:   1267 MB/s   924652 calls/s
# udp tx:   1264 MB/s    21442 calls/s  21442 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__->