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:   1204 MB/s    20427 calls/s  20427 msg/s
# tcp rx:   1204 MB/s   126066 calls/s
# tcp tx:   1091 MB/s    18509 calls/s  18509 msg/s
# tcp rx:   1144 MB/s   130000 calls/s
# tcp tx:    914 MB/s    15508 calls/s  15508 msg/s
# tcp rx:    900 MB/s   126555 calls/s
# tcp tx:    969 MB/s    16444 calls/s  16444 msg/s
# udp gso - over veth touching data
# udp rx:   1307 MB/s   931722 calls/s
# udp tx:   1339 MB/s    22713 calls/s  22713 msg/s
# udp rx:   1352 MB/s   963143 calls/s
# udp tx:   1355 MB/s    22996 calls/s  22996 msg/s
# udp rx:   1340 MB/s   954776 calls/s
# udp tx:   1342 MB/s    22774 calls/s  22774 msg/s
# udp rx:   1345 MB/s   958290 calls/s
# udp tx:   1348 MB/s    22864 calls/s  22864 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1279 MB/s   911602 calls/s
# udp tx:   1319 MB/s    22380 calls/s  22380 msg/s
# udp rx:   1319 MB/s   939722 calls/s
# udp tx:   1323 MB/s    22451 calls/s  22451 msg/s
# udp rx:   1333 MB/s   949950 calls/s
# udp tx:   1337 MB/s    22692 calls/s  22692 msg/s
# udp rx:   1301 MB/s   926888 calls/s
# udp tx:   1306 MB/s    22166 calls/s  22166 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1163 MB/s    19736 calls/s  19736 msg/s
# tcp rx:   1164 MB/s   140758 calls/s
# tcp tx:   1156 MB/s    19607 calls/s  19607 msg/s
# tcp rx:   1157 MB/s   138271 calls/s
# tcp tx:   1151 MB/s    19528 calls/s  19528 msg/s
# tcp rx:   1152 MB/s   138114 calls/s
# tcp tx:   1143 MB/s    19397 calls/s  19397 msg/s
# udp gso - over veth touching data
# udp rx:   1195 MB/s   871781 calls/s
# udp tx:   1229 MB/s    20845 calls/s  20845 msg/s
# udp rx:   1291 MB/s   941897 calls/s
# udp tx:   1289 MB/s    21873 calls/s  21873 msg/s
# udp rx:   1272 MB/s   928300 calls/s
# udp tx:   1272 MB/s    21585 calls/s  21585 msg/s
# udp rx:   1251 MB/s   912911 calls/s
# udp tx:   1250 MB/s    21208 calls/s  21208 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1154 MB/s   841657 calls/s
# udp tx:   1191 MB/s    20204 calls/s  20204 msg/s
# udp rx:   1181 MB/s   861489 calls/s
# udp tx:   1182 MB/s    20050 calls/s  20050 msg/s
# udp rx:   1245 MB/s   908070 calls/s
# udp tx:   1243 MB/s    21086 calls/s  21086 msg/s
# udp rx:   1162 MB/s   848148 calls/s
# udp tx:   1170 MB/s    19850 calls/s  19850 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__->