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:   1067 MB/s    18109 calls/s  18109 msg/s
# tcp rx:   1067 MB/s   138392 calls/s
# tcp tx:   1124 MB/s    19066 calls/s  19066 msg/s
# tcp rx:   1124 MB/s   138679 calls/s
# tcp tx:   1114 MB/s    18909 calls/s  18909 msg/s
# tcp rx:   1116 MB/s   138564 calls/s
# tcp tx:   1070 MB/s    18159 calls/s  18159 msg/s
# udp gso - over veth touching data
# udp rx:   1133 MB/s   807452 calls/s
# udp tx:   1168 MB/s    19812 calls/s  19812 msg/s
# udp rx:   1241 MB/s   884566 calls/s
# udp tx:   1245 MB/s    21123 calls/s  21123 msg/s
# udp rx:   1265 MB/s   901268 calls/s
# udp tx:   1270 MB/s    21549 calls/s  21549 msg/s
# udp rx:   1266 MB/s   902259 calls/s
# udp tx:   1269 MB/s    21528 calls/s  21528 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1240 MB/s   883898 calls/s
# udp tx:   1281 MB/s    21728 calls/s  21728 msg/s
# udp rx:   1318 MB/s   939501 calls/s
# udp tx:   1318 MB/s    22367 calls/s  22367 msg/s
# udp rx:   1319 MB/s   939943 calls/s
# udp tx:   1320 MB/s    22391 calls/s  22391 msg/s
# udp rx:   1316 MB/s   938149 calls/s
# udp tx:   1316 MB/s    22330 calls/s  22330 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    842 MB/s    14287 calls/s  14287 msg/s
# tcp rx:    842 MB/s    95083 calls/s
# tcp tx:    812 MB/s    13774 calls/s  13774 msg/s
# tcp rx:    812 MB/s    92852 calls/s
# tcp tx:    798 MB/s    13548 calls/s  13548 msg/s
# tcp rx:    799 MB/s    91617 calls/s
# tcp tx:    815 MB/s    13827 calls/s  13827 msg/s
# udp gso - over veth touching data
# udp rx:   1228 MB/s   895591 calls/s
# udp tx:   1278 MB/s    21684 calls/s  21684 msg/s
# udp rx:   1104 MB/s   805724 calls/s
# udp tx:   1108 MB/s    18806 calls/s  18806 msg/s
# udp rx:   1281 MB/s   934355 calls/s
# udp tx:   1287 MB/s    21835 calls/s  21835 msg/s
# udp rx:   1281 MB/s   934939 calls/s
# udp tx:   1287 MB/s    21838 calls/s  21838 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1225 MB/s   893480 calls/s
# udp tx:   1261 MB/s    21400 calls/s  21400 msg/s
# udp rx:   1249 MB/s   911411 calls/s
# udp tx:   1250 MB/s    21203 calls/s  21203 msg/s
# udp rx:   1254 MB/s   914658 calls/s
# udp tx:   1254 MB/s    21273 calls/s  21273 msg/s
# udp rx:   1253 MB/s   914051 calls/s
# udp tx:   1254 MB/s    21270 calls/s  21270 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__->