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:   1097 MB/s    18610 calls/s  18610 msg/s
# tcp rx:   1097 MB/s   135080 calls/s
# tcp tx:   1153 MB/s    19568 calls/s  19568 msg/s
# tcp rx:   1154 MB/s   130548 calls/s
# tcp tx:   1155 MB/s    19602 calls/s  19602 msg/s
# tcp rx:   1156 MB/s   133255 calls/s
# tcp tx:   1158 MB/s    19643 calls/s  19643 msg/s
# udp gso - over veth touching data
# udp rx:   1271 MB/s   906007 calls/s
# udp tx:   1306 MB/s    22158 calls/s  22158 msg/s
# udp rx:   1301 MB/s   927279 calls/s
# udp tx:   1305 MB/s    22145 calls/s  22145 msg/s
# udp rx:   1303 MB/s   928767 calls/s
# udp tx:   1306 MB/s    22155 calls/s  22155 msg/s
# udp rx:   1300 MB/s   926448 calls/s
# udp tx:   1302 MB/s    22088 calls/s  22088 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1221 MB/s   869788 calls/s
# udp tx:   1241 MB/s    21065 calls/s  21065 msg/s
# udp rx:   1289 MB/s   918416 calls/s
# udp tx:   1301 MB/s    22080 calls/s  22080 msg/s
# udp rx:   1322 MB/s   941748 calls/s
# udp tx:   1321 MB/s    22417 calls/s  22417 msg/s
# udp rx:   1325 MB/s   944108 calls/s
# udp tx:   1324 MB/s    22469 calls/s  22469 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    758 MB/s    12862 calls/s  12862 msg/s
# tcp rx:    758 MB/s    86439 calls/s
# tcp tx:    770 MB/s    13071 calls/s  13071 msg/s
# tcp rx:    771 MB/s    87622 calls/s
# tcp tx:    772 MB/s    13098 calls/s  13098 msg/s
# tcp rx:    773 MB/s    87894 calls/s
# tcp tx:    782 MB/s    13271 calls/s  13271 msg/s
# udp gso - over veth touching data
# udp rx:   1203 MB/s   877743 calls/s
# udp tx:   1253 MB/s    21254 calls/s  21254 msg/s
# udp rx:   1233 MB/s   899940 calls/s
# udp tx:   1239 MB/s    21027 calls/s  21027 msg/s
# udp rx:   1266 MB/s   923970 calls/s
# udp tx:   1272 MB/s    21574 calls/s  21574 msg/s
# udp rx:   1301 MB/s   949020 calls/s
# udp tx:   1305 MB/s    22142 calls/s  22142 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1213 MB/s   884720 calls/s
# udp tx:   1248 MB/s    21178 calls/s  21178 msg/s
# udp rx:   1191 MB/s   868961 calls/s
# udp tx:   1179 MB/s    20013 calls/s  20013 msg/s
# udp rx:   1104 MB/s   805842 calls/s
# udp tx:   1119 MB/s    18990 calls/s  18990 msg/s
# udp rx:   1258 MB/s   917982 calls/s
# udp tx:   1271 MB/s    21561 calls/s  21561 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__->