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:    718 MB/s    12180 calls/s  12180 msg/s
# tcp rx:    720 MB/s    82391 calls/s
# tcp tx:    684 MB/s    11609 calls/s  11609 msg/s
# tcp rx:    684 MB/s    80439 calls/s
# tcp tx:    684 MB/s    11608 calls/s  11608 msg/s
# tcp rx:    685 MB/s    80817 calls/s
# tcp tx:    681 MB/s    11555 calls/s  11555 msg/s
# udp gso - over veth touching data
# udp rx:   1238 MB/s   882262 calls/s
# udp tx:   1278 MB/s    21679 calls/s  21679 msg/s
# udp rx:   1277 MB/s   910350 calls/s
# udp tx:   1282 MB/s    21747 calls/s  21747 msg/s
# udp rx:   1320 MB/s   940308 calls/s
# udp tx:   1323 MB/s    22450 calls/s  22450 msg/s
# udp rx:   1320 MB/s   940344 calls/s
# udp tx:   1324 MB/s    22458 calls/s  22458 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1216 MB/s   866495 calls/s
# udp tx:   1251 MB/s    21233 calls/s  21233 msg/s
# udp rx:   1228 MB/s   874772 calls/s
# udp tx:   1228 MB/s    20840 calls/s  20840 msg/s
# udp rx:   1322 MB/s   941816 calls/s
# udp tx:   1330 MB/s    22558 calls/s  22558 msg/s
# udp rx:   1333 MB/s   950087 calls/s
# udp tx:   1333 MB/s    22609 calls/s  22609 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1194 MB/s    20267 calls/s  20267 msg/s
# tcp rx:   1195 MB/s   140223 calls/s
# tcp tx:   1202 MB/s    20392 calls/s  20392 msg/s
# tcp rx:   1203 MB/s   139329 calls/s
# tcp tx:   1202 MB/s    20393 calls/s  20393 msg/s
# tcp rx:   1203 MB/s   139013 calls/s
# tcp tx:   1170 MB/s    19845 calls/s  19845 msg/s
# udp gso - over veth touching data
# udp rx:   1183 MB/s   862837 calls/s
# udp tx:   1217 MB/s    20649 calls/s  20649 msg/s
# udp rx:   1202 MB/s   877137 calls/s
# udp tx:   1202 MB/s    20387 calls/s  20387 msg/s
# udp rx:   1246 MB/s   909395 calls/s
# udp tx:   1247 MB/s    21162 calls/s  21162 msg/s
# udp rx:   1269 MB/s   926008 calls/s
# udp tx:   1268 MB/s    21514 calls/s  21514 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1114 MB/s   813131 calls/s
# udp tx:   1146 MB/s    19450 calls/s  19450 msg/s
# udp rx:   1226 MB/s   894422 calls/s
# udp tx:   1225 MB/s    20785 calls/s  20785 msg/s
# udp rx:   1258 MB/s   917522 calls/s
# udp tx:   1257 MB/s    21323 calls/s  21323 msg/s
# udp rx:   1281 MB/s   934533 calls/s
# udp tx:   1280 MB/s    21726 calls/s  21726 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__->