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:   1131 MB/s    19192 calls/s  19192 msg/s
# tcp rx:   1131 MB/s   140135 calls/s
# tcp tx:   1092 MB/s    18535 calls/s  18535 msg/s
# tcp rx:   1093 MB/s   135684 calls/s
# tcp tx:   1096 MB/s    18599 calls/s  18599 msg/s
# tcp rx:   1097 MB/s   136057 calls/s
# tcp tx:   1147 MB/s    19459 calls/s  19459 msg/s
# udp gso - over veth touching data
# udp rx:   1299 MB/s   925462 calls/s
# udp tx:   1331 MB/s    22578 calls/s  22578 msg/s
# udp rx:   1308 MB/s   932413 calls/s
# udp tx:   1312 MB/s    22264 calls/s  22264 msg/s
# udp rx:   1309 MB/s   932608 calls/s
# udp tx:   1311 MB/s    22238 calls/s  22238 msg/s
# udp rx:   1313 MB/s   935393 calls/s
# udp tx:   1315 MB/s    22307 calls/s  22307 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1246 MB/s   888064 calls/s
# udp tx:   1278 MB/s    21679 calls/s  21679 msg/s
# udp rx:   1216 MB/s   866599 calls/s
# udp tx:   1215 MB/s    20615 calls/s  20615 msg/s
# udp rx:   1285 MB/s   915764 calls/s
# udp tx:   1285 MB/s    21804 calls/s  21804 msg/s
# udp rx:   1259 MB/s   897249 calls/s
# udp tx:   1257 MB/s    21322 calls/s  21322 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    815 MB/s    13838 calls/s  13838 msg/s
# tcp rx:    816 MB/s    92872 calls/s
# tcp tx:    879 MB/s    14922 calls/s  14922 msg/s
# tcp rx:    881 MB/s   102669 calls/s
# tcp tx:   1102 MB/s    18695 calls/s  18695 msg/s
# tcp rx:   1103 MB/s   133241 calls/s
# tcp tx:   1072 MB/s    18190 calls/s  18190 msg/s
# udp gso - over veth touching data
# udp rx:   1127 MB/s   822066 calls/s
# udp tx:   1171 MB/s    19868 calls/s  19868 msg/s
# udp rx:   1270 MB/s   926396 calls/s
# udp tx:   1273 MB/s    21603 calls/s  21603 msg/s
# udp rx:   1262 MB/s   920821 calls/s
# udp tx:   1263 MB/s    21426 calls/s  21426 msg/s
# udp rx:   1260 MB/s   919625 calls/s
# udp tx:   1263 MB/s    21437 calls/s  21437 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1201 MB/s   876079 calls/s
# udp tx:   1237 MB/s    20984 calls/s  20984 msg/s
# udp rx:   1252 MB/s   913313 calls/s
# udp tx:   1254 MB/s    21281 calls/s  21281 msg/s
# udp rx:   1245 MB/s   907997 calls/s
# udp tx:   1247 MB/s    21163 calls/s  21163 msg/s
# udp rx:   1241 MB/s   905454 calls/s
# udp tx:   1243 MB/s    21090 calls/s  21090 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__->