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:   1096 MB/s    18593 calls/s  18593 msg/s
# tcp rx:   1096 MB/s   136537 calls/s
# tcp tx:   1137 MB/s    19288 calls/s  19288 msg/s
# tcp rx:   1137 MB/s   115409 calls/s
# tcp tx:   1018 MB/s    17281 calls/s  17281 msg/s
# tcp rx:   1020 MB/s   125451 calls/s
# tcp tx:   1058 MB/s    17961 calls/s  17961 msg/s
# udp gso - over veth touching data
# udp rx:   1247 MB/s   888646 calls/s
# udp tx:   1280 MB/s    21716 calls/s  21716 msg/s
# udp rx:   1286 MB/s   916618 calls/s
# udp tx:   1288 MB/s    21856 calls/s  21856 msg/s
# udp rx:   1290 MB/s   918972 calls/s
# udp tx:   1292 MB/s    21918 calls/s  21918 msg/s
# udp rx:   1291 MB/s   920188 calls/s
# udp tx:   1293 MB/s    21946 calls/s  21946 msg/s
# udp gso and gro - over veth touching data
# udp rx:    861 MB/s   613694 calls/s
# udp tx:    893 MB/s    15157 calls/s  15157 msg/s
# udp rx:   1225 MB/s   873145 calls/s
# udp tx:   1239 MB/s    21019 calls/s  21019 msg/s
# udp rx:   1297 MB/s   924252 calls/s
# udp tx:   1297 MB/s    22001 calls/s  22001 msg/s
# udp rx:   1297 MB/s   923976 calls/s
# udp tx:   1297 MB/s    22003 calls/s  22003 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    956 MB/s    16221 calls/s  16221 msg/s
# tcp rx:    956 MB/s   130306 calls/s
# tcp tx:   1063 MB/s    18030 calls/s  18030 msg/s
# tcp rx:   1064 MB/s   128909 calls/s
# tcp tx:   1055 MB/s    17894 calls/s  17894 msg/s
# tcp rx:   1055 MB/s   128225 calls/s
# tcp tx:   1050 MB/s    17812 calls/s  17812 msg/s
# udp gso - over veth touching data
# udp rx:   1244 MB/s   907262 calls/s
# udp tx:   1281 MB/s    21729 calls/s  21729 msg/s
# udp rx:   1120 MB/s   816903 calls/s
# udp tx:   1117 MB/s    18955 calls/s  18955 msg/s
# udp rx:   1184 MB/s   863891 calls/s
# udp tx:   1183 MB/s    20065 calls/s  20065 msg/s
# udp rx:   1252 MB/s   913792 calls/s
# udp tx:   1255 MB/s    21297 calls/s  21297 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1109 MB/s   809261 calls/s
# udp tx:   1139 MB/s    19328 calls/s  19328 msg/s
# udp rx:   1191 MB/s   869295 calls/s
# udp tx:   1194 MB/s    20252 calls/s  20252 msg/s
# udp rx:   1222 MB/s   891780 calls/s
# udp tx:   1223 MB/s    20744 calls/s  20744 msg/s
# udp rx:   1237 MB/s   902496 calls/s
# udp tx:   1236 MB/s    20979 calls/s  20979 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__->