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:    736 MB/s    12490 calls/s  12490 msg/s
# tcp rx:    737 MB/s    84935 calls/s
# tcp tx:    780 MB/s    13238 calls/s  13238 msg/s
# tcp rx:    781 MB/s    84575 calls/s
# tcp tx:    745 MB/s    12649 calls/s  12649 msg/s
# tcp rx:    746 MB/s    72086 calls/s
# tcp tx:    691 MB/s    11722 calls/s  11722 msg/s
# udp gso - over veth touching data
# udp rx:    672 MB/s   478778 calls/s
# udp tx:    697 MB/s    11831 calls/s  11831 msg/s
# udp rx:   1254 MB/s   893814 calls/s
# udp tx:   1260 MB/s    21384 calls/s  21384 msg/s
# udp rx:   1303 MB/s   928675 calls/s
# udp tx:   1303 MB/s    22104 calls/s  22104 msg/s
# udp rx:   1304 MB/s   929276 calls/s
# udp tx:   1304 MB/s    22119 calls/s  22119 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1236 MB/s   880642 calls/s
# udp tx:   1273 MB/s    21602 calls/s  21602 msg/s
# udp rx:   1329 MB/s   947174 calls/s
# udp tx:   1329 MB/s    22552 calls/s  22552 msg/s
# udp rx:   1301 MB/s   927123 calls/s
# udp tx:   1300 MB/s    22057 calls/s  22057 msg/s
# udp rx:   1328 MB/s   946130 calls/s
# udp tx:   1327 MB/s    22515 calls/s  22515 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1115 MB/s    18912 calls/s  18912 msg/s
# tcp rx:   1115 MB/s   139970 calls/s
# tcp tx:   1080 MB/s    18331 calls/s  18331 msg/s
# tcp rx:   1082 MB/s   124541 calls/s
# tcp tx:   1071 MB/s    18179 calls/s  18179 msg/s
# tcp rx:   1072 MB/s   126369 calls/s
# tcp tx:   1079 MB/s    18315 calls/s  18315 msg/s
# udp gso - over veth touching data
# udp rx:   1160 MB/s   846504 calls/s
# udp tx:   1194 MB/s    20264 calls/s  20264 msg/s
# udp rx:   1273 MB/s   928548 calls/s
# udp tx:   1281 MB/s    21727 calls/s  21727 msg/s
# udp rx:   1259 MB/s   918599 calls/s
# udp tx:   1259 MB/s    21358 calls/s  21358 msg/s
# udp rx:   1146 MB/s   836514 calls/s
# udp tx:   1145 MB/s    19420 calls/s  19420 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1189 MB/s   867188 calls/s
# udp tx:   1229 MB/s    20846 calls/s  20846 msg/s
# udp rx:   1155 MB/s   842355 calls/s
# udp tx:   1156 MB/s    19621 calls/s  19621 msg/s
# udp rx:   1202 MB/s   877214 calls/s
# udp tx:   1204 MB/s    20429 calls/s  20429 msg/s
# udp rx:   1211 MB/s   883609 calls/s
# udp tx:   1214 MB/s    20605 calls/s  20605 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__->