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:   1055 MB/s    17902 calls/s  17902 msg/s
# tcp rx:   1056 MB/s   140834 calls/s
# tcp tx:   1155 MB/s    19599 calls/s  19599 msg/s
# tcp rx:   1156 MB/s   137622 calls/s
# tcp tx:   1149 MB/s    19500 calls/s  19500 msg/s
# tcp rx:   1150 MB/s   135392 calls/s
# tcp tx:   1137 MB/s    19288 calls/s  19288 msg/s
# udp gso - over veth touching data
# udp rx:   1204 MB/s   858353 calls/s
# udp tx:   1229 MB/s    20857 calls/s  20857 msg/s
# udp rx:   1145 MB/s   816004 calls/s
# udp tx:   1152 MB/s    19540 calls/s  19540 msg/s
# udp rx:   1116 MB/s   795231 calls/s
# udp tx:   1114 MB/s    18908 calls/s  18908 msg/s
# udp rx:   1292 MB/s   920881 calls/s
# udp tx:   1294 MB/s    21959 calls/s  21959 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1274 MB/s   908224 calls/s
# udp tx:   1317 MB/s    22339 calls/s  22339 msg/s
# udp rx:   1314 MB/s   936284 calls/s
# udp tx:   1313 MB/s    22275 calls/s  22275 msg/s
# udp rx:   1329 MB/s   947387 calls/s
# udp tx:   1329 MB/s    22547 calls/s  22547 msg/s
# udp rx:   1330 MB/s   948058 calls/s
# udp tx:   1329 MB/s    22554 calls/s  22554 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1076 MB/s    18253 calls/s  18253 msg/s
# tcp rx:   1077 MB/s   137746 calls/s
# tcp tx:   1082 MB/s    18356 calls/s  18356 msg/s
# tcp rx:   1082 MB/s   130476 calls/s
# tcp tx:   1035 MB/s    17561 calls/s  17561 msg/s
# tcp rx:   1036 MB/s   125004 calls/s
# tcp tx:   1097 MB/s    18619 calls/s  18619 msg/s
# udp gso - over veth touching data
# udp rx:   1234 MB/s   900330 calls/s
# udp tx:   1265 MB/s    21468 calls/s  21468 msg/s
# udp rx:   1273 MB/s   928704 calls/s
# udp tx:   1273 MB/s    21605 calls/s  21605 msg/s
# udp rx:   1276 MB/s   930823 calls/s
# udp tx:   1277 MB/s    21668 calls/s  21668 msg/s
# udp rx:   1258 MB/s   917527 calls/s
# udp tx:   1259 MB/s    21369 calls/s  21369 msg/s
# udp gso and gro - over veth touching data
# udp rx:    609 MB/s   444797 calls/s
# udp tx:    633 MB/s    10744 calls/s  10744 msg/s
# udp rx:    659 MB/s   480982 calls/s
# udp tx:    659 MB/s    11182 calls/s  11182 msg/s
# udp rx:    614 MB/s   448030 calls/s
# udp tx:    613 MB/s    10408 calls/s  10408 msg/s
# udp rx:    685 MB/s   500030 calls/s
# udp tx:    685 MB/s    11625 calls/s  11625 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__->