make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:   1049 MB/s    17792 calls/s  17792 msg/s
# tcp rx:   1059 MB/s   133795 calls/s
# tcp tx:   1018 MB/s    17277 calls/s  17277 msg/s
# tcp rx:   1017 MB/s   128682 calls/s
# tcp tx:   1015 MB/s    17217 calls/s  17217 msg/s
# tcp rx:   1020 MB/s   125661 calls/s
# tcp tx:    985 MB/s    16709 calls/s  16709 msg/s
# udp gso - over veth touching data
# udp rx:    635 MB/s   452904 calls/s
# udp tx:    659 MB/s    11193 calls/s  11193 msg/s
# udp rx:    775 MB/s   552307 calls/s
# udp tx:    796 MB/s    13505 calls/s  13505 msg/s
# udp rx:   1319 MB/s   939668 calls/s
# udp tx:   1324 MB/s    22468 calls/s  22468 msg/s
# udp rx:   1294 MB/s   922335 calls/s
# udp tx:   1292 MB/s    21920 calls/s  21920 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1295 MB/s   923019 calls/s
# udp tx:   1339 MB/s    22718 calls/s  22718 msg/s
# udp rx:   1311 MB/s   933988 calls/s
# udp tx:   1316 MB/s    22327 calls/s  22327 msg/s
# udp rx:   1308 MB/s   932147 calls/s
# udp tx:   1313 MB/s    22273 calls/s  22273 msg/s
# udp rx:   1309 MB/s   932853 calls/s
# udp tx:   1315 MB/s    22311 calls/s  22311 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1099 MB/s    18652 calls/s  18652 msg/s
# tcp rx:   1099 MB/s   140037 calls/s
# tcp tx:   1075 MB/s    18234 calls/s  18234 msg/s
# tcp rx:   1075 MB/s   138699 calls/s
# tcp tx:   1096 MB/s    18602 calls/s  18602 msg/s
# tcp rx:   1098 MB/s   136561 calls/s
# tcp tx:   1166 MB/s    19777 calls/s  19777 msg/s
# udp gso - over veth touching data
# udp rx:   1170 MB/s   853802 calls/s
# udp tx:   1204 MB/s    20425 calls/s  20425 msg/s
# udp rx:   1274 MB/s   929527 calls/s
# udp tx:   1273 MB/s    21602 calls/s  21602 msg/s
# udp rx:   1272 MB/s   928106 calls/s
# udp tx:   1272 MB/s    21580 calls/s  21580 msg/s
# udp rx:   1276 MB/s   931199 calls/s
# udp tx:   1276 MB/s    21644 calls/s  21644 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1212 MB/s   884534 calls/s
# udp tx:   1246 MB/s    21141 calls/s  21141 msg/s
# udp rx:   1261 MB/s   919732 calls/s
# udp tx:   1260 MB/s    21372 calls/s  21372 msg/s
# udp rx:   1267 MB/s   924638 calls/s
# udp tx:   1267 MB/s    21496 calls/s  21496 msg/s
# udp rx:   1265 MB/s   923089 calls/s
# udp tx:   1264 MB/s    21455 calls/s  21455 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__->