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:   1176 MB/s    19950 calls/s  19950 msg/s
# tcp rx:   1176 MB/s   143038 calls/s
# tcp tx:   1075 MB/s    18236 calls/s  18236 msg/s
# tcp rx:   1083 MB/s   131079 calls/s
# tcp tx:   1063 MB/s    18038 calls/s  18038 msg/s
# tcp rx:   1064 MB/s   129563 calls/s
# tcp tx:   1106 MB/s    18762 calls/s  18762 msg/s
# udp gso - over veth touching data
# udp rx:   1195 MB/s   851848 calls/s
# udp tx:   1236 MB/s    20975 calls/s  20975 msg/s
# udp rx:   1317 MB/s   938603 calls/s
# udp tx:   1321 MB/s    22406 calls/s  22406 msg/s
# udp rx:   1322 MB/s   942301 calls/s
# udp tx:   1326 MB/s    22495 calls/s  22495 msg/s
# udp rx:   1318 MB/s   939487 calls/s
# udp tx:   1323 MB/s    22450 calls/s  22450 msg/s
# udp gso and gro - over veth touching data
# udp rx:    702 MB/s   500154 calls/s
# udp tx:    724 MB/s    12295 calls/s  12295 msg/s
# udp rx:    728 MB/s   518799 calls/s
# udp tx:    733 MB/s    12446 calls/s  12446 msg/s
# udp rx:    736 MB/s   524708 calls/s
# udp tx:    740 MB/s    12567 calls/s  12567 msg/s
# udp rx:    793 MB/s   565064 calls/s
# udp tx:    811 MB/s    13763 calls/s  13763 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1174 MB/s    19912 calls/s  19912 msg/s
# tcp rx:   1175 MB/s   139864 calls/s
# tcp tx:   1178 MB/s    19995 calls/s  19995 msg/s
# tcp rx:   1180 MB/s   140941 calls/s
# tcp tx:   1177 MB/s    19979 calls/s  19979 msg/s
# tcp rx:   1179 MB/s   139422 calls/s
# tcp tx:   1116 MB/s    18939 calls/s  18939 msg/s
# udp gso - over veth touching data
# udp rx:   1182 MB/s   862165 calls/s
# udp tx:   1212 MB/s    20557 calls/s  20557 msg/s
# udp rx:   1218 MB/s   888709 calls/s
# udp tx:   1220 MB/s    20703 calls/s  20703 msg/s
# udp rx:   1205 MB/s   879471 calls/s
# udp tx:   1208 MB/s    20497 calls/s  20497 msg/s
# udp rx:   1264 MB/s   922516 calls/s
# udp tx:   1266 MB/s    21477 calls/s  21477 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1265 MB/s   923111 calls/s
# udp tx:   1296 MB/s    21994 calls/s  21994 msg/s
# udp rx:   1278 MB/s   932176 calls/s
# udp tx:   1281 MB/s    21727 calls/s  21727 msg/s
# udp rx:   1276 MB/s   931223 calls/s
# udp tx:   1280 MB/s    21719 calls/s  21719 msg/s
# udp rx:   1278 MB/s   932485 calls/s
# udp tx:   1279 MB/s    21709 calls/s  21709 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__->