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:   1132 MB/s    19216 calls/s  19216 msg/s
# tcp rx:   1133 MB/s   137176 calls/s
# tcp tx:   1098 MB/s    18630 calls/s  18630 msg/s
# tcp rx:   1099 MB/s   135961 calls/s
# tcp tx:   1169 MB/s    19828 calls/s  19828 msg/s
# tcp rx:   1170 MB/s   136717 calls/s
# tcp tx:   1161 MB/s    19702 calls/s  19702 msg/s
# udp gso - over veth touching data
# udp rx:   1229 MB/s   876027 calls/s
# udp tx:   1264 MB/s    21443 calls/s  21443 msg/s
# udp rx:   1308 MB/s   932349 calls/s
# udp tx:   1312 MB/s    22268 calls/s  22268 msg/s
# udp rx:   1305 MB/s   930087 calls/s
# udp tx:   1309 MB/s    22214 calls/s  22214 msg/s
# udp rx:   1302 MB/s   928101 calls/s
# udp tx:   1307 MB/s    22174 calls/s  22174 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1250 MB/s   890473 calls/s
# udp tx:   1284 MB/s    21789 calls/s  21789 msg/s
# udp rx:   1323 MB/s   942987 calls/s
# udp tx:   1329 MB/s    22553 calls/s  22553 msg/s
# udp rx:   1324 MB/s   943805 calls/s
# udp tx:   1328 MB/s    22533 calls/s  22533 msg/s
# udp rx:   1324 MB/s   943585 calls/s
# udp tx:   1329 MB/s    22541 calls/s  22541 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1178 MB/s    19992 calls/s  19992 msg/s
# tcp rx:   1181 MB/s   137604 calls/s
# tcp tx:   1126 MB/s    19106 calls/s  19106 msg/s
# tcp rx:   1127 MB/s   127025 calls/s
# tcp tx:   1114 MB/s    18898 calls/s  18898 msg/s
# tcp rx:   1115 MB/s   129877 calls/s
# tcp tx:   1117 MB/s    18961 calls/s  18961 msg/s
# udp gso - over veth touching data
# udp rx:   1217 MB/s   888035 calls/s
# udp tx:   1251 MB/s    21226 calls/s  21226 msg/s
# udp rx:   1266 MB/s   923686 calls/s
# udp tx:   1266 MB/s    21476 calls/s  21476 msg/s
# udp rx:   1260 MB/s   919007 calls/s
# udp tx:   1259 MB/s    21366 calls/s  21366 msg/s
# udp rx:   1216 MB/s   887524 calls/s
# udp tx:   1216 MB/s    20630 calls/s  20630 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1241 MB/s   905543 calls/s
# udp tx:   1279 MB/s    21702 calls/s  21702 msg/s
# udp rx:   1278 MB/s   932433 calls/s
# udp tx:   1283 MB/s    21776 calls/s  21776 msg/s
# udp rx:   1274 MB/s   929186 calls/s
# udp tx:   1279 MB/s    21699 calls/s  21699 msg/s
# udp rx:   1271 MB/s   927131 calls/s
# udp tx:   1276 MB/s    21654 calls/s  21654 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__->