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:    824 MB/s    13979 calls/s  13979 msg/s
# tcp rx:    825 MB/s   142315 calls/s
# tcp tx:    846 MB/s    14362 calls/s  14362 msg/s
# tcp rx:    847 MB/s   155552 calls/s
# tcp tx:    865 MB/s    14673 calls/s  14673 msg/s
# tcp rx:    865 MB/s   156872 calls/s
# tcp tx:    833 MB/s    14140 calls/s  14140 msg/s
# udp gso - over veth touching data
# udp rx:   1167 MB/s   831638 calls/s
# udp tx:   1194 MB/s    20257 calls/s  20257 msg/s
# udp rx:   1231 MB/s   877054 calls/s
# udp tx:   1231 MB/s    20879 calls/s  20879 msg/s
# udp rx:   1222 MB/s   870612 calls/s
# udp tx:   1221 MB/s    20724 calls/s  20724 msg/s
# udp rx:   1244 MB/s   886420 calls/s
# udp tx:   1244 MB/s    21102 calls/s  21102 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1218 MB/s   867721 calls/s
# udp tx:   1241 MB/s    21052 calls/s  21052 msg/s
# udp rx:   1244 MB/s   886430 calls/s
# udp tx:   1246 MB/s    21133 calls/s  21133 msg/s
# udp rx:   1244 MB/s   886845 calls/s
# udp tx:   1247 MB/s    21162 calls/s  21162 msg/s
# udp rx:   1240 MB/s   883339 calls/s
# udp tx:   1243 MB/s    21084 calls/s  21084 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    832 MB/s    14125 calls/s  14125 msg/s
# tcp rx:    833 MB/s   146466 calls/s
# tcp tx:    829 MB/s    14073 calls/s  14073 msg/s
# tcp rx:    830 MB/s   152243 calls/s
# tcp tx:    774 MB/s    13139 calls/s  13139 msg/s
# tcp rx:    776 MB/s   144682 calls/s
# tcp tx:    806 MB/s    13687 calls/s  13687 msg/s
# udp gso - over veth touching data
# udp rx:   1134 MB/s   827074 calls/s
# udp tx:   1159 MB/s    19661 calls/s  19661 msg/s
# udp rx:   1153 MB/s   841269 calls/s
# udp tx:   1156 MB/s    19614 calls/s  19614 msg/s
# udp rx:   1103 MB/s   804804 calls/s
# udp tx:   1101 MB/s    18674 calls/s  18674 msg/s
# udp rx:    760 MB/s   554345 calls/s
# udp tx:    755 MB/s    12820 calls/s  12820 msg/s
# udp gso and gro - over veth touching data
# udp rx:    669 MB/s   488626 calls/s
# udp tx:    686 MB/s    11636 calls/s  11636 msg/s
# udp rx:    684 MB/s   498979 calls/s
# udp tx:    683 MB/s    11601 calls/s  11601 msg/s
# udp rx:    681 MB/s   496916 calls/s
# udp tx:    680 MB/s    11550 calls/s  11550 msg/s
# udp rx:    667 MB/s   486635 calls/s
# udp tx:    685 MB/s    11622 calls/s  11622 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__->