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:    979 MB/s    16615 calls/s  16615 msg/s
# tcp rx:    980 MB/s   133727 calls/s
# tcp tx:    990 MB/s    16801 calls/s  16801 msg/s
# tcp rx:    991 MB/s   133823 calls/s
# tcp tx:   1062 MB/s    18023 calls/s  18023 msg/s
# tcp rx:   1063 MB/s   132142 calls/s
# tcp tx:   1063 MB/s    18045 calls/s  18045 msg/s
# udp gso - over veth touching data
# udp rx:   1240 MB/s   883368 calls/s
# udp tx:   1269 MB/s    21538 calls/s  21538 msg/s
# udp rx:   1216 MB/s   866900 calls/s
# udp tx:   1218 MB/s    20674 calls/s  20674 msg/s
# udp rx:   1294 MB/s   921798 calls/s
# udp tx:   1295 MB/s    21968 calls/s  21968 msg/s
# udp rx:   1298 MB/s   924848 calls/s
# udp tx:   1299 MB/s    22035 calls/s  22035 msg/s
# udp gso and gro - over veth touching data
# udp rx:    648 MB/s   462183 calls/s
# udp tx:    664 MB/s    11274 calls/s  11274 msg/s
# udp rx:    687 MB/s   489693 calls/s
# udp tx:    688 MB/s    11674 calls/s  11674 msg/s
# udp rx:    694 MB/s   494863 calls/s
# udp tx:    694 MB/s    11787 calls/s  11787 msg/s
# udp rx:    691 MB/s   492760 calls/s
# udp tx:    692 MB/s    11738 calls/s  11738 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1084 MB/s    18386 calls/s  18386 msg/s
# tcp rx:   1086 MB/s   132976 calls/s
# tcp tx:   1122 MB/s    19034 calls/s  19034 msg/s
# tcp rx:   1123 MB/s   134437 calls/s
# tcp tx:   1107 MB/s    18786 calls/s  18786 msg/s
# tcp rx:   1108 MB/s   132331 calls/s
# tcp tx:   1120 MB/s    19008 calls/s  19008 msg/s
# udp gso - over veth touching data
# udp rx:   1206 MB/s   879681 calls/s
# udp tx:   1230 MB/s    20864 calls/s  20864 msg/s
# udp rx:   1267 MB/s   924622 calls/s
# udp tx:   1268 MB/s    21512 calls/s  21512 msg/s
# udp rx:   1268 MB/s   924924 calls/s
# udp tx:   1269 MB/s    21525 calls/s  21525 msg/s
# udp rx:   1270 MB/s   926885 calls/s
# udp tx:   1277 MB/s    21669 calls/s  21669 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1184 MB/s   864185 calls/s
# udp tx:   1207 MB/s    20474 calls/s  20474 msg/s
# udp rx:   1184 MB/s   864166 calls/s
# udp tx:   1190 MB/s    20199 calls/s  20199 msg/s
# udp rx:   1249 MB/s   911043 calls/s
# udp tx:   1249 MB/s    21189 calls/s  21189 msg/s
# udp rx:   1128 MB/s   823332 calls/s
# udp tx:   1134 MB/s    19246 calls/s  19246 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__->