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:   1159 MB/s    19671 calls/s  19671 msg/s
# tcp rx:   1160 MB/s   136765 calls/s
# tcp tx:   1099 MB/s    18651 calls/s  18651 msg/s
# tcp rx:   1101 MB/s   127777 calls/s
# tcp tx:   1129 MB/s    19152 calls/s  19152 msg/s
# tcp rx:   1130 MB/s   131189 calls/s
# tcp tx:   1153 MB/s    19560 calls/s  19560 msg/s
# udp gso - over veth touching data
# udp rx:   1279 MB/s   911267 calls/s
# udp tx:   1323 MB/s    22453 calls/s  22453 msg/s
# udp rx:   1288 MB/s   917741 calls/s
# udp tx:   1288 MB/s    21851 calls/s  21851 msg/s
# udp rx:   1292 MB/s   920662 calls/s
# udp tx:   1291 MB/s    21913 calls/s  21913 msg/s
# udp rx:   1315 MB/s   937398 calls/s
# udp tx:   1307 MB/s    22168 calls/s  22168 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1265 MB/s   901486 calls/s
# udp tx:   1288 MB/s    21855 calls/s  21855 msg/s
# udp rx:    633 MB/s   451565 calls/s
# udp tx:    637 MB/s    10811 calls/s  10811 msg/s
# udp rx:    629 MB/s   448709 calls/s
# udp tx:    634 MB/s    10770 calls/s  10770 msg/s
# udp rx:    631 MB/s   449522 calls/s
# udp tx:    635 MB/s    10774 calls/s  10774 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1076 MB/s    18261 calls/s  18261 msg/s
# tcp rx:   1077 MB/s   136316 calls/s
# tcp tx:   1076 MB/s    18259 calls/s  18259 msg/s
# tcp rx:   1079 MB/s   128594 calls/s
# tcp tx:   1124 MB/s    19072 calls/s  19072 msg/s
# tcp rx:   1132 MB/s   128085 calls/s
# tcp tx:   1077 MB/s    18281 calls/s  18281 msg/s
# udp gso - over veth touching data
# udp rx:    572 MB/s   417632 calls/s
# udp tx:    583 MB/s     9903 calls/s   9903 msg/s
# udp rx:    605 MB/s   441276 calls/s
# udp tx:    609 MB/s    10333 calls/s  10333 msg/s
# udp rx:    621 MB/s   453068 calls/s
# udp tx:    620 MB/s    10528 calls/s  10528 msg/s
# udp rx:    621 MB/s   453291 calls/s
# udp tx:    621 MB/s    10537 calls/s  10537 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1162 MB/s   847463 calls/s
# udp tx:   1209 MB/s    20511 calls/s  20511 msg/s
# udp rx:   1271 MB/s   927531 calls/s
# udp tx:   1277 MB/s    21664 calls/s  21664 msg/s
# udp rx:   1258 MB/s   917782 calls/s
# udp tx:   1263 MB/s    21437 calls/s  21437 msg/s
# udp rx:   1255 MB/s   915428 calls/s
# udp tx:   1260 MB/s    21380 calls/s  21380 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__->