20250815荣品RD-RK3588开发板在Rockchip原厂的buildroot【linux-5.10】下让以太网卡enP4p65s0跑iperf2测速

发布于:2025-08-16 ⋅ 阅读:(17) ⋅ 点赞:(0)

root@rk3588-buildroot:/# ifconfig
root@rk3588-buildroot:/# ifconfig -a
root@rk3588-buildroot:/# udhcpc -i enP4p65s0
root@rk3588-buildroot:/# ifconfig
root@rk3588-buildroot:/# ping www.baidu.com
root@rk3588-buildroot:/# iperf -s
root@rk3588-buildroot:/# uname -a
Linux rk3588-buildroot 5.10.198 #2 SMP Tue Aug 12 11:58:10 CST 2025 aarch64 GNU/Linux
root@rk3588-buildroot:/# poweroff

[  1] 0.00-5400.02 sec   589 GBytes   937 Mbits/sec


20250815荣品RD-RK3588开发板在Rockchip原厂的buildroot【linux-5.10】下让以太网卡enP4p65s0跑iperf2测速
2025/8/15 13:44


缘起:使用buildroot【linux-6.1】跑荣品RD-RK3588开发板。DTS使用EVB7的V10/V11方案。
以太网卡/ADB不通。有点伤自尊。

看荣品的linux SDK/Buildroot使用的是linux-5.10内核。
析取荣品所用的最小的DTS集合。
在拿到手的Rockchip原厂的buildroot【linux-5.10】下确认SDK是好的!:以太网卡/ADB都可以通。

偶然发现荣品的DTSI中声明自己是基于:EVB7的V10方案。
让DTS直接使用EVB7的V10方案,【关闭】adb通了。
既然这样,就比较有信心将 荣品的2个以太网卡的代码块搬过来了!
不过,发现这样干的以太网卡不会自动加载/工作【默认down模式】,需要手工打开up。

先使用iperf2让 以太网卡enP4p65s0 测试网速。
测试时间5400分钟=1.5小时。也就是中午烤机了!^_


实测网速:

Last login: Fri Aug 15 10:39:52 2025 from 192.168.3.216
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ iperf3 -c 192.168.3.36 -i 1 -t 5400
iperf3: error - unable to connect to server: Connection refused
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ iperf -c 192.168.3.36 -i 1 -t 5400
------------------------------------------------------------
Client connecting to 192.168.3.36, TCP port 5001
TCP window size: 1.03 MByte (default)
------------------------------------------------------------
[  3] local 192.168.3.132 port 44594 connected with 192.168.3.36 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec   114 MBytes   952 Mbits/sec
[  3]  1.0- 2.0 sec   112 MBytes   936 Mbits/sec
[  3]  2.0- 3.0 sec   111 MBytes   933 Mbits/sec
[  3]  3.0- 4.0 sec   112 MBytes   937 Mbits/sec
[  3]  4.0- 5.0 sec   112 MBytes   937 Mbits/sec

[  3]  5.0- 6.0 sec   112 MBytes   938 Mbits/sec
[  3]  6.0- 7.0 sec   111 MBytes   933 Mbits/sec
[  3]  7.0- 8.0 sec   112 MBytes   936 Mbits/sec

[  3] 5392.0-5393.0 sec   112 MBytes   938 Mbits/sec
[  3] 5393.0-5394.0 sec   112 MBytes   943 Mbits/sec
[  3] 5394.0-5395.0 sec   111 MBytes   934 Mbits/sec
[  3] 5395.0-5396.0 sec   111 MBytes   929 Mbits/sec
[  3] 5396.0-5397.0 sec   112 MBytes   940 Mbits/sec
[  3] 5397.0-5398.0 sec   112 MBytes   942 Mbits/sec
[  3] 5398.0-5399.0 sec   111 MBytes   928 Mbits/sec
[  3] 5399.0-5400.0 sec   112 MBytes   943 Mbits/sec
[  3]  0.0-5400.0 sec   589 GBytes   937 Mbits/sec

rootroot@rootroot-X99-Turbo:~$ 


root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:42 errors:0 dropped:0 overruns:0 frame:0
          TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2968 (2.8 KiB)  TX bytes:2968 (2.8 KiB)

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# ifconfig -a
enP4p65s0 Link encap:Ethernet  HWaddr CA:70:86:28:14:71  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:170 Base address:0xd000 

eth0      Link encap:Ethernet  HWaddr DA:DF:13:01:0B:50  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:92 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:44 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3088 (3.0 KiB)  TX bytes:3088 (3.0 KiB)

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# udhcpc -i enP4p65s0
udhcpc: started, v1.36.0
[   72.304334] enP4p65s0: 0xffffffc00af4d000, ca:70:86:28:14:71, IRQ 170
udhcpc: broadcasting discover
udhcpc: broadcasting discover
[   76.417929] r8168: enP4p65s0: link up
[   76.418152] IPv6: ADDRCONF(NETDEV_CHANGE): enP4p65s0: link becomes ready
udhcpc: broadcasting discover
udhcpc: broadcasting select for 192.168.3.36, server 192.168.3.1
udhcpc: lease of 192.168.3.36 obtained from 192.168.3.1, lease time 86400
deleting routers
adding dns 192.168.3.1
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# ifconfig
enP4p65s0 Link encap:Ethernet  HWaddr CA:70:86:28:14:71  
          inet addr:192.168.3.36  Bcast:192.168.3.255  Mask:255.255.255.0
          inet6 addr: fe80::c870:86ff:fe28:1471/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:134 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:26434 (25.8 KiB)  TX bytes:1608 (1.5 KiB)
          Interrupt:170 Base address:0xd000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:60 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4048 (3.9 KiB)  TX bytes:4048 (3.9 KiB)

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# ping www.baidu.com
PING www.a.shifen.com (183.2.172.17) 56(84) bytes of data.
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=1 ttl=51 time=13.5 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=2 ttl=51 time=13.0 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=3 ttl=51 time=13.0 ms

64 bytes from 183.2.172.17: icmp_seq=4 ttl=51 time=13.4 ms
64 bytes from 183.2.172.17: icmp_seq=5 ttl=51 time=13.2 ms
64 bytes from 183.2.172.17: icmp_seq=6 ttl=51 time=13.9 ms
64 bytes from 183.2.172.17: icmp_seq=7 ttl=51 time=13.6 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=8 ttl=51 time=17.1 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=9 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=10 ttl=51 time=51.3 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=11 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=12 ttl=51 time=13.7 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=13 ttl=51 time=12.4 ms
64 bytes from 183.2.172.17: icmp_seq=14 ttl=51 time=13.0 ms
64 bytes from 183.2.172.17: icmp_seq=15 ttl=51 time=13.5 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=16 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=17 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=18 ttl=51 time=13.5 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=19 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=20 ttl=51 time=12.9 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=21 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=22 ttl=51 time=13.2 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=23 ttl=51 time=12.9 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=24 ttl=51 time=13.0 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=25 ttl=51 time=13.6 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=26 ttl=51 time=13.8 ms
^C64 bytes from 183.2.172.17: icmp_seq=27 ttl=51 time=13.1 ms

--- www.a.shifen.com ping statistics ---
27 packets transmitted, 27 received, 0% packet loss, time 80180ms
rtt min/avg/max/mdev = 12.378/14.854/51.330/7.195 ms
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
^Croot@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.3.36 port 5001 connected with 192.168.3.132 port 44594
[ ID] Interval       Transfer     Bandwidth
[  1] 0.00-5400.02 sec   589 GBytes   937 Mbits/sec

^Croot@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# uname -a
Linux rk3588-buildroot 5.10.198 #2 SMP Tue Aug 12 11:58:10 CST 2025 aarch64 GNU/Linux

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# poweroff


服务器端LOG:【RK3588 + linux-5.10】

[BEGIN] 2025/8/15 12:03:10
U-Boot 2017.09 (Aug 14 2025 - 09:13:18 +0800)

Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM:  8 GiB
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa160 - eb9fecd0
CR: M/C/I
Using default environment

optee api revision: 2.0
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v2
boot mode: normal
RESC: 'boot', blk@0x00019a91
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 675000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 675000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 812500 uV
spi2: RK806: 2
ON=0x80, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
serdes_power_init failed to get serdes misc device
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Rockchip RK3588 EVB7 LP4 V10 Board
MPIDR: 0x81000000
Minidump: init...
Rockchip UBOOT DRM driver version: v1.0.1
vp0 have layer nr:2[0 2 ], primary plane: 2
vp1 have layer nr:2[1 3 ], primary plane: 3
vp2 have layer nr:2[6 8 ], primary plane: 8
vp3 have layer nr:2[7 9 ], primary plane: 9
Using display timing dts
dsi@fde20000:  detailed mode clock 132000 kHz, flags[a]
    H: 1080 1095 1099 1129
    V: 1920 1935 1937 1952
bus_format: 100e
VOP update mode to: 1080x1920p60, type: MIPI0 for VP3
VP3 set crtc_clock to 132000KHz
VOP VP3 enable Esmart3[654x270->654x270@213x825] fmt[2] addr[0xedf04000]
final DSI-Link bandwidth: 880000 Kbps x 4
Monitor has basic audio support
Could not find baseparameter partition
color_format:1
hdmi_select_link_config use tmds mode
mode:1920x1080 bus_format:0x2025
hdmi@fde80000:  detailed mode clock 148500 kHz, flags[5]
    H: 1920 2008 2052 2200
    V: 1080 1084 1089 1125
bus_format: 2025
VOP update mode to: 1920x1080p60, type: HDMI0 for VP0
dclk:148500,if_pixclk_div;2,if_dclk_div:4
VP0 set crtc_clock to 148500KHz
VOP VP0 enable Esmart0[654x270->654x270@633x405] fmt[2] addr[0xedf04000]
CEA mode used vic=16
mtmdsclock:148500000
hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
hdptx phy pll locked!
dw_hdmi_setup HDMI mode
don't use dsc mode
dw hdmi qp use tmds mode
bus_width:0x16a8c8,bit_rate:1485000
hdptx phy lane locked!
hdmi@fdea0000 disconnected
CLK: (sync kernel. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)
  b0pll 24000 KHz
  b1pll 24000 KHz
  lpll 24000 KHz
  v0pll 24000 KHz
  aupll 786431 KHz
  cpll 1500000 KHz
  gpll 1188000 KHz
  npll 850000 KHz
  ppll 1100000 KHz
  aclk_center_root 702000 KHz
  pclk_center_root 100000 KHz
  hclk_center_root 396000 KHz
  aclk_center_low_root 500000 KHz
  aclk_top_root 750000 KHz
  pclk_top_root 100000 KHz
  aclk_low_top_root 396000 KHz
Net:   Device 'gpio@fec40000': seq 3 is in use by 'gpio@fd8a0000'
eth1: ethernet@fe1c0000
Hit key to stop autoboot('CTRL+C'):  0 
ANDROID: reboot reason: "(none)"
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0xe94a6f40 with size 0x02352200
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e94a6f40 ...
   Using 'conf' configuration
## Verified-boot: 0
   Trying 'kernel' kernel subimage
     Description:  unavailable
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0xe94ec740
     Data Size:    36751872 Bytes = 35 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00400000
     Entry Point:  0x00400000
     Hash algo:    sha256
     Hash value:   532c924f12032da150b3db7ea1b08321620e8ac0db45d91185f998d799980031
   Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at e94a6f40 ...
   Using 'conf' configuration
   Trying 'fdt' fdt subimage
     Description:  unavailable
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0xe94a7740
     Data Size:    282605 Bytes = 276 KiB
     Architecture: AArch64
     Load Address: 0x08300000
     Hash algo:    sha256
     Hash value:   c2d617db7ed88f5820824965d28e61cca662e556113c4b8f7fc8df209cefe52a
   Verifying Hash Integrity ... sha256+ OK
   Loading fdt from 0x08300000 to 0x08300000
   Booting using the fdt blob at 0x08300000
   Loading Kernel Image from 0xe94ec740 to 0x00400000 ... OK
   kernel loaded at 0x00400000, end = 0x0270ca00
   Using Device Tree in place at 0000000008300000, end 0000000008347fec
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
  cma: addr=10000000 size=8000000
  drm-logo@00000000: addr=edf00000 size=b8000
  ramoops@110000: addr=110000 size=e0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Adding bank: 0x2f0000000 - 0x300000000 (size: 0x10000000)
Total: 1111.289/1447.892 ms

Starting kernel ...

[    1.452821] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    1.452839] Linux version 5.10.198 (rootroot@rootroot-X99-Turbo) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #2 SMP Tue Aug 12 11:58:10 CST 2025
[    1.456415] random: crng init done
[    1.464390] Machine model: Rockchip RK3588 EVB7 LP4 V10 Board
[    1.501070] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    1.505609] printk: bootconsole [uart8250] enabled
[    1.508407] efi: UEFI not found.
[    1.514381] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    1.515539] Reserved memory: created CMA memory pool at 0x0000000010000000, size 128 MiB
[    1.516279] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    1.637277] Zone ranges:
[    1.637515]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]
[    1.638085]   DMA32    empty
[    1.638351]   Normal   [mem 0x0000000100000000-0x00000002ffffffff]
[    1.638919] Movable zone start for each node
[    1.639309] Early memory node ranges
[    1.639638]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    1.640213]   node   0: [mem 0x0000000009400000-0x00000000efffffff]
[    1.640788]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[    1.641363]   node   0: [mem 0x00000002f0000000-0x00000002ffffffff]
[    1.641938] Initmem setup node 0 [mem 0x0000000000200000-0x00000002ffffffff]
[    1.688439] psci: probing for conduit method from DT.
[    1.688909] psci: PSCIv1.1 detected in firmware.
[    1.689332] psci: Using standard PSCI v0.2 function IDs
[    1.689813] psci: Trusted OS migration not required
[    1.690262] psci: SMC Calling Convention v1.2
[    1.691017] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[    1.691780] Detected VIPT I-cache on CPU0
[    1.692179] CPU features: detected: GIC system register CPU interface
[    1.692769] CPU features: detected: Virtualization Host Extensions
[    1.693338] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    1.693987] alternatives: patching kernel code
[    1.695937] Built 1 zonelists, mobility grouping on.  Total pages: 2059848
[    1.696571] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal  androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTUUID=614e0000-0000 rcupdate.rcu_expedited=1 rcu_nocbs=all androidboot.fwver=ddr-v1.15-d5483af87d,spl-v1.13,bl31-v1.44,bl32-v1.15,uboot-08/14/2025
[    1.700638] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    1.701755] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    1.702473] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.709240] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf00000] (64MB)
[    1.768346] Memory: 7973644K/8370176K available (18752K kernel code, 3506K rwdata, 6888K rodata, 6656K init, 590K bss, 265460K reserved, 131072K cma-reserved)
[    1.769749] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    1.770372] ftrace: allocating 57278 entries in 224 pages
[    1.841717] ftrace: allocated 224 pages with 3 groups
[    1.842396] rcu: Hierarchical RCU implementation.
[    1.842831] rcu:     RCU event tracing is enabled.
[    1.843246] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    1.843859]     All grace periods are expedited (rcu_expedited).
[    1.844384]     Rude variant of Tasks RCU enabled.
[    1.844800] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    1.849327] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    1.852322] GICv3: GIC: Using split EOI/Deactivate mode
[    1.852804] GICv3: 480 SPIs implemented
[    1.853156] GICv3: 0 Extended SPIs implemented
[    1.853584] GICv3: Distributor has no Range Selector support
[    1.854107] GICv3: 16 PPIs implemented
[    1.854492] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    1.855204] ITS [mem 0xfe640000-0xfe65ffff]
[    1.855635] ITS@0x00000000fe640000: allocated 8192 Devices @1001e0000 (indirect, esz 8, psz 64K, shr 0)
[    1.856515] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1001f0000 (flat, esz 2, psz 64K, shr 0)
[    1.857464] ITS: using cache flushing for cmd queue
[    1.857935] ITS [mem 0xfe660000-0xfe67ffff]
[    1.858356] ITS@0x00000000fe660000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[    1.859232] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[    1.860180] ITS: using cache flushing for cmd queue
[    1.860826] GICv3: using LPI property table @0x0000000100230000
[    1.861477] GIC: using cache flushing for LPI property table
[    1.861999] GICv3: CPU0: using allocated LPI pending table @0x0000000100240000
[    1.862700] rcu:     Offload RCU callbacks from CPUs: 0-7.
[    1.972267] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    1.972817] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    1.973779] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    1.975683] Console: colour dummy device 80x25
[    1.976109] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    1.977024] pid_max: default: 32768 minimum: 301
[    1.977544] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.978239] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.980113] rcu: Hierarchical SRCU implementation.
[    1.981260] Platform MSI: msi-controller@fe640000 domain created
[    1.981807] Platform MSI: msi-controller@fe660000 domain created
[    1.982685] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    1.983430] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    1.984342] EFI services will not be available.
[    1.984976] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    1.986508] Detected VIPT I-cache on CPU1
[    1.986532] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    1.986546] GICv3: CPU1: using allocated LPI pending table @0x0000000100250000
[    1.986583] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    1.987737] Detected VIPT I-cache on CPU2
[    1.987757] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    1.987772] GICv3: CPU2: using allocated LPI pending table @0x0000000100260000
[    1.987806] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    1.988945] Detected VIPT I-cache on CPU3
[    1.988962] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    1.988975] GICv3: CPU3: using allocated LPI pending table @0x0000000100270000
[    1.989007] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    1.990170] CPU features: detected: Spectre-v4
[    1.990173] CPU features: detected: Spectre-BHB
[    1.990175] Detected PIPT I-cache on CPU4
[    1.990188] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    1.990197] GICv3: CPU4: using allocated LPI pending table @0x0000000100280000
[    1.990220] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[    1.991331] Detected PIPT I-cache on CPU5
[    1.991345] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    1.991354] GICv3: CPU5: using allocated LPI pending table @0x0000000100290000
[    1.991378] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[    1.992473] Detected PIPT I-cache on CPU6
[    1.992487] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    1.992496] GICv3: CPU6: using allocated LPI pending table @0x00000001002a0000
[    1.992520] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[    1.993630] Detected PIPT I-cache on CPU7
[    1.993644] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    1.993654] GICv3: CPU7: using allocated LPI pending table @0x00000001002b0000
[    1.993678] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[    1.993733] smp: Brought up 1 node, 8 CPUs
[    2.010331] SMP: Total of 8 processors activated.
[    2.010757] CPU features: detected: Privileged Access Never
[    2.011255] CPU features: detected: LSE atomic instructions
[    2.011753] CPU features: detected: User Access Override
[    2.012230] CPU features: detected: 32-bit EL0 Support
[    2.012685] CPU features: detected: Common not Private translations
[    2.013245] CPU features: detected: RAS Extension Support
[    2.013726] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    2.014494] CPU features: detected: CRC32 instructions
[    2.014951] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    2.015573] CPU features: detected: RCpc load-acquire (LDAPR)
[    2.041128] CPU: All CPU(s) started at EL2
[    2.043177] devtmpfs: initialized
[    2.055674] Registered cp15_barrier emulation handler
[    2.056139] Registered setend emulation handler
[    2.056617] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    2.057512] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    2.059343] pinctrl core: initialized pinctrl subsystem
[    2.060015] DMI not present or invalid.
[    2.060460] NET: Registered protocol family 16
[    2.061529] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    2.062274] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.063479] Registered FIQ tty driver
[    2.063916] thermal_sys: Registered thermal governor 'fair_share'
[    2.063918] thermal_sys: Registered thermal governor 'step_wise'
[    2.064469] thermal_sys: Registered thermal governor 'user_space'
[    2.065009] thermal_sys: Registered thermal governor 'power_allocator'
[    2.065689] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    2.067026] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    2.067766] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    2.068508] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    2.069248] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    2.069986] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    2.070721] cpuidle: using governor menu
[    2.071175] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    2.071880] ASID allocator initialised with 65536 entries
[    2.073828] ramoops: dmesg-0    0x18000@0x0000000000110000
[    2.074302] ramoops: dmesg-1    0x18000@0x0000000000128000
[    2.075038] ramoops: console    0x80000@0x0000000000140000
[    2.075516] ramoops: pmsg    0x30000@0x00000000001c0000
[    2.076215] printk: console [ramoops-1] enabled
[    2.076622] pstore: Registered ramoops as persistent store backend
[    2.077183] ramoops: using 0xe0000@0x110000, ecc: 0
[    2.119921] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    2.120703] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    2.121451] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    2.122205] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    2.122985] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    2.123611] rockchip-pinctrl pinctrl: probed pinctrl
[    2.137659] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    2.138157] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    2.138678] fiq_debugger_probe: could not install nmi irq handler
[[    2.139262] printk: console [ttyFIQ0] enabled
    2.139262] printk: console [ttyFIQ0] enabled
[    2.140035] printk: bootconsole [uart8250] disabled
[    2.140035] printk: bootconsole [uart8250] disabled
[    2.140545] Registered fiq debugger ttyFIQ0
[    2.140797] vcc5v0_sys: supplied by vcc12v_dcin
[    2.140900] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    2.140985] vcc5v0_usb: supplied by vcc5v0_usbdcin
[    2.141142] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    2.141272] vcc3v3_pcie30: supplied by vcc12v_dcin
[    2.141456] vcc5v0_host: supplied by vcc5v0_usb
[    2.142143] iommu: Default domain type: Translated 
[    2.144849] SCSI subsystem initialized
[    2.144915] usbcore: registered new interface driver usbfs
[    2.144929] usbcore: registered new interface driver hub
[    2.144942] usbcore: registered new device driver usb
[    2.144972] mc: Linux media interface: v0.10
[    2.144981] videodev: Linux video capture interface: v2.00
[    2.145005] pps_core: LinuxPPS API ver. 1 registered
[    2.145008] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.145017] PTP clock support registered
[    2.145032] EDAC MC: Ver: 3.0.0
[    2.145328] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    2.145359] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    2.146380] Advanced Linux Sound Architecture Driver Initialized.
[    2.146528] Bluetooth: Core ver 2.22
[    2.146543] NET: Registered protocol family 31
[    2.146546] Bluetooth: HCI device and connection manager initialized
[    2.146551] Bluetooth: HCI socket layer initialized
[    2.146555] Bluetooth: L2CAP socket layer initialized
[    2.146561] Bluetooth: SCO socket layer initialized
[    2.147838] rockchip-cpuinfo cpuinfo: SoC        : 35881000
[    2.147843] rockchip-cpuinfo cpuinfo: Serial        : 7f4af88b63ded61f
[    2.148108] clocksource: Switched to clocksource arch_sys_counter
[    2.456913] NET: Registered protocol family 2
[    2.457030] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.459464] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    2.459550] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    2.459963] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    2.460780] TCP: Hash tables configured (established 65536 bind 65536)
[    2.460818] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.460970] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.461163] NET: Registered protocol family 1
[    2.461381] RPC: Registered named UNIX socket transport module.
[    2.461385] RPC: Registered udp transport module.
[    2.461388] RPC: Registered tcp transport module.
[    2.461390] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.461763] PCI: CLS 0 bytes, default 64
[    2.462487] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    2.463000] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    2.463653] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.465858] Initialise system trusted keyrings
[    2.465926] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[    2.467456] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.467663] NFS: Registering the id_resolver key type
[    2.467674] Key type id_resolver registered
[    2.467677] Key type id_legacy registered
[    2.467692] ntfs: driver 2.1.32 [Flags: R/O].
[    2.467758] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    2.467858] fuse: init (API version 7.32)
[    2.467953] SGI XFS with security attributes, no debug enabled
[    2.493327] NET: Registered protocol family 38
[    2.493336] Key type asymmetric registered
[    2.493340] Asymmetric key parser 'x509' registered
[    2.493354] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    2.493358] io scheduler mq-deadline registered
[    2.493361] io scheduler kyber registered
[    2.493770] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    2.493836] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[    2.501384] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    2.502086] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success
[    2.504322] rk-pcie fe190000.pcie: invalid prsnt-gpios property in node
[    2.504491] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node
[    2.504512] rk-pcie fe170000.pcie: no vpcie3v3 regulator found
[    2.504604] pwm-backlight backlight: supply power not found, using dummy regulator
[    2.504790] rk-pcie fe170000.pcie: IRQ msi not found
[    2.504796] rk-pcie fe170000.pcie: use outband MSI support
[    2.504800] rk-pcie fe170000.pcie: Missing *config* reg space
[    2.504808] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:
[    2.504826] rk-pcie fe170000.pcie:      err 0x00f2000000..0x00f20fffff -> 0x00f2000000
[    2.504837] rk-pcie fe170000.pcie:       IO 0x00f2100000..0x00f21fffff -> 0x00f2100000
[    2.504848] rk-pcie fe170000.pcie:      MEM 0x00f2200000..0x00f2ffffff -> 0x00f2200000
[    2.504854] rk-pcie fe170000.pcie:      MEM 0x0980000000..0x09bfffffff -> 0x0980000000
[    2.504859] iep: Module initialized.
[    2.504883] rk-pcie fe170000.pcie: Missing *config* reg space
[    2.504888] mpp_service mpp-srv: 
[    2.504892] mpp_service mpp-srv: probe start
[    2.504908] rk-pcie fe170000.pcie: invalid resource
[    2.505999] mpp_vdpu1 fdb51000.avsd-plus: Adding to iommu group 1
[    2.506175] mpp_vdpu1 fdb51000.avsd-plus: probe device
[    2.506270] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    2.506277] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    2.506398] mpp_vdpu1 fdb51000.avsd-plus: probing finish
[    2.506682] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    2.506715] mpp_vdpu2 fdb50400.vdpu: probe device
[    2.506786] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    2.506791] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    2.506864] mpp_vdpu2 fdb50400.vdpu: probing finish
[    2.507003] mpp_vepu2 jpege-ccu: probing start
[    2.507007] mpp_vepu2 jpege-ccu: probing finish
[    2.507098] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[    2.507129] mpp_vepu2 fdb50000.vepu: probing start
[    2.507197] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    2.507202] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    2.507282] mpp_vepu2 fdb50000.vepu: probing finish
[    2.507349] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    2.507424] mpp_vepu2 fdba0000.jpege-core: probing start
[    2.507513] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    2.507595] mpp_vepu2 fdba0000.jpege-core: probing finish
[    2.507641] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    2.507719] mpp_vepu2 fdba4000.jpege-core: probing start
[    2.507797] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    2.507877] mpp_vepu2 fdba4000.jpege-core: probing finish
[    2.507933] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    2.508000] mpp_vepu2 fdba8000.jpege-core: probing start
[    2.508076] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    2.508172] mpp_vepu2 fdba8000.jpege-core: probing finish
[    2.508228] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    2.508297] mpp_vepu2 fdbac000.jpege-core: probing start
[    2.508372] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    2.508452] mpp_vepu2 fdbac000.jpege-core: probing finish
[    2.508666] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    2.508738] mpp-iep2 fdbb0000.iep: probe device
[    2.508836] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    2.508913] mpp-iep2 fdbb0000.iep: probing finish
[    2.509070] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    2.509208] mpp_jpgdec fdb90000.jpegd: probe device
[    2.509375] mpp_jpgdec fdb90000.jpegd: probing finish
[    2.509687] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    2.509740] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[    2.509744] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    2.509827] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    2.509899] rk-pcie fe190000.pcie: IRQ msi not found
[    2.509909] rk-pcie fe190000.pcie: use outband MSI support
[    2.509916] rk-pcie fe190000.pcie: Missing *config* reg space
[    2.509929] rk-pcie fe190000.pcie: host bridge /pcie@fe190000 ranges:
[    2.509950] rk-pcie fe190000.pcie:      err 0x00f4000000..0x00f40fffff -> 0x00f4000000
[    2.509964] rk-pcie fe190000.pcie:       IO 0x00f4100000..0x00f41fffff -> 0x00f4100000
[    2.509982] rk-pcie fe190000.pcie:      MEM 0x00f4200000..0x00f4ffffff -> 0x00f4200000
[    2.509993] rk-pcie fe190000.pcie:      MEM 0x0a00000000..0x0a3fffffff -> 0x0a00000000
[    2.510024] rk-pcie fe190000.pcie: Missing *config* reg space
[    2.510037] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    2.510051] rk-pcie fe190000.pcie: invalid resource
[    2.510136] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    2.510140] rkvdec2_init:1022: No niu aclk reset resource define
[    2.510144] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    2.510147] rkvdec2_init:1025: No niu hclk reset resource define
[    2.510165] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    2.510215] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    2.510220] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    2.510373] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    2.510376] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    2.510380] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    2.510383] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    2.510388] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    2.510393] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[    2.510397] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[    2.510400] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[    2.510404] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[    2.510407] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[    2.510411] mpp_rkvdec2 fdc38100.rkvdec-core: [139, 180224]
[    2.510414] mpp_rkvdec2 fdc38100.rkvdec-core: [133, 49152]
[    2.510418] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[    2.510421] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[    2.510425] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[    2.510428] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[    2.510453] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    2.510514] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    2.510700] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    2.510790] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    2.510794] rkvdec2_init:1022: No niu aclk reset resource define
[    2.510798] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    2.510801] rkvdec2_init:1025: No niu hclk reset resource define
[    2.510817] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    2.510852] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    2.510868] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    2.511041] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    2.511045] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    2.511049] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    2.511052] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    2.511057] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    2.511062] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20
[    2.511065] mpp_rkvdec2 fdc48100.rkvdec-core: [136, 24576]
[    2.511069] mpp_rkvdec2 fdc48100.rkvdec-core: [137, 49152]
[    2.511072] mpp_rkvdec2 fdc48100.rkvdec-core: [141, 90112]
[    2.511076] mpp_rkvdec2 fdc48100.rkvdec-core: [140, 49152]
[    2.511079] mpp_rkvdec2 fdc48100.rkvdec-core: [139, 180224]
[    2.511082] mpp_rkvdec2 fdc48100.rkvdec-core: [133, 49152]
[    2.511086] mpp_rkvdec2 fdc48100.rkvdec-core: [134, 8192]
[    2.511089] mpp_rkvdec2 fdc48100.rkvdec-core: [135, 4352]
[    2.511093] mpp_rkvdec2 fdc48100.rkvdec-core: [138, 13056]
[    2.511096] mpp_rkvdec2 fdc48100.rkvdec-core: [142, 291584]
[    2.511120] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    2.511314] mpp_rkvenc2 rkvenc-ccu: probing start
[    2.511319] mpp_rkvenc2 rkvenc-ccu: probing finish
[    2.511816] mpp_av1dec: Adding child /av1d@fdc70000
[    2.512009] mpp_av1dec: register device av1d-master
[    2.512024] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[    2.512040] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[    2.512046] mpp_av1dec av1d-master: Adding to iommu group 17
[    2.512225] mpp_av1dec av1d-master: probing start
[    2.512413] mpp_av1dec av1d-master: probing finish
[    2.512437] mpp_service mpp-srv: probe success
[    2.521344] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.521352] dma-pl330 fea10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.522037] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.522044] dma-pl330 fea30000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.522738] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.522744] dma-pl330 fed10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.523310] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    2.523355] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    2.523397] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    2.523438] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    2.523477] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    2.523961] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    2.524624] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    2.525058] febc0000.serial: ttyS9 at MMIO 0xfebc0000 (irq = 109, base_baud = 1500000) is a 16550A
[    2.526856] rockchip-vop2 fdd90000.vop: Adding to iommu group 16
[    2.535091] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    2.535102] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    2.535110] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    2.535117] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    2.535321] [drm] failed to init overlay plane Cluster0-win1
[    2.535352] [drm] failed to init overlay plane Cluster1-win1
[    2.535380] [drm] failed to init overlay plane Cluster2-win1
[    2.535412] [drm] failed to init overlay plane Cluster3-win1
[    2.544993] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e208)
[    2.545441] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    2.545825] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cd98)
[    2.546251] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[    2.546617] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cd98)
[    2.546659] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[    2.554230] brd: module loaded
[    2.556690] loop: module loaded
[    2.556828] zram: Added device: zram0
[    2.556944] lkdtm: No crash points registered, enable through debugfs
[    2.557333] system_heap: orders[0] = 6
[    2.557337] system_heap: orders[1] = 4
[    2.557341] system_heap: orders[2] = 0
[    2.558295] ahci fe210000.sata: supply ahci not found, using dummy regulator
[    2.558345] ahci fe210000.sata: supply phy not found, using dummy regulator
[    2.558369] naneng-combphy fee00000.phy: phy type select 1 overwriting type 2
[    2.558400] ahci fe210000.sata: supply target not found, using dummy regulator
[    2.558446] ahci fe210000.sata: forcing port_map 0x0 -> 0x1
[    2.558467] ahci fe210000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[    2.558474] ahci fe210000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst 
[    2.558483] ahci fe210000.sata: port 0 can do FBS, forcing FBSCP
[    2.559081] scsi host0: ahci
[    2.559189] ata1: SATA max UDMA/133 mmio [mem 0xfe210000-0xfe210fff] port 0x100 irq 94
[    2.560199] rockchip-spi feb20000.spi: no high_speed pinctrl state
[    2.561358] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[    2.561555] rk806 spi2.0: ON: 0x80 OFF:0x0
[    2.563073] vdd_gpu_s0: supplied by vcc5v0_sys
[    2.564101] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[    2.564718] vdd_log_s0: supplied by vcc5v0_sys
[    2.565269] vdd_vdenc_s0: supplied by vcc5v0_sys
[    2.565878] vdd_ddr_s0: supplied by vcc5v0_sys
[    2.566226] vdd2_ddr_s3: supplied by vcc5v0_sys
[    2.566776] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[    2.567266] vcc_3v3_s3: supplied by vcc5v0_sys
[    2.567727] vddq_ddr_s0: supplied by vcc5v0_sys
[    2.568289] vcc_1v8_s3: supplied by vcc5v0_sys
[    2.568789] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[    2.569334] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[    2.569818] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    2.570300] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[    2.570786] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    2.571330] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    2.571950] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    2.572510] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[    2.573072] vcc_3v3_s0: supplied by vcc5v0_sys
[    2.573549] vccio_sd_s0: supplied by vcc5v0_sys
[    2.574048] pldo6_s3: supplied by vcc5v0_sys
[    2.574250] rk806 spi2.0: no sleep-setting state
[    2.574256] rk806 spi2.0: no reset-setting pinctrl state
[    2.574260] rk806 spi2.0: no dvs-setting pinctrl state
[    2.575522] rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[    2.577043] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[    2.577191] rk_gmac-dwmac fe1c0000.ethernet: supply phy not found, using dummy regulator
[    2.577245] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (input).
[    2.577251] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x44).
[    2.577256] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[    2.577261] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff
[    2.577282] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[    2.577288] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx
[    2.577294] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx
[    2.577306] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed
[    2.577310] rk_gmac-dwmac fe1c0000.ethernet: clock input from PHY
[    2.577532] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID
[    2.577641] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    2.577647] rk_gmac-dwmac fe1c0000.ethernet:     DWMAC4/5
[    2.577652] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[    2.577657] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[    2.577661] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported
[    2.577665] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[    2.577692] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[    2.577697] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.577702] rk_gmac-dwmac fe1c0000.ethernet: Enabled Flow TC (entries=2)
[    2.577706] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[    2.577711] rk_gmac-dwmac fe1c0000.ethernet: Using 32 bits DMA width
[    2.709769] usbcore: registered new interface driver rtl8150
[    2.709792] usbcore: registered new interface driver r8152
[    2.722620] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.722632] ehci-pci: EHCI PCI platform driver
[    2.722657] ehci-platform: EHCI generic platform driver
[    2.724835] ehci-platform fc800000.usb: EHCI Host Controller
[    2.724914] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 1
[    2.724971] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000
[    2.738115] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[    2.738186] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.738192] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.738197] usb usb1: Product: EHCI Host Controller
[    2.738201] usb usb1: Manufacturer: Linux 5.10.198 ehci_hcd
[    2.738205] usb usb1: SerialNumber: fc800000.usb
[    2.738420] hub 1-0:1.0: USB hub found
[    2.738433] hub 1-0:1.0: 1 port detected
[    2.740739] ehci-platform fc880000.usb: EHCI Host Controller
[    2.740815] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[    2.740865] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000
[    2.751446] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[    2.751504] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.751510] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.751515] usb usb2: Product: EHCI Host Controller
[    2.751519] usb usb2: Manufacturer: Linux 5.10.198 ehci_hcd
[    2.751524] usb usb2: SerialNumber: fc880000.usb
[    2.751699] hub 2-0:1.0: USB hub found
[    2.751711] hub 2-0:1.0: 1 port detected
[    2.752022] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.752030] ohci-platform: OHCI generic platform driver
[    2.752161] ohci-platform fc840000.usb: Generic Platform OHCI controller
[    2.752237] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[    2.752275] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000
[    2.768111] rk-pcie fe170000.pcie: PCIe Link up, LTSSM is 0x30011
[    2.768178] rk-pcie fe170000.pcie: PCI host bridge to bus 0002:20
[    2.768185] pci_bus 0002:20: root bus resource [bus 20-2f]
[    2.768192] pci_bus 0002:20: root bus resource [??? 0xf2000000-0xf20fffff flags 0x0]
[    2.768198] pci_bus 0002:20: root bus resource [io  0x0000-0xfffff] (bus address [0xf2100000-0xf21fffff])
[    2.768203] pci_bus 0002:20: root bus resource [mem 0xf2200000-0xf2ffffff]
[    2.768209] pci_bus 0002:20: root bus resource [mem 0x980000000-0x9bfffffff pref]
[    2.768232] pci 0002:20:00.0: [1d87:3588] type 01 class 0x060400
[    2.768250] pci 0002:20:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    2.768295] pci 0002:20:00.0: supports D1 D2
[    2.768299] pci 0002:20:00.0: PME# supported from D0 D1 D3hot
[    2.771452] rk-pcie fe190000.pcie: PCIe Link up, LTSSM is 0x30011
[    2.772867] rk-pcie fe190000.pcie: PCI host bridge to bus 0004:40
[    2.772881] pci_bus 0004:40: root bus resource [bus 40-4f]
[    2.772892] pci_bus 0004:40: root bus resource [??? 0xf4000000-0xf40fffff flags 0x0]
[    2.772904] pci_bus 0004:40: root bus resource [io  0x100000-0x1fffff] (bus address [0xf4100000-0xf41fffff])
[    2.772914] pci_bus 0004:40: root bus resource [mem 0xf4200000-0xf4ffffff]
[    2.772923] pci_bus 0004:40: root bus resource [mem 0xa00000000-0xa3fffffff pref]
[    2.773289] pci 0004:40:00.0: [1d87:3588] type 01 class 0x060400
[    2.773316] pci 0004:40:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    2.773374] pci 0004:40:00.0: supports D1 D2
[    2.773383] pci 0004:40:00.0: PME# supported from D0 D1 D3hot
[    2.776937] pci 0002:20:00.0: Primary bus is hard wired to 0
[    2.776943] pci 0002:20:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[    2.777120] pci 0002:21:00.0: [14e4:449d] type 00 class 0x028000
[    2.777210] pci 0002:21:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[    2.777265] pci 0002:21:00.0: reg 0x18: [mem 0x00000000-0x003fffff 64bit]
[    2.777802] pci 0002:21:00.0: supports D1 D2
[    2.777807] pci 0002:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.786176] pci 0004:40:00.0: Primary bus is hard wired to 0
[    2.786196] pci 0004:40:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[    2.788296] pci 0004:41:00.0: [10ec:8168] type 00 class 0x020000
[    2.788378] pci 0004:41:00.0: reg 0x10: [io  0x0000-0x00ff]
[    2.788470] pci 0004:41:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    2.788532] pci 0004:41:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[    2.788980] pci 0004:41:00.0: supports D1 D2
[    2.788989] pci 0004:41:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.794744] pci_bus 0002:21: busn_res: [bus 21-2f] end is updated to 21
[    2.794762] pci 0002:20:00.0: BAR 8: assigned [mem 0xf2200000-0xf27fffff]
[    2.794776] pci 0002:20:00.0: BAR 6: assigned [mem 0xf2800000-0xf280ffff pref]
[    2.794785] pci 0002:21:00.0: BAR 2: assigned [mem 0xf2400000-0xf27fffff 64bit]
[    2.794830] pci 0002:21:00.0: BAR 0: assigned [mem 0xf2200000-0xf220ffff 64bit]
[    2.794873] pci 0002:20:00.0: PCI bridge to [bus 21]
[    2.794879] pci 0002:20:00.0:   bridge window [mem 0xf2200000-0xf27fffff]
[    2.796076] pcieport 0002:20:00.0: PME: Signaling with IRQ 159
[    2.809135] pci_bus 0004:41: busn_res: [bus 41-4f] end is updated to 41
[    2.809167] pci 0004:40:00.0: BAR 8: assigned [mem 0xf4200000-0xf42fffff]
[    2.809180] pci 0004:40:00.0: BAR 6: assigned [mem 0xf4300000-0xf430ffff pref]
[    2.809191] pci 0004:40:00.0: BAR 7: assigned [io  0x100000-0x100fff]
[    2.809205] pci 0004:41:00.0: BAR 4: assigned [mem 0xf4200000-0xf4203fff 64bit]
[    2.809258] pci 0004:41:00.0: BAR 2: assigned [mem 0xf4204000-0xf4204fff 64bit]
[    2.809309] pci 0004:41:00.0: BAR 0: assigned [io  0x100000-0x1000ff]
[    2.809331] pci 0004:40:00.0: PCI bridge to [bus 41]
[    2.809341] pci 0004:40:00.0:   bridge window [io  0x100000-0x100fff]
[    2.809351] pci 0004:40:00.0:   bridge window [mem 0xf4200000-0xf42fffff]
[    2.811702] pcieport 0004:40:00.0: PME: Signaling with IRQ 169
[    2.811909] r8168 Gigabit Ethernet driver 8.049.02-NAPI loaded
[    2.811961] r8168 0004:41:00.0: enabling device (0000 -> 0003)
[    2.812171] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    2.812178] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.812182] usb usb3: Product: Generic Platform OHCI controller
[    2.812187] usb usb3: Manufacturer: Linux 5.10.198 ohci_hcd
[    2.812191] usb usb3: SerialNumber: fc840000.usb
[    2.812377] hub 3-0:1.0: USB hub found
[    2.812390] hub 3-0:1.0: 1 port detected
[    2.812612] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[    2.812685] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 4
[    2.812723] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000
[    2.828226] r8168 0004:41:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[    2.828248] r8168 0004:41:00.0 (unnamed net_device) (uninitialized): Random ether addr ca:70:86:28:14:71
[    2.828696] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    2.830778] r8168  Copyright (C) 2021 Realtek NIC software team <nicfae@realtek.com> 
[    2.830778]  This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
[    2.830778]  This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    2.871246] ata1: SATA link down (SStatus 0 SControl 300)
[    2.872172] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    2.872180] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.872184] usb usb4: Product: Generic Platform OHCI controller
[    2.872189] usb usb4: Manufacturer: Linux 5.10.198 ohci_hcd
[    2.872193] usb usb4: SerialNumber: fc8c0000.usb
[    2.872380] hub 4-0:1.0: USB hub found
[    2.872393] hub 4-0:1.0: 1 port detected
[    2.872924] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    2.873001] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 5
[    2.873071] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[    2.873092] xhci-hcd xhci-hcd.4.auto: irq 148, io mem 0xfcd00000
[    2.873155] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    2.873218] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 6
[    2.873226] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
[    2.873269] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.873274] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.873278] usb usb5: Product: xHCI Host Controller
[    2.873283] usb usb5: Manufacturer: Linux 5.10.198 xhci-hcd
[    2.873287] usb usb5: SerialNumber: xhci-hcd.4.auto
[    2.873459] hub 5-0:1.0: USB hub found
[    2.873472] hub 5-0:1.0: 1 port detected
[    2.873590] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.873624] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    2.873628] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.873633] usb usb6: Product: xHCI Host Controller
[    2.873637] usb usb6: Manufacturer: Linux 5.10.198 xhci-hcd
[    2.873641] usb usb6: SerialNumber: xhci-hcd.4.auto
[    2.873805] hub 6-0:1.0: USB hub found
[    2.873816] hub 6-0:1.0: 1 port detected
[    2.873987] phy phy-fd5d4000.syscon:usb2-phy@4000.3: illegal mode
[    2.873995] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    2.874065] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 7
[    2.874144] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[    2.874165] xhci-hcd xhci-hcd.5.auto: irq 149, io mem 0xfc400000
[    2.874226] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    2.874287] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 8
[    2.874294] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[    2.874337] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.874342] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.874346] usb usb7: Product: xHCI Host Controller
[    2.874351] usb usb7: Manufacturer: Linux 5.10.198 xhci-hcd
[    2.874355] usb usb7: SerialNumber: xhci-hcd.5.auto
[    2.874524] hub 7-0:1.0: USB hub found
[    2.874536] hub 7-0:1.0: 1 port detected
[    2.874649] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.874684] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    2.874689] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.874693] usb usb8: Product: xHCI Host Controller
[    2.874698] usb usb8: Manufacturer: Linux 5.10.198 xhci-hcd
[    2.874702] usb usb8: SerialNumber: xhci-hcd.5.auto
[    2.874894] hub 8-0:1.0: USB hub found
[    2.874908] hub 8-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    2.875015] usbcore: registered new interface driver cdc_acm
[    2.875019] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.875137] usbcore: registered new interface driver uas
[    2.875192] usbcore: registered new interface driver usb-storage
[    2.875222] usbcore: registered new interface driver usbserial_generic
[    2.875232] usbserial: USB Serial support registered for generic
[    2.875248] usbcore: registered new interface driver cp210x
[    2.875256] usbserial: USB Serial support registered for cp210x
[    2.875289] usbcore: registered new interface driver ftdi_sio
[    2.875297] usbserial: USB Serial support registered for FTDI USB Serial Device
[    2.875384] usbcore: registered new interface driver keyspan
[    2.875394] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    2.875403] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    2.875411] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    2.875419] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    2.875437] usbcore: registered new interface driver option
[    2.875446] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.875579] usbcore: registered new interface driver oti6858
[    2.875589] usbserial: USB Serial support registered for oti6858
[    2.875604] usbcore: registered new interface driver pl2303
[    2.875613] usbserial: USB Serial support registered for pl2303
[    2.875635] usbcore: registered new interface driver qcserial
[    2.875644] usbserial: USB Serial support registered for Qualcomm USB modem
[    2.875671] usbcore: registered new interface driver sierra
[    2.875680] usbserial: USB Serial support registered for Sierra USB modem
[    2.876125] usbcore: registered new interface driver usbtouchscreen
[    2.877011] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.2.auto/input/input0
[    2.877248] i2c /dev entries driver
[    2.880071] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[    2.887885] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[    2.896166] vdd_npu_s0: supplied by vcc5v0_sys
[    2.902713] i2c i2c-4: 1 i2c clients have been registered at 0x68
[    2.903843] rtc-hym8563 6-0051: could not init device, -6
[    2.904751] ircut cam_ircut: driver version: 00.01.00
[    2.904897] ircut cam_ircut: failed get pulse-width,use dafult value 100
[    2.904976] ircut cam_ircut: probe successful!
[    2.905453] rkcifhw fdce0000.rkcif: Adding to iommu group 15
[    2.906264] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[    2.906335] rkcif rkcif-mipi-lvds2: Adding to iommu group 15
[    2.906351] rkcif rkcif-mipi-lvds2: rkcif driver version: v00.02.00
[    2.906402] rkcif rkcif-mipi-lvds2: attach to cif hw node
[    2.906407] rkcif rkcif-mipi-lvds2: rkcif wait line 0
[    2.906413] : terminal subdev does not exist
[    2.906417] : terminal subdev does not exist
[    2.906421] : terminal subdev does not exist
[    2.906425] : terminal subdev does not exist
[    2.906429] : get_remote_sensor: video pad[0] is null
[    2.906433] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.906439] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    2.906443] : get_remote_sensor: video pad[0] is null
[    2.906447] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.906452] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    2.906455] : get_remote_sensor: video pad[0] is null
[    2.906459] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.906463] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    2.906467] : get_remote_sensor: video pad[0] is null
[    2.906470] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.906474] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    2.907218] rkcif rkcif-mipi-lvds2: No memory-region-thunderboot specified
[    2.907999] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe!
[    2.908065] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw!
[    2.908095] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe!
[    2.908154] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw!
[    2.908181] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe!
[    2.908223] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw!
[    2.908247] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe!
[    2.908288] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw!
[    2.908313] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe!
[    2.908353] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw!
[    2.908378] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe!
[    2.908420] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw!
[    2.908834] rockchip-mipi-csi2 mipi2-csi2: attach to csi2 hw node
[    2.908855] rkcif rkcif-mipi-lvds2: Entity type for entity rockchip-mipi-csi2 was not initialized!
[    2.908861] rockchip-mipi-csi2: Async registered subdev
[    2.908866] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds2!
[    2.909675] rkisp_hw fdcb0000.rkisp: Adding to iommu group 14
[    2.909802] rkisp_hw fdcb0000.rkisp: is_thunderboot: 0
[    2.909808] rkisp_hw fdcb0000.rkisp: Missing rockchip,grf property
[    2.909822] rkisp_hw fdcb0000.rkisp: max input:0x0@0fps
[    2.909884] rkisp_hw fdcb0000.rkisp: no find phandle sram
[    2.910113] rkisp rkisp0-vir0: rkisp driver version: v02.04.00
[    2.910180] rkisp rkisp0-vir0: No memory-region-thunderboot specified
[    2.910261] rkisp rkisp0-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[    2.911682] rk_hdmirx fdee0000.hdmirx-controller: No reserved memory for HDMIRX, use default CMA
[    2.911705] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_probe: cpu_aff:0x500, Bound_cpu:5, wdt_cfg_bound_cpu:6, phy_cpuid:5
[    2.912197] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_interrupts_setup: 0
[    2.912845] rk_hdmirx fdee0000.hdmirx-controller: rk_hdmirx_hdcp_register success
[    2.912864] rk_hdmirx fdee0000.hdmirx-controller: fdee0000.hdmirx-controller driver probe ok!
[    2.912954] usbcore: registered new interface driver uvcvideo
[    2.912958] USB Video Class driver (1.1.1)
[    2.913697] Bluetooth: HCI UART driver ver 2.3
[    2.913703] Bluetooth: HCI UART protocol H4 registered
[    2.913707] Bluetooth: HCI UART protocol ATH3K registered
[    2.913730] usbcore: registered new interface driver bfusb
[    2.913751] usbcore: registered new interface driver btusb
[    2.914579] cpu cpu0: bin=0
[    2.914790] cpu cpu0: leakage=10
[    2.916214] cpu cpu0: pvtm=1440
[    2.916345] cpu cpu0: pvtm-volt-sel=2
[    2.918279] cpu cpu4: bin=0
[    2.918487] cpu cpu4: leakage=9
[    2.924995] cpu cpu4: pvtm=1663
[    2.928954] cpu cpu4: pvtm-volt-sel=3
[    2.931649] cpu cpu6: bin=0
[    2.931856] cpu cpu6: leakage=9
[    2.938339] cpu cpu6: pvtm=1651
[    2.942266] cpu cpu6: pvtm-volt-sel=3
[    2.944103] cpu cpu0: avs=0
[    2.945207] cpu cpu4: avs=0
[    2.946144] cpu cpu6: avs=0
[    2.946366] cpu cpu0: EM: created perf domain
[    2.946399] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[    2.946984] cpu cpu4: EM: created perf domain
[    2.947013] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    2.949810] cpu cpu6: EM: created perf domain
[    2.950200] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    2.953043] sdhci: Secure Digital Host Controller Interface driver
[    2.953051] sdhci: Copyright(c) Pierre Ossman
[    2.953055] Synopsys Designware Multimedia Card Interface Driver
[    2.953404] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.954482] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    2.954502] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    2.954664] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    2.954727] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    2.954747] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    2.954835] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[    2.954841] dwmmc_rockchip fe2c0000.mmc: No normal pinctrl state
[    2.954850] dwmmc_rockchip fe2c0000.mmc: No idle pinctrl state
[    2.954877] leds-gpio: probe of leds failed with error -16
[    2.954951] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    2.954977] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[    2.954986] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.955032] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[    2.955053] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[    2.955113] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 95,32 bit host data width,256 deep fifo
[    2.956214] dwmmc_rockchip fe2c0000.mmc: Failed getting OCR mask: -22
[    2.956462] dwmmc_rockchip fe2c0000.mmc: could not set regulator OCR (-22)
[    2.956478] dwmmc_rockchip fe2c0000.mmc: failed to enable vmmc regulator
[    2.956571] cryptodev: driver 1.12 loaded.
[    2.956611] hid: raw HID events driver (C) Jiri Kosina
[    2.956970] usbcore: registered new interface driver usbhid
[    2.956979] usbhid: USB HID core driver
[    2.961347] optee: probing for conduit method.
[    2.961369] optee: revision 3.13 (62aa10b7)
[    2.961792] optee: dynamic shared memory is enabled
[    2.961925] optee: initialized driver
[    2.962607] usbcore: registered new interface driver snd-usb-audio
[    2.963609] ES8323 7-0011: i2c recv Failed
[    2.966289] rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[    2.971386] rockchip-i2s-tdm fddf4000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[    2.973897] debugfs: File 'Capture' in directory 'dapm' already present!
[    2.976067] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.985663] input: rockchip,hdmiin rockchip,hdmiin as /devices/platform/hdmiin-sound/sound/card0/input1
[    2.986471] Initializing XFRM netlink socket
[    2.986580] NET: Registered protocol family 10
[    2.987042] Segment Routing with IPv6
[    2.987063] NET: Registered protocol family 17
[    2.987070] NET: Registered protocol family 15
[    2.987203] Bluetooth: RFCOMM socket layer initialized
[    2.987209] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[    2.987217] Bluetooth: RFCOMM ver 1.11
[    2.987221] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.987225] Bluetooth: HIDP socket layer initialized
[    2.987241] [BT_RFKILL]: Enter rfkill_rk_init
[    2.987244] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    2.987416] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    2.987428] [WLAN_RFKILL]: can't find rockchip,grf property
[    2.987430] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6398s
[    2.987433] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    2.987435] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    2.987443] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 20 flags = 0.
[    2.987451] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 10, flags = 0.
[    2.987456] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[    2.987458] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    2.987461] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[    2.987464] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    2.987568] Key type dns_resolver registered
[    2.987948] imx415 3-001a: driver version: 00.01.08
[    2.987954] imx415 3-001a:  Get hdr mode failed! no hdr default
[    2.987960] imx415 3-001a: detect imx415 lane 4
[    2.987970] imx415 3-001a: Failed to get reset-gpios
[    2.987976] imx415 3-001a: Failed to get power-gpios
[    2.987980] imx415 3-001a: could not get default pinstate
[    2.987982] imx415 3-001a: could not get sleep pinstate
[    2.988140] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    2.990403] imx415 3-001a: supply dvdd not found, using dummy regulator
[    2.990477] imx415 3-001a: supply dovdd not found, using dummy regulator
[    3.023877] mmc0: Host Software Queue enabled
[    3.023900] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    3.024256] mmcblk0: mmc0:0001 SPeMMC 58.2 GiB 
[    3.024352] mmcblk0boot0: mmc0:0001 SPeMMC partition 1 4.00 MiB
[    3.024447] mmcblk0boot1: mmc0:0001 SPeMMC partition 2 4.00 MiB
[    3.024533] mmcblk0rpmb: mmc0:0001 SPeMMC partition 3 4.00 MiB, chardev (236:0)
[    3.028410]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    3.065255] imx415 3-001a: Unexpected sensor id(000000), ret(-5)
[    3.066804] Loading compiled-in X.509 certificates
[    3.068266] pstore: Using crash dump compression: deflate
[    3.069013] rga3_core0 fdb60000.rga: Adding to iommu group 2
[    3.069382] rga: rga3_core0, irq = 36, match scheduler
[    3.070056] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[    3.070095] rga: rga3_core0 probe successfully
[    3.070941] rga3_core1 fdb70000.rga: Adding to iommu group 3
[    3.071250] rga: rga3_core1, irq = 37, match scheduler
[    3.072041] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[    3.072128] rga: rga3_core1 probe successfully
[    3.072823] rga: rga2, irq = 38, match scheduler
[    3.073617] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[    3.073642] rga: rga2 probe successfully
[    3.074078] rga_iommu: IOMMU binding successfully, default mapping core[0x1]
[    3.074330] rga: Module initialized. v1.3.1
[    3.093685] vendor storage:20190527 ret = 0
[    3.095963] mali fb000000.gpu: Kernel DDK version g18p0-01eac0
[    3.096042] pcie20_avdd0v85: supplied by vdd_0v85_s0
[    3.096510] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    3.096517] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    3.096662] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    3.096679] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    3.096685] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    3.096700] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[    3.096872] mali fb000000.gpu: bin=0
[    3.096876] pcie20_avdd1v8: supplied by avcc_1v8_s0
[    3.097116] mali fb000000.gpu: leakage=15
[    3.097177] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[    3.097208] pcie30_avdd0v75: supplied by avdd_0v75_s0
[    3.097710] pcie30_avdd1v8: supplied by avcc_1v8_s0
[    3.098028] vcc3v3_lcd0_n: supplied by vcc_1v8_s0
[    3.098390] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[    3.098550] mali fb000000.gpu: pvtm=866
[    3.098565] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[    3.099024] mali fb000000.[gpu: pvtm-volt-sel=3
[    3.099071] mpp_rkvenc2 fdbd0000.rkvenc-core: bin=0
[    3.099295] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage=12
[    3.099301] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage-volt-sel=0
[    3.099863] mpp_rkvenc2 fdbd0000.rkvenc-core: avs=0
[    3.099875] mpp_rkvenc2 fdbd0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[    3.100081] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[    3.100273] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[    3.100342] mali fb000000.gpu: avs=0
[    3.100372] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[    3.100379] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[    3.100529] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[    3.100839] mali fb000000.gpu: r0p0 status 5 not found in HW issues table;
[    3.100846] mali fb000000.gpu: falling back to closest match: r0p0 status 0
[    3.100849] mali fb000000.gpu: Execution proceeding normally with fallback match
[    3.100855] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[    3.100876] mali fb000000.gpu: No priority control manager is configured
[    3.101005] mpp_rkvenc2 fdbe0000.rkvenc-core: bin=0
[    3.101049] mali fb000000.gpu: No memory group manager is configured
[    3.101063] mali fb000000.gpu: Protected memory allocator not available
[    3.101203] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage=12
[    3.101209] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage-volt-sel=0
[    3.101635] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[    3.101742] mpp_rkvenc2 fdbe0000.rkvenc-core: avs=0
[    3.101755] mpp_rkvenc2 fdbe0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[    3.101849] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    3.101920] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[    3.102053] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[    3.102478] mali fb000000.gpu: Probed as mali0
[    3.103184] rockchip-dmc dmc: bin=0
[    3.103359] rockchip-dmc dmc: leakage=35
[    3.103368] rockchip-dmc dmc: leakage-volt-sel=1
[    3.103377] rockchip-dmc dmc: soc version=0, speed=1
[    3.104133] rockchip-dmc dmc: avs=0
[    3.104143] rockchip-dmc dmc: current ATF version 0x100
[    3.104220] rockchip-dmc dmc: normal_rate = 1560000000
[    3.104226] rockchip-dmc dmc: reboot_rate = 2112000000
[    3.104231] rockchip-dmc dmc: suspend_rate = 528000000
[    3.104236] rockchip-dmc dmc: video_4k_rate = 1560000000
[    3.104241] rockchip-dmc dmc: video_4k_10b_rate = 1560000000
[    3.104246] rockchip-dmc dmc: video_svep_rate = 1560000000
[    3.104251] rockchip-dmc dmc: boost_rate = 2112000000
[    3.104256] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[    3.104261] rockchip-dmc dmc: performance_rate = 2112000000
[    3.104267] rockchip-dmc dmc: hdmirx_rate = 2112000000
[    3.104272] rockchip-dmc dmc: deep_suspend_rate = 2112000000
[    3.104278] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[    3.104283] rockchip-dmc dmc: failed to get vop pn to msch rl
[    3.104361] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    3.104396] rockchip-dmc dmc: could not find power_model node
ddr_m0]E: waiting_vop_line_flag-1958: vop_post=0 unsupported!
[    3.132749] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    3.137134] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    3.137149] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    3.137158] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    3.137167] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    3.137183] usb 1-1: New USB device found, idVendor=1a40, idProduct=0201, bcdDevice= 1.00
[    3.137191] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.137197] usb 1-1: Product: USB 2.0 Hub [MTT]
[    3.137716] hub 1-1:1.0: USB hub found
[    3.137842] [drm] failed to init overlay plane Cluster0-win1
[    3.137872] hub 1-1:1.0: 7 ports detected
[    3.137900] [drm] failed to init overlay plane Cluster1-win1
[    3.137931] [drm] failed to init overlay plane Cluster2-win1
[    3.137966] [drm] failed to init overlay plane Cluster3-win1
[    3.153752] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e208)
[    3.154915] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    3.155959] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.9.auto: dw_hdcp_qp_hdcp_probe success
[    3.156080] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cd98)
[    3.157389] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[    3.158539] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.12.auto: dw_hdcp_qp_hdcp_probe success
[    3.158646] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cd98)
[    3.158687] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[    3.167077] input: adc-keys as /devices/platform/adc-keys/input/input2
[    3.169309] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    3.169329] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    3.169414] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    3.169439] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    3.169449] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    3.169469] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[    3.173068] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    3.173078] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    3.173086] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    3.173094] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    3.173345] [drm] failed to init overlay plane Cluster0-win1
[    3.173378] [drm] failed to init overlay plane Cluster1-win1
[    3.173411] [drm] failed to init overlay plane Cluster2-win1
[    3.173443] [drm] failed to init overlay plane Cluster3-win1
[    3.191012] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e208)
[    3.192042] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    3.192915] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.9.auto: dw_hdcp_qp_hdcp_probe success
[    3.192975] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cd98)
[    3.193718] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[    3.194300] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.12.auto: dw_hdcp_qp_hdcp_probe success
[    3.194341] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cd98)
[    3.194384] rockchip-drm display-subsystem: bound fde20000.dsi (ops 0xffffffc00936f5b0)
[    3.194437] rockchip-drm display-subsystem: bound fde60000.dp (ops 0xffffffc00936f940)
[ddr_m0]E: waiting_vop_line_flag-1958: vop_post=0 unsupported!
[    3.337439] rockchip-drm display-subsystem: route-hdmi1: failed to get logo,offset
[    3.337722] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    3.338277] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    3.338362] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    3.377445] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[    3.379812] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    3.382507] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card1/input3
[    3.385098] input: rockchip-hdmi1 rockchip-hdmi1 as /devices/platform/hdmi1-sound/sound/card2/input4
[    3.388302] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    3.388342] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    3.388468] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    3.388505] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    3.388521] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    3.388552] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[    3.390645] rkcif rkcif-mipi-lvds2: clear unready subdev num: 1
[    3.390987] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    3.391009] rkcif-mipi-lvds2: Async subdev notifier completed
[    3.391022] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    3.391027] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP
[    3.391183] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    3.391191] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP
[    3.392401] RKNPU fdab0000.npu: Adding to iommu group 0
[    3.392573] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[    3.394022] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab0000-0xfdabffff]
[    3.394049] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdac0000-0xfdacffff]
[    3.394067] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad0000-0xfdadffff]
[    3.394477] [drm] Initialized rknpu 0.9.3 20231121 for fdab0000.npu on minor 1
[    3.398363] RKNPU fdab0000.npu: RKNPU: bin=0
[    3.398586] RKNPU fdab0000.npu: leakage=8
[    3.398641] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[    3.406729] RKNPU fdab0000.npu: pvtm=869
[    3.412347] RKNPU fdab0000.npu: pvtm-volt-sel=3
[    3.414201] RKNPU fdab0000.npu: avs=0
[    3.414523] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    3.424213] RKNPU fdab0000.npu: failed to find power_model node
[    3.424272] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[    3.424286] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[    3.425936] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.426922] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    3.426928] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    3.427005] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    3.427021] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    3.427028] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    3.427040] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[    3.427683] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.428715] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[    3.429116] rockchip-suspend not set sleep-mode-config for mem-lite
[    3.429122] rockchip-suspend not set wakeup-config for mem-lite
[    3.429129] rockchip-suspend not set sleep-mode-config for mem-ultra
[    3.429134] rockchip-suspend not set wakeup-config for mem-ultra
[    3.430154] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 406; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '11:56:20', on 'Aug 12 2025'.
[    3.430636] Mali: 
[    3.430638] Mali device driver loaded
[    3.430653] rkisp rkisp0-vir0: clear unready subdev num: 1
[    3.430675] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    3.430682] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    3.430778] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.430787] cfg80211: failed to load regulatory.db
[    3.430791] rkisp0-vir0: Async subdev notifier completed
[    3.430797] ALSA device list:
[    3.430805]   #0: rockchip,hdmiin
[    3.430810]   #1: rockchip-hdmi0
[    3.430815]   #2: rockchip-hdmi1
[    3.430885] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    3.430900] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    3.430909] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    3.430927] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[    3.434915] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[    3.434946] VFS: Mounted root (ext4 filesystem) on device 179:6.
[    3.435626] devtmpfs: mounted
[    3.439299] Freeing unused kernel memory: 6656K
[    3.471777] Run /sbin/init as init process
[    3.514086] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[    3.626003] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[    3.627970] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
Start mounting all internal partitions in /etc/fstab
Log saved to /var/log/mount-all.log
Note: Will skip fsck, remove /.skip_fsck to enable
[0]: Handling /dev/mmcblk0p6 / ext4 rw,noauto 1
[2]: Handling /dev/mmcblk0p8 /userdata ext4 defaults 2
[1]: Handling /dev/mmcblk0p7 /oem ext4 defaults 2
[1]: Resizing /dev/mmcblk0p7(ext4)
[0]: Resizing /dev/mmcblk0p6(ext4)
[2]: Resizing /dev/mmcblk0p8(ext4)
resize2fs 1.46.5 (30-Dec-2021)
resize2fs 1.46.5 (30-Dec-2021)
resize2fs 1.46.5 (30-Dec-2021)
[    3.731582] EXT4-fs (mmcblk0p6): resizing filesystem from 209664 to 3670016 blocks
[    3.731711] EXT4-fs (mmcblk0p8): resizing filesystem from 4376 to 46014432 blocks
[    3.731938] EXT4-fs (mmcblk0p7): resizing filesystem from 17056 to 131072 blocks
[    3.824381] EXT4-fs (mmcblk0p7): resized filesystem to 131072
Filesystem at /dev/mmcblk0p7 is mounted on /oem; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 1
The filesystem on /dev/mmcblk0p7 is now 131072 (1k) blocks long.

[    3.984443] EXT4-fs (mmcblk0p6): resized filesystem to 3670016
Filesystem at /dev/mmcblk0p6 is mounted on /; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 1
The filesystem on /dev/mmcblk0p6 is now 3670016 (4k) blocks long.

[    4.194540] EXT4-fs (mmcblk0p8): resizing filesystem from 4587521 to 46014432 blocks
[    4.194570] EXT4-fs (mmcblk0p8): Converting file system to meta_bg
[    4.194603] EXT4-fs (mmcblk0p8): resizing filesystem from 4587521 to 46014432 blocks
[    5.029403] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_cancel_cpu_limit_freq freq qos nod add
[    6.581842] EXT4-fs (mmcblk0p8): resized filesystem to 46014432
Filesystem at /dev/mmcblk0p8 is mounted on /userdata; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 352
The filesystem on /dev/mmcblk0p8 is now 46014432 (1k) blocks long.

Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [    6.787807] udevd[427]: starting version 3.2.10
[    6.817297] udevd[431]: starting eudev-3.2.10
[    6.914383] r8168 0004:41:00.0 enP4p65s0: renamed from eth1
[    6.916411] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    6.916422] stream_cif_mipi_id0: update sensor info failed -19
[    6.916689] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    6.916694] rkcif_scale_ch0: update sensor info failed -19
[    6.917394] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[    6.917400] rkcif_scale_ch2: update sensor info failed -19
[    6.917433] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[    6.917441] stream_cif_mipi_id2: update sensor info failed -19
[    6.918199] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[    6.918202] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[    6.918205] rkcif_scale_ch3: update sensor info failed -19
[    6.918212] stream_cif_mipi_id1: update sensor info failed -19
[    6.918414] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[    6.918422] rkcif_scale_ch1: update sensor info failed -19
[    6.919907] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[    6.919922] rkcif_tools_id2: update sensor info failed -19
[    6.920265] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[    6.920274] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    6.920280] stream_cif_mipi_id3: update sensor info failed -19
[    6.920287] rkcif_tools_id0: update sensor info failed -19
[    6.923314] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[    6.923328] rkcif_tools_id1: update sensor info failed -19
done
Starting irqbalance: OK
Saving random seed: OK
Starting system message bus: done
Starting bluetoothd: OK
Starting network: ln: failed to create symbolic link '': No such file or directory
OK
Starting dhcpcd...
dhcpcd-9.4.1 starting
DHCPCD_ARGS: interface not found
Starting ntpd: OK
starting weston... done.
Starting dropbear sshd: OK
Starting pulseaudio: OK
Starting dnsmasq: OK
Starting input-event-daemon: done
root@rk3588-buildroot:/# W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
W: [pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
Date: 1970-01-01 UTC
[00:00:05.506] weston 13.0.0
               https://wayland.freedesktop.org
               Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
               Build: 13.0.0
[00:00:05.507] Command line: /usr/bin/weston
[00:00:05.507] OS: Linux, 5.10.198, #2 SMP Tue Aug 12 11:58:10 CST 2025, aarch64
[00:00:05.507] Flight recorder: enabled
[00:00:05.507] warning: XDG_RUNTIME_DIR "/var/run" is not configured
correctly.  Unix access mode must be 0700 (current mode is 0755),
and must be owned by the user UID 0 (current owner is UID 0).
Refer to your distribution on how to get it, or
http://www.freedesktop.org/wiki/Specifications/basedir-spec
on how to implement it.
/etc/xdg/weston/weston.ini.d/02-desktop.ini: "shell/locking" from "false" to "true"
[00:00:05.509] Using config file '/etc/xdg/weston/weston.ini'
[00:00:05.509] Output repaint window is -1 ms maximum.
[00:00:05.510] Loading module '/usr/lib/libweston-13/drm-backend.so'
[00:00:05.514] initializing drm backend
[00:00:05.514] Entering mirror mode.
[00:00:05.514] Trying direct launcher...
[00:00:05.516] using /dev/dri/card0
[00:00:05.516] DRM: does not support atomic modesetting
[00:00:05.516] DRM: does not support GBM modifiers
[00:00:05.516] DRM: does not support async page flipping
[00:00:05.516] DRM: supports picture aspect ratio
Handling start for Wi-Fi/BT chip: Broadcom    AP6275P    pci    14e4:449d    bcmdhd_pcie.ko
Starting Wifi/BT...
[00:00:05.519] Loading module '/usr/lib/libweston-13/gl-renderer.so'
Installing WiFi/BT module: bcmdhd_pcie.ko
arm_release_ver: g13p0-01eac0, rk_so_ver: 10
[    7.510676] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[    7.510707] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[    7.512222] bcmdhd_pcie: loading out-of-tree module taints kernel.
[    7.514556] mali fb000000.gpu: Loading Mali firmware 0x1010000
[    7.517526] mali fb000000.gpu: Mali firmware git_sha: ee476db42870778306fa8d559a605a73f13e455c 
[    7.519295] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.591.46.22 (20231003-3)(a5ec15e)
[    7.519295] /home/rootroot/Rockchip_RK3588_Linux5.10_SDK_Release_V1.2.0_20230620/external/rkwifibt/drivers/bcmdhd compiled on Aug 14 2025 at 09:14:54
[    7.519295] 
[    7.519307] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.31 (wlan=r892223-20230427-1)
[    7.519397] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 2369536(2314K)
[    7.519401] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[    7.519423] [dhd] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=173, oob_irq_flags=0x4
[    7.519425] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1
[    7.519428] [dhd] dhd_wifi_platform_load: Enter
[    7.519436] [dhd] wifi_platform_bus_enumerate device present 1
[    7.519439] [dhd] ======== Card detection to detect PCIE card! ========
[    7.519489] pcieh 0002:21:00.0: of_irq_parse_pci: failed with rc=134
[    7.519492] [dhd] dhdpcie_pci_probe : no mutex held
[    7.519494] [dhd] dhdpcie_pci_probe : set mutex lock
[    7.519498] [dhd] PCI_PROBE:  bus 0x21, slot 0x0,vendor 0x14E4, device 0x449D(good PCI location)
[    7.519501] [dhd] dhdpcie_init: found adapter info 'DHD generic adapter'
[    7.519504] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264
[    7.519513] [dhd] succeed to alloc static buf
[    7.519516] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0
[    7.519522] pcieh 0002:21:00.0: can't change power state from D3cold to D0 (config space inaccessible)
[    7.522288] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[    7.522301] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[    7.570850] [dhd] status_cmd(0x4)=0xffffffff, pmcsr(0x4c)=0xffffffff base_addr0(0x10)=0xffffffff base_addr1(0x18)=0xffffffff linkctl(0xbc)=0xffffffff l1ssctrl(0x248)=0xffffffff devctl(0xb4)=0xffffffff devctl2(0xd4)=0xffffffff 
[    7.570854] [dhd] dhdpcie_bus_attach: dhdpcie_probe_attach failed
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
[    7.570857] [dhd] dhdpcie_init:dhdpcie_bus_attach() failed
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[    7.570861] [dhd] dhdpcie_pci_probe: PCIe Enumeration failed
[    7.570866] [dhd] dhdpcie_pci_probe : mutex is released.
[    7.570909] [dhd] dhdpcie_bus_register: dhdpcie initialize failed.
[    7.571034] [dhd] dhd_wifi_platform_load_pcie: dhd_bus_register failed err=-1
[    7.571057] [dhd] unregister wifi platform drivers
[    7.571059] [dhd] wifi_platform_bus_enumerate device present 0
[    7.571062] [dhd] ======== Card detection to remove PCIE card! ========
[    7.571065] [dhd] _dhd_module_init: Failed to load the driver, try cnt 0
[    7.571067] [dhd] _dhd_module_init: Failed to load driver max retry reached**
[    7.571069] [dhd] STATIC-MSG) dhd_static_buf_exit : Enter
[    7.571166] [dhd] _dhd_module_init: Exit err=-1
[    7.578841] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[    7.578860] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[    7.587116] file system registered
[00:00:05.621] EGL version: 1.4 Valhall-"g13p0-01eac0"
[00:00:05.621] EGL vendor: ARM
[00:00:05.621] EGL client APIs: OpenGL_ES
[00:00:05.621] EGL features:
               EGL Wayland extension: yes
               context priority: yes
               buffer age: no
               partial update: yes
               swap buffers with damage: no
               configless context: yes
               surfaceless context: yes
               dmabuf support: modifiers
W: [pulseaudio] authkey.c: Failed to open cookie file '/userdata/.pulse/.config/pulse/cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to load authentication key '/userdata/.pulse/.config/pulse/cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to open cookie file '/userdata/.pulse/.pulse-cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to load authentication key '/userdata/.pulse/.pulse-cookie': No such file or directory
E: [pulseaudio] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
E: [pulseaudio] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
E: [pulseaudio] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[00:00:05.639] GL version: OpenGL ES 3.2 v1.g13p0-01eac0.11addb9882ee8209dc0912af75110af7
[00:00:05.639] GLSL version: OpenGL ES GLSL ES 3.20
[00:00:05.639] GL vendor: ARM
[00:00:05.639] GL renderer: Mali-G610
[    7.630252] read descriptors
[    7.630296] read strings
[    7.769950] dwc3 fc000000.usb: device reset
[    7.777928] android_work: sent uevent USB_STATE=CONNECTED
[00:00:05.821] GL ES 3.2 - renderer features:
               read-back format: ARGB8888
               glReadPixels supports y-flip: no
               wl_shm 10 bpc formats: yes
               wl_shm 16 bpc formats: no
               wl_shm half-float formats: yes
               internal R and RG formats: yes
               OES_EGL_image_external: yes
               wl_shm sub-image to texture: yes
[00:00:05.821] Using GL renderer
[00:00:05.842] event2  - adc-keys: is tagged by udev as: Keyboard
[00:00:05.842] event2  - adc-keys: device is a keyboard
[00:00:05.843] event0  - rk805 pwrkey: is tagged by udev as: Keyboard
[00:00:05.844] event0  - rk805 pwrkey: device is a keyboard
[00:00:05.844] event3  - rockchip-hdmi0 rockchip-hdmi0: is tagged by udev as: Switch
[00:00:05.845] event3  - not using input device '/dev/input/event3'
[00:00:05.845] event4  - rockchip-hdmi1 rockchip-hdmi1: is tagged by udev as: Switch
[00:00:05.846] event4  - not using input device '/dev/input/event4'
[00:00:05.846] event1  - rockchip,hdmiin rockchip,hdmiin: is tagged by udev as: Switch
[00:00:05.847] event1  - not using input device '/dev/input/event1'
[00:00:05.870] libinput: configuring device "adc-keys".
[00:00:05.870] libinput: configuring device "rk805 pwrkey".
[00:00:05.870] Registered plugin API 'weston_drm_output_api_v1' of size 40
[00:00:05.870] Color manager: no-op
[00:00:05.870] Compositor capabilities:
               arbitrary surface rotation: yes
               screen capture uses y-flip: yes
               cursor planes: yes
               arbitrary resolutions: no
               view mask clipping: yes
               explicit sync: yes
               color operations: yes
               presentation clock: CLOCK_MONOTONIC, id 1
               presentation clock resolution: 0.000000001 s
[00:00:05.871] Loading module '/usr/lib/weston/desktop-shell.so'
[00:00:05.874] DRM: head 'HDMI-A-1' found, connector 208 is connected, EDID make 'GSM', model '27MP35', serial ''
               Supported EOTF modes: SDR
[00:00:05.874] DRM: head 'HDMI-A-2' found, connector 224 is disconnected.
[00:00:05.874] DRM: head 'DSI-1' found, connector 238 is connected, EDID make 'unknown', model 'unknown', serial ''
[    7.855923] android_work: sent uevent USB_STATE=CONFIGURED
               Supported EOTF modes: SDR
[00:00:05.874] DRM: head 'DP-1' found, connector 240 is disconnected.
[00:00:05.874] launching '/usr/libexec/weston-keyboard'
[00:00:05.876] launching '/usr/libexec/weston-desktop-shell'
[00:00:05.877] HDMI-A-1 using at least 2 buffers
[00:00:05.877] Output 'HDMI-A-1' attempts EOTF mode: SDR
[00:00:05.877] Output 'HDMI-A-1' using color profile: stock sRGB color profile
[00:00:05.878] Chosen EGL config details: id:   9 rgba: 8 8 8 0 buf: 24 dep:  0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[00:00:05.878] Output HDMI-A-1 (crtc 71) video modes:
               1920x1080@60.0, preferred, current, 148.5 MHz
               1920x1080@60.0 16:9, 148.5 MHz
               1920x1080i@60.0, 74.2 MHz
               1920x1080i@60.0 16:9, 74.2 MHz
               1920x1080@50.0 16:9, 148.5 MHz
               1920x1080i@50.0 16:9, 74.2 MHz
               1600x900@60.0, 108.0 MHz
               1280x1024@60.0, 108.0 MHz
               1152x864@75.0, 108.0 MHz
               1280x720@60.0, 74.2 MHz
               1280x720@60.0 16:9, 74.2 MHz
               1280x720@50.0 16:9, 74.2 MHz
               800x600@75.0, 49.5 MHz
               720x576@50.0 16:9, 27.0 MHz
               720x480@59.9, 27.0 MHz
               720x480@59.9 16:9, 27.0 MHz
[00:00:05.878] associating input device event2 with output HDMI-A-1 (none by udev)
[00:00:05.878] associating input device event0 with output HDMI-A-1 (none by udev)
[00:00:05.878] Output HDMI-A-1 changed to mirror output
[00:00:05.878] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
[00:00:05.878] DSI-1 using at least 2 buffers
[00:00:05.878] Output 'DSI-1' attempts EOTF mode: SDR
[00:00:05.878] Output 'DSI-1' using color profile: stock sRGB color profile
[00:00:05.878] Chosen EGL config details: id:   9 rgba: 8 8 8 0 buf: 24 dep:  0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[00:00:05.878] Output DSI-1 (crtc 137) video modes:
               1080x1920@59.9, preferred, current, 132.0 MHz
[00:00:05.878] associating input device event2 with output DSI-1 (none by udev)
[00:00:05.878] associating input device event0 with output DSI-1 (none by udev)
[00:00:05.879] Output 'DSI-1' enabled with head(s) DSI-1
[    7.878921] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    7.911027] dwhdmi-rockchip fde80000.hdmi: use tmds mode
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
could not create XKB compose table for locale 'en_US.UTF-8'.  Disabiling compose
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
could not create XKB compose table for locale 'en_US.UTF-8'.  Disabiling compose
[    8.964980] Freeing drm_logo memory: 736K
Failed to init Wi-Fi for AP6275P!

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:42 errors:0 dropped:0 overruns:0 frame:0
          TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2968 (2.8 KiB)  TX bytes:2968 (2.8 KiB)

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# ifconfig -a
enP4p65s0 Link encap:Ethernet  HWaddr CA:70:86:28:14:71  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:170 Base address:0xd000 

eth0      Link encap:Ethernet  HWaddr DA:DF:13:01:0B:50  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:92 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:44 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3088 (3.0 KiB)  TX bytes:3088 (3.0 KiB)

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# udhcpc -i enP4p65s0
udhcpc: started, v1.36.0
[   72.304334] enP4p65s0: 0xffffffc00af4d000, ca:70:86:28:14:71, IRQ 170
udhcpc: broadcasting discover
udhcpc: broadcasting discover
[   76.417929] r8168: enP4p65s0: link up
[   76.418152] IPv6: ADDRCONF(NETDEV_CHANGE): enP4p65s0: link becomes ready
udhcpc: broadcasting discover
udhcpc: broadcasting select for 192.168.3.36, server 192.168.3.1
udhcpc: lease of 192.168.3.36 obtained from 192.168.3.1, lease time 86400
deleting routers
adding dns 192.168.3.1
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# ifconfig
enP4p65s0 Link encap:Ethernet  HWaddr CA:70:86:28:14:71  
          inet addr:192.168.3.36  Bcast:192.168.3.255  Mask:255.255.255.0
          inet6 addr: fe80::c870:86ff:fe28:1471/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:134 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:26434 (25.8 KiB)  TX bytes:1608 (1.5 KiB)
          Interrupt:170 Base address:0xd000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:60 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4048 (3.9 KiB)  TX bytes:4048 (3.9 KiB)

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# ping www.baidu.com
PING www.a.shifen.com (183.2.172.17) 56(84) bytes of data.
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=1 ttl=51 time=13.5 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=2 ttl=51 time=13.0 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=3 ttl=51 time=13.0 ms
64 bytes from 183.2.172.17: icmp_seq=4 ttl=51 time=13.4 ms
64 bytes from 183.2.172.17: icmp_seq=5 ttl=51 time=13.2 ms
64 bytes from 183.2.172.17: icmp_seq=6 ttl=51 time=13.9 ms
64 bytes from 183.2.172.17: icmp_seq=7 ttl=51 time=13.6 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=8 ttl=51 time=17.1 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=9 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=10 ttl=51 time=51.3 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=11 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=12 ttl=51 time=13.7 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=13 ttl=51 time=12.4 ms
64 bytes from 183.2.172.17: icmp_seq=14 ttl=51 time=13.0 ms
64 bytes from 183.2.172.17: icmp_seq=15 ttl=51 time=13.5 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=16 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=17 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=18 ttl=51 time=13.5 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=19 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=20 ttl=51 time=12.9 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=21 ttl=51 time=13.4 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=22 ttl=51 time=13.2 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=23 ttl=51 time=12.9 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=24 ttl=51 time=13.0 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=25 ttl=51 time=13.6 ms
64 bytes from www.baidu.com (183.2.172.17): icmp_seq=26 ttl=51 time=13.8 ms
^C64 bytes from 183.2.172.17: icmp_seq=27 ttl=51 time=13.1 ms

--- www.a.shifen.com ping statistics ---
27 packets transmitted, 27 received, 0% packet loss, time 80180ms
rtt min/avg/max/mdev = 12.378/14.854/51.330/7.195 ms
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
^Croot@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.3.36 port 5001 connected with 192.168.3.132 port 44594
[ ID] Interval       Transfer     Bandwidth
[  1] 0.00-5400.02 sec   589 GBytes   937 Mbits/sec
^Croot@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# uname -a
Linux rk3588-buildroot 5.10.198 #2 SMP Tue Aug 12 11:58:10 CST 2025 aarch64 GNU/Linux
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# poweroff
root@rk3588-buildroot:/# Stopping input-event-daemon: done
stop auto-reboot finished
Stopping dnsmasq: OK
Stopping pulseaudio: E: [pulseaudio] main.c: Failed to kill daemon: No such process
OK
Stopping dropbear sshd: OK
stoping weston... Date: 2025-08-15 UTC
[05:48:41.590] caught signal 15
done.
[05:48:41.592] event2  - adc-keys: device removed
[05:48:41.592] event0  - rk805 pwrkey: device removed
Stopping ntpd: OK
Stopping dhcpcd...
no /sbin/dhcpcd found; none killed
killall: rkaiq_3A_server: no process killed
Stopping network: OK
Stopping bluetoothd: OK
Stopping Wi-Fi/BT...
[ 6226.885884] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp3
[ 6226.907446] dwc3 fc000000.usb: request 00000000376b69a5 was not queued to ep0out
Stopping system message bus: [ 6226.907513] android_work: sent uevent USB_STATE=DISCONNECTED
done
Saving random seed: OK
Stopping irqbalance: OK
[ 6226.968954] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
Stopping klogd: OK
Stopping syslogd: OK
[ 6227.002068] ffs_data_put(): freeing
[ 6227.012041] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[ 6227.012109] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p60, type: 11(if:800, flag:0x0) for vp0 dclk: 148500000
[ 6227.012282] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out0 div: 0 dclk_core0 div: 2
[ 6227.012292] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop0 to 148500000, get 148500000
umount: /var/log: target is busy.
umount: /run: target is busy.
[ 6227.040561] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
The system is going down NOW!
Sent SIGTERM to all processes
[ 6227.045743] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1080x1920p60, type: 16(if:20, flag:0x0) for vp3 dclk: 132000000
[ 6227.045797] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out3 div: 2 dclk_core3 div: 2
[ 6227.045810] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop3 to 132000000, get 132000000
E: [pulseaudio] core-util.c: Failed to create secure directory (/userdata/.pulse/.config/pulse): No such file or directory
[ 6227.062537] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
[ 6227.062810] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy pll locked!
[ 6227.062814] dwhdmi-rockchip fde80000.hdmi: final tmdsclk = 148500000
[ 6227.062838] dwhdmi-rockchip fde80000.hdmi: don't use dsc mode
[ 6227.062841] dwhdmi-rockchip fde80000.hdmi: dw hdmi qp use tmds mode
[ 6227.062846] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: bus_width:0x16a8c8,bit_rate:1485000
[ 6227.063037] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy lane locked!
[ 6227.220888] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_encoder_atomic_enable] final DSI-Link bandwidth: 880000 x 4 Kbps
Sent SIGKILL to all processes
Requesting system poweroff
[ 6229.209636] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
[ 6229.229049] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp3
[ 6229.250109] mpp_rkvenc2 fdbe0000.rkvenc-core: shutdown device
[ 6229.250617] mpp_rkvenc2 fdbe0000.rkvenc-core: shutdown success
[ 6229.251152] mpp_rkvenc2 fdbd0000.rkvenc-core: shutdown device
[ 6229.251658] mpp_rkvenc2 fdbd0000.rkvenc-core: shutdown success
[ 6229.265041] rk860-regulator 1-0042: rk860..... reset
[ 6229.266427] rk860-regulator 1-0042: force rk860x_reset ok!
[ 6229.266924] rk860-regulator 0-0043: rk860..... reset
[ 6229.268307] rk860-regulator 0-0043: force rk860x_reset ok!
[ 6229.268797] rk860-regulator 0-0042: rk860..... reset
[ 6229.270180] rk860-regulator 0-0042: force rk860x_reset ok!
[ 6229.330107] xhci-hcd xhci-hcd.5.auto: Host halt failed, -110
[ 6229.331377] mpp_av1dec av1d-master: shutdown device
[ 6229.331809] mpp_av1dec av1d-master: shutdown success
[ 6229.332521] [WLAN_RFKILL]: Enter rfkill_wlan_shutdown
[ 6229.332962] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 6229.333379] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[ 6229.334180] wifi power off
[ 6229.440783] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[ 6229.441576] [WLAN_RFKILL]: wifi shut off power [GPIO20-0]
[ 6229.442047] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 0
[ 6229.442961] rockchip-i2s-tdm fddf8000.i2s: failed to clear 1 on slave mode
[ 6229.443956] xhci-hcd xhci-hcd.5.auto: remove, state 4
[ 6229.444423] usb usb8: USB disconnect, device number 1
[ 6229.445287] xhci-hcd xhci-hcd.5.auto: USB bus 8 deregistered
[ 6229.446026] xhci-hcd xhci-hcd.5.auto: remove, state 4
[ 6229.446482] usb usb7: USB disconnect, device number 1
[ 6229.479364] xhci-hcd xhci-hcd.5.auto: Host halt failed, -110
[ 6229.479861] xhci-hcd xhci-hcd.5.auto: Host controller not halted, aborting reset.
[ 6229.480732] xhci-hcd xhci-hcd.5.auto: USB bus 7 deregistered
[ 6229.482182] rkisp_hw fdcb0000.rkisp: rkisp_hw_shutdown
[ 6229.482668] mpp_rkvdec2 fdc48100.rkvdec-core: shutdown device
[ 6229.483174] mpp_rkvdec2 fdc48100.rkvdec-core: shutdown success
[ 6229.483707] mpp_rkvdec2 fdc38100.rkvdec-core: shutdown device
[ 6229.484224] mpp_rkvdec2 fdc38100.rkvdec-core: shutdown success
[ 6229.484807] mpp-iep2 fdbb0000.iep: shutdown device
[ 6229.485237] mpp-iep2 fdbb0000.iep: shutdown success
[ 6229.485682] mpp_vepu2 fdbac000.jpege-core: shutdown device
[ 6229.486166] mpp_vepu2 fdbac000.jpege-core: shutdown success
[ 6229.486678] mpp_vepu2 fdba8000.jpege-core: shutdown device
[ 6229.487162] mpp_vepu2 fdba8000.jpege-core: shutdown success
[ 6229.487691] mpp_vepu2 fdba4000.jpege-core: shutdown device
[ 6229.488176] mpp_vepu2 fdba4000.jpege-core: shutdown success
[ 6229.488688] mpp_vepu2 fdba0000.jpege-core: shutdown device
[ 6229.489171] mpp_vepu2 fdba0000.jpege-core: shutdown success
[ 6229.489683] mpp_jpgdec fdb90000.jpegd: shutdown device
[ 6229.490134] mpp_jpgdec fdb90000.jpegd: shutdown success
[ 6229.490650] mpp_vdpu1 fdb51000.avsd-plus: shutdown device
[ 6229.491132] mpp_vdpu1 fdb51000.avsd-plus: shutdown success
[ 6229.491620] mpp_vepu2 fdb50000.vepu: shutdown device
[ 6229.492059] mpp_vepu2 fdb50000.vepu: shutdown success
[ 6229.492501] mpp_vdpu2 fdb50400.vdpu: shutdown device
[ 6229.492940] mpp_vdpu2 fdb50400.vdpu: shutdown success
[ 6229.493590] xhci-hcd xhci-hcd.4.auto: remove, state 4
[ 6229.494055] usb usb6: USB disconnect, device number 1
[ 6229.494934] xhci-hcd xhci-hcd.4.auto: USB bus 6 deregistered
[ 6229.495614] xhci-hcd xhci-hcd.4.auto: remove, state 4
[ 6229.496071] usb usb5: USB disconnect, device number 1
[ 6229.497040] xhci-hcd xhci-hcd.4.auto: USB bus 5 deregistered
[ 6229.499487] reboot: Power down

[END] 2025/8/15 13:48:47
 


客户端LOG:【ubuntu20.04.6】

[BEGIN] 2025/8/15 12:09:10
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ iperf3 -c 192.168.3.36 -i 1 -t 5400
iperf3: error - unable to connect to server: Connection refused
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ iperf -c 192.168.3.36 -i 1 -t 5400
------------------------------------------------------------
Client connecting to 192.168.3.36, TCP port 5001
TCP window size: 1.03 MByte (default)
------------------------------------------------------------
[  3] local 192.168.3.132 port 44594 connected with 192.168.3.36 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec   114 MBytes   952 Mbits/sec
[  3]  1.0- 2.0 sec   112 MBytes   936 Mbits/sec
[  3]  2.0- 3.0 sec   111 MBytes   933 Mbits/sec
[  3]  3.0- 4.0 sec   112 MBytes   937 Mbits/sec
[  3]  4.0- 5.0 sec   112 MBytes   937 Mbits/sec
[  3]  5.0- 6.0 sec   112 MBytes   938 Mbits/sec
[  3]  6.0- 7.0 sec   111 MBytes   933 Mbits/sec
[  3]  7.0- 8.0 sec   112 MBytes   936 Mbits/sec
[  3]  8.0- 9.0 sec   112 MBytes   936 Mbits/sec
[  3]  9.0-10.0 sec   112 MBytes   936 Mbits/sec
[  3] 10.0-11.0 sec   112 MBytes   938 Mbits/sec
[  3] 11.0-12.0 sec   111 MBytes   933 Mbits/sec
[  3] 12.0-13.0 sec   112 MBytes   942 Mbits/sec
[  3] 13.0-14.0 sec   112 MBytes   937 Mbits/sec
[  3] 14.0-15.0 sec   111 MBytes   932 Mbits/sec
[  3] 15.0-16.0 sec   112 MBytes   937 Mbits/sec
[  3] 16.0-17.0 sec   112 MBytes   938 Mbits/sec
[  3] 17.0-18.0 sec   111 MBytes   932 Mbits/sec
[  3] 18.0-19.0 sec   112 MBytes   941 Mbits/sec
[  3] 19.0-20.0 sec   112 MBytes   937 Mbits/sec
[  3] 20.0-21.0 sec   111 MBytes   934 Mbits/sec
[  3] 21.0-22.0 sec   112 MBytes   941 Mbits/sec
[  3] 22.0-23.0 sec   111 MBytes   931 Mbits/sec
[  3] 23.0-24.0 sec   112 MBytes   942 Mbits/sec
[  3] 24.0-25.0 sec   112 MBytes   936 Mbits/sec
[  3] 25.0-26.0 sec   112 MBytes   936 Mbits/sec
[  3] 26.0-27.0 sec   111 MBytes   931 Mbits/sec
[  3] 27.0-28.0 sec   112 MBytes   938 Mbits/sec
[  3] 28.0-29.0 sec   112 MBytes   938 Mbits/sec
[  3] 29.0-30.0 sec   111 MBytes   932 Mbits/sec
[  3] 30.0-31.0 sec   112 MBytes   943 Mbits/sec
[  3] 31.0-32.0 sec   111 MBytes   934 Mbits/sec
[  3] 32.0-33.0 sec   111 MBytes   934 Mbits/sec
[  3] 33.0-34.0 sec   112 MBytes   937 Mbits/sec
[  3] 34.0-35.0 sec   112 MBytes   935 Mbits/sec
[  3] 35.0-36.0 sec   112 MBytes   938 Mbits/sec
[  3] 36.0-37.0 sec   112 MBytes   935 Mbits/sec
[  3] 37.0-38.0 sec   112 MBytes   940 Mbits/sec
[  3] 38.0-39.0 sec   112 MBytes   936 Mbits/sec
[  3] 39.0-40.0 sec   112 MBytes   937 Mbits/sec
[  3] 40.0-41.0 sec   111 MBytes   932 Mbits/sec
[  3] 41.0-42.0 sec   112 MBytes   941 Mbits/sec
[  3] 42.0-43.0 sec   112 MBytes   937 Mbits/sec
[  3] 43.0-44.0 sec   111 MBytes   934 Mbits/sec
[  3] 44.0-45.0 sec   112 MBytes   936 Mbits/sec
[  3] 45.0-46.0 sec   112 MBytes   938 Mbits/sec
[  3] 46.0-47.0 sec   111 MBytes   931 Mbits/sec
[  3] 47.0-48.0 sec   112 MBytes   940 Mbits/sec
[  3] 48.0-49.0 sec   111 MBytes   934 Mbits/sec
[  3] 49.0-50.0 sec   112 MBytes   936 Mbits/sec
[  3] 50.0-51.0 sec   112 MBytes   938 Mbits/sec
[  3] 51.0-52.0 sec   112 MBytes   936 Mbits/sec
[  3] 52.0-53.0 sec   112 MBytes   936 Mbits/sec
[  3] 53.0-54.0 sec   112 MBytes   936 Mbits/sec
[  3] 54.0-55.0 sec   112 MBytes   941 Mbits/sec
[  3] 55.0-56.0 sec   111 MBytes   934 Mbits/sec
[  3] 56.0-57.0 sec   112 MBytes   941 Mbits/sec
[  3] 57.0-58.0 sec   111 MBytes   932 Mbits/sec
[  3] 58.0-59.0 sec   112 MBytes   937 Mbits/sec
[  3] 59.0-60.0 sec   112 MBytes   940 Mbits/sec
[  3] 60.0-61.0 sec   112 MBytes   935 Mbits/sec
[  3] 61.0-62.0 sec   112 MBytes   938 Mbits/sec
[  3] 62.0-63.0 sec   112 MBytes   936 Mbits/sec
[  3] 63.0-64.0 sec   112 MBytes   935 Mbits/sec
[  3] 64.0-65.0 sec   111 MBytes   931 Mbits/sec
[  3] 65.0-66.0 sec   112 MBytes   944 Mbits/sec
[  3] 66.0-67.0 sec   111 MBytes   934 Mbits/sec
[  3] 67.0-68.0 sec   112 MBytes   940 Mbits/sec
[  3] 68.0-69.0 sec   112 MBytes   935 Mbits/sec
[  3] 69.0-70.0 sec   112 MBytes   935 Mbits/sec
[  3] 70.0-71.0 sec   112 MBytes   936 Mbits/sec
[  3] 71.0-72.0 sec   112 MBytes   935 Mbits/sec
[  3] 72.0-73.0 sec   111 MBytes   934 Mbits/sec
[  3] 73.0-74.0 sec   112 MBytes   941 Mbits/sec
[  3] 74.0-75.0 sec   112 MBytes   938 Mbits/sec
[  3] 75.0-76.0 sec   111 MBytes   932 Mbits/sec
[  3] 76.0-77.0 sec   112 MBytes   944 Mbits/sec
[  3] 77.0-78.0 sec   111 MBytes   932 Mbits/sec
[  3] 78.0-79.0 sec   112 MBytes   943 Mbits/sec
[  3] 79.0-80.0 sec   111 MBytes   932 Mbits/sec
[  3] 80.0-81.0 sec   112 MBytes   940 Mbits/sec
[  3] 81.0-82.0 sec   111 MBytes   934 Mbits/sec
[  3] 82.0-83.0 sec   111 MBytes   933 Mbits/sec
[  3] 83.0-84.0 sec   112 MBytes   938 Mbits/sec
[  3] 84.0-85.0 sec   112 MBytes   941 Mbits/sec
[  3] 85.0-86.0 sec   111 MBytes   933 Mbits/sec
[  3] 86.0-87.0 sec   112 MBytes   935 Mbits/sec
[  3] 87.0-88.0 sec   112 MBytes   935 Mbits/sec
[  3] 88.0-89.0 sec   112 MBytes   936 Mbits/sec
[  3] 89.0-90.0 sec   111 MBytes   931 Mbits/sec
[  3] 90.0-91.0 sec   112 MBytes   944 Mbits/sec
[  3] 91.0-92.0 sec   111 MBytes   933 Mbits/sec
[  3] 92.0-93.0 sec   112 MBytes   943 Mbits/sec
[  3] 93.0-94.0 sec   111 MBytes   930 Mbits/sec
[  3] 94.0-95.0 sec   112 MBytes   943 Mbits/sec
[  3] 95.0-96.0 sec   111 MBytes   931 Mbits/sec
[  3] 96.0-97.0 sec   111 MBytes   933 Mbits/sec
[  3] 97.0-98.0 sec   112 MBytes   943 Mbits/sec
[  3] 98.0-99.0 sec   111 MBytes   934 Mbits/sec
[  3] 99.0-100.0 sec   112 MBytes   942 Mbits/sec
[  3] 100.0-101.0 sec   111 MBytes   932 Mbits/sec
[  3] 101.0-102.0 sec   111 MBytes   934 Mbits/sec
[  3] 102.0-103.0 sec   112 MBytes   937 Mbits/sec
[  3] 103.0-104.0 sec   112 MBytes   940 Mbits/sec
[  3] 104.0-105.0 sec   111 MBytes   932 Mbits/sec
[  3] 105.0-106.0 sec   112 MBytes   943 Mbits/sec
[  3] 106.0-107.0 sec   112 MBytes   935 Mbits/sec
[  3] 107.0-108.0 sec   111 MBytes   933 Mbits/sec
[  3] 108.0-109.0 sec   112 MBytes   944 Mbits/sec
[  3] 109.0-110.0 sec   111 MBytes   932 Mbits/sec
[  3] 110.0-111.0 sec   111 MBytes   933 Mbits/sec
[  3] 111.0-112.0 sec   112 MBytes   941 Mbits/sec
[  3] 112.0-113.0 sec   112 MBytes   938 Mbits/sec
[  3] 113.0-114.0 sec   111 MBytes   931 Mbits/sec
[  3] 114.0-115.0 sec   112 MBytes   942 Mbits/sec
[  3] 115.0-116.0 sec   111 MBytes   931 Mbits/sec
[  3] 116.0-117.0 sec   112 MBytes   935 Mbits/sec
[  3] 117.0-118.0 sec   112 MBytes   942 Mbits/sec
[  3] 118.0-119.0 sec   111 MBytes   932 Mbits/sec
[  3] 119.0-120.0 sec   112 MBytes   942 Mbits/sec
[  3] 120.0-121.0 sec   111 MBytes   931 Mbits/sec
[  3] 121.0-122.0 sec   112 MBytes   941 Mbits/sec
[  3] 122.0-123.0 sec   111 MBytes   932 Mbits/sec
[  3] 123.0-124.0 sec   112 MBytes   940 Mbits/sec
[  3] 124.0-125.0 sec   111 MBytes   933 Mbits/sec
[  3] 125.0-126.0 sec   112 MBytes   943 Mbits/sec
[  3] 126.0-127.0 sec   112 MBytes   935 Mbits/sec
[  3] 127.0-128.0 sec   111 MBytes   931 Mbits/sec
[  3] 128.0-129.0 sec   112 MBytes   943 Mbits/sec
[  3] 129.0-130.0 sec   111 MBytes   931 Mbits/sec
[  3] 130.0-131.0 sec   112 MBytes   944 Mbits/sec
[  3] 131.0-132.0 sec   111 MBytes   931 Mbits/sec
[  3] 132.0-133.0 sec   111 MBytes   934 Mbits/sec
[  3] 133.0-134.0 sec   112 MBytes   942 Mbits/sec
[  3] 134.0-135.0 sec   112 MBytes   937 Mbits/sec
[  3] 135.0-136.0 sec   112 MBytes   938 Mbits/sec
[  3] 136.0-137.0 sec   111 MBytes   929 Mbits/sec
[  3] 137.0-138.0 sec   112 MBytes   941 Mbits/sec
[  3] 138.0-139.0 sec   112 MBytes   936 Mbits/sec
[  3] 139.0-140.0 sec   112 MBytes   942 Mbits/sec
[  3] 140.0-141.0 sec   111 MBytes   931 Mbits/sec
[  3] 141.0-142.0 sec   112 MBytes   942 Mbits/sec
[  3] 142.0-143.0 sec   111 MBytes   928 Mbits/sec
[  3] 143.0-144.0 sec   112 MBytes   943 Mbits/sec
[  3] 144.0-145.0 sec   111 MBytes   932 Mbits/sec
[  3] 145.0-146.0 sec   112 MBytes   941 Mbits/sec
[  3] 146.0-147.0 sec   112 MBytes   937 Mbits/sec
[  3] 147.0-148.0 sec   111 MBytes   933 Mbits/sec
[  3] 148.0-149.0 sec   112 MBytes   936 Mbits/sec
[  3] 149.0-150.0 sec   111 MBytes   934 Mbits/sec
[  3] 150.0-151.0 sec   112 MBytes   943 Mbits/sec
[  3] 151.0-152.0 sec   111 MBytes   931 Mbits/sec
[  3] 152.0-153.0 sec   113 MBytes   945 Mbits/sec
[  3] 153.0-154.0 sec   111 MBytes   930 Mbits/sec
[  3] 154.0-155.0 sec   112 MBytes   941 Mbits/sec
[  3] 155.0-156.0 sec   112 MBytes   935 Mbits/sec
[  3] 156.0-157.0 sec   111 MBytes   932 Mbits/sec
[  3] 157.0-158.0 sec   113 MBytes   945 Mbits/sec
[  3] 158.0-159.0 sec   111 MBytes   931 Mbits/sec
[  3] 159.0-160.0 sec   112 MBytes   944 Mbits/sec
[  3] 160.0-161.0 sec   111 MBytes   931 Mbits/sec
[  3] 161.0-162.0 sec   112 MBytes   935 Mbits/sec
[  3] 162.0-163.0 sec   112 MBytes   943 Mbits/sec
[  3] 163.0-164.0 sec   111 MBytes   931 Mbits/sec
[  3] 164.0-165.0 sec   111 MBytes   933 Mbits/sec
[  3] 165.0-166.0 sec   112 MBytes   941 Mbits/sec
[  3] 166.0-167.0 sec   112 MBytes   937 Mbits/sec
[  3] 167.0-168.0 sec   111 MBytes   934 Mbits/sec
[  3] 168.0-169.0 sec   112 MBytes   938 Mbits/sec
[  3] 169.0-170.0 sec   111 MBytes   932 Mbits/sec
[  3] 170.0-171.0 sec   112 MBytes   942 Mbits/sec
[  3] 171.0-172.0 sec   112 MBytes   940 Mbits/sec
[  3] 172.0-173.0 sec   111 MBytes   929 Mbits/sec
[  3] 173.0-174.0 sec   112 MBytes   944 Mbits/sec
[  3] 174.0-175.0 sec   111 MBytes   934 Mbits/sec
[  3] 175.0-176.0 sec   111 MBytes   931 Mbits/sec
[  3] 176.0-177.0 sec   113 MBytes   945 Mbits/sec
[  3] 177.0-178.0 sec   112 MBytes   935 Mbits/sec
[  3] 178.0-179.0 sec   111 MBytes   932 Mbits/sec
[  3] 179.0-180.0 sec   112 MBytes   942 Mbits/sec
[  3] 180.0-181.0 sec   111 MBytes   929 Mbits/sec
[  3] 181.0-182.0 sec   112 MBytes   944 Mbits/sec
[  3] 182.0-183.0 sec   111 MBytes   932 Mbits/sec
[  3] 183.0-184.0 sec   112 MBytes   942 Mbits/sec
[  3] 184.0-185.0 sec   111 MBytes   932 Mbits/sec
[  3] 185.0-186.0 sec   112 MBytes   941 Mbits/sec
[  3] 186.0-187.0 sec   111 MBytes   928 Mbits/sec
[  3] 187.0-188.0 sec   113 MBytes   945 Mbits/sec
[  3] 188.0-189.0 sec   111 MBytes   933 Mbits/sec
[  3] 189.0-190.0 sec   111 MBytes   931 Mbits/sec
[  3] 190.0-191.0 sec   112 MBytes   944 Mbits/sec
[  3] 191.0-192.0 sec   111 MBytes   931 Mbits/sec
[  3] 192.0-193.0 sec   112 MBytes   944 Mbits/sec
[  3] 193.0-194.0 sec   111 MBytes   930 Mbits/sec
[  3] 194.0-195.0 sec   112 MBytes   942 Mbits/sec
[  3] 195.0-196.0 sec   111 MBytes   933 Mbits/sec
[  3] 196.0-197.0 sec   112 MBytes   941 Mbits/sec
[  3] 197.0-198.0 sec   111 MBytes   930 Mbits/sec
[  3] 198.0-199.0 sec   112 MBytes   943 Mbits/sec
[  3] 199.0-200.0 sec   111 MBytes   934 Mbits/sec
[  3] 200.0-201.0 sec   111 MBytes   932 Mbits/sec
[  3] 201.0-202.0 sec   112 MBytes   941 Mbits/sec
[  3] 202.0-203.0 sec   112 MBytes   941 Mbits/sec
[  3] 203.0-204.0 sec   111 MBytes   928 Mbits/sec
[  3] 204.0-205.0 sec   112 MBytes   941 Mbits/sec
[  3] 205.0-206.0 sec   112 MBytes   941 Mbits/sec
[  3] 206.0-207.0 sec   112 MBytes   935 Mbits/sec
[  3] 207.0-208.0 sec   111 MBytes   933 Mbits/sec
[  3] 208.0-209.0 sec   112 MBytes   943 Mbits/sec
[  3] 209.0-210.0 sec   111 MBytes   931 Mbits/sec
[  3] 210.0-211.0 sec   111 MBytes   932 Mbits/sec
[  3] 211.0-212.0 sec   112 MBytes   940 Mbits/sec
[  3] 212.0-213.0 sec   112 MBytes   941 Mbits/sec
[  3] 213.0-214.0 sec   112 MBytes   940 Mbits/sec
[  3] 214.0-215.0 sec   111 MBytes   929 Mbits/sec
[  3] 215.0-216.0 sec   112 MBytes   940 Mbits/sec
[  3] 216.0-217.0 sec   111 MBytes   932 Mbits/sec
[  3] 217.0-218.0 sec   112 MBytes   942 Mbits/sec
[  3] 218.0-219.0 sec   112 MBytes   941 Mbits/sec
[  3] 219.0-220.0 sec   111 MBytes   928 Mbits/sec
[  3] 220.0-221.0 sec   112 MBytes   942 Mbits/sec
[  3] 221.0-222.0 sec   111 MBytes   933 Mbits/sec
[  3] 222.0-223.0 sec   112 MBytes   943 Mbits/sec
[  3] 223.0-224.0 sec   111 MBytes   930 Mbits/sec
[  3] 224.0-225.0 sec   112 MBytes   937 Mbits/sec
[  3] 225.0-226.0 sec   112 MBytes   935 Mbits/sec
[  3] 226.0-227.0 sec   112 MBytes   937 Mbits/sec
[  3] 227.0-228.0 sec   112 MBytes   938 Mbits/sec
[  3] 228.0-229.0 sec   111 MBytes   932 Mbits/sec
[  3] 229.0-230.0 sec   112 MBytes   941 Mbits/sec
[  3] 230.0-231.0 sec   112 MBytes   943 Mbits/sec
[  3] 231.0-232.0 sec   111 MBytes   929 Mbits/sec
[  3] 232.0-233.0 sec   112 MBytes   942 Mbits/sec
[  3] 233.0-234.0 sec   111 MBytes   930 Mbits/sec
[  3] 234.0-235.0 sec   112 MBytes   943 Mbits/sec
[  3] 235.0-236.0 sec   112 MBytes   938 Mbits/sec
[  3] 236.0-237.0 sec   111 MBytes   930 Mbits/sec
[  3] 237.0-238.0 sec   112 MBytes   944 Mbits/sec
[  3] 238.0-239.0 sec   112 MBytes   936 Mbits/sec
[  3] 239.0-240.0 sec   111 MBytes   931 Mbits/sec
[  3] 240.0-241.0 sec   112 MBytes   943 Mbits/sec
[  3] 241.0-242.0 sec   112 MBytes   935 Mbits/sec
[  3] 242.0-243.0 sec   111 MBytes   929 Mbits/sec
[  3] 243.0-244.0 sec   112 MBytes   944 Mbits/sec
[  3] 244.0-245.0 sec   111 MBytes   931 Mbits/sec
[  3] 245.0-246.0 sec   112 MBytes   944 Mbits/sec
[  3] 246.0-247.0 sec   111 MBytes   933 Mbits/sec
[  3] 247.0-248.0 sec   111 MBytes   934 Mbits/sec
[  3] 248.0-249.0 sec   111 MBytes   933 Mbits/sec
[  3] 249.0-250.0 sec   112 MBytes   938 Mbits/sec
[  3] 250.0-251.0 sec   112 MBytes   938 Mbits/sec
[  3] 251.0-252.0 sec   112 MBytes   940 Mbits/sec
[  3] 252.0-253.0 sec   111 MBytes   929 Mbits/sec
[  3] 253.0-254.0 sec   113 MBytes   947 Mbits/sec
[  3] 254.0-255.0 sec   112 MBytes   935 Mbits/sec
[  3] 255.0-256.0 sec   112 MBytes   937 Mbits/sec
[  3] 256.0-257.0 sec   111 MBytes   934 Mbits/sec
[  3] 257.0-258.0 sec   111 MBytes   933 Mbits/sec
[  3] 258.0-259.0 sec   112 MBytes   941 Mbits/sec
[  3] 259.0-260.0 sec   111 MBytes   932 Mbits/sec
[  3] 260.0-261.0 sec   112 MBytes   942 Mbits/sec
[  3] 261.0-262.0 sec   111 MBytes   932 Mbits/sec
[  3] 262.0-263.0 sec   111 MBytes   933 Mbits/sec
[  3] 263.0-264.0 sec   112 MBytes   944 Mbits/sec
[  3] 264.0-265.0 sec   112 MBytes   938 Mbits/sec
[  3] 265.0-266.0 sec   111 MBytes   931 Mbits/sec
[  3] 266.0-267.0 sec   112 MBytes   936 Mbits/sec
[  3] 267.0-268.0 sec   112 MBytes   935 Mbits/sec
[  3] 268.0-269.0 sec   112 MBytes   937 Mbits/sec
[  3] 269.0-270.0 sec   112 MBytes   937 Mbits/sec
[  3] 270.0-271.0 sec   112 MBytes   937 Mbits/sec
[  3] 271.0-272.0 sec   111 MBytes   931 Mbits/sec
[  3] 272.0-273.0 sec   112 MBytes   943 Mbits/sec
[  3] 273.0-274.0 sec   111 MBytes   932 Mbits/sec
[  3] 274.0-275.0 sec   112 MBytes   942 Mbits/sec
[  3] 275.0-276.0 sec   112 MBytes   941 Mbits/sec
[  3] 276.0-277.0 sec   110 MBytes   927 Mbits/sec
[  3] 277.0-278.0 sec   112 MBytes   943 Mbits/sec
[  3] 278.0-279.0 sec   111 MBytes   929 Mbits/sec
[  3] 279.0-280.0 sec   113 MBytes   947 Mbits/sec
[  3] 280.0-281.0 sec   111 MBytes   931 Mbits/sec
[  3] 281.0-282.0 sec   112 MBytes   936 Mbits/sec
[  3] 282.0-283.0 sec   111 MBytes   932 Mbits/sec
[  3] 283.0-284.0 sec   112 MBytes   944 Mbits/sec
[  3] 284.0-285.0 sec   111 MBytes   934 Mbits/sec
[  3] 285.0-286.0 sec   111 MBytes   933 Mbits/sec
[  3] 286.0-287.0 sec   113 MBytes   945 Mbits/sec
[  3] 287.0-288.0 sec   111 MBytes   928 Mbits/sec
[  3] 288.0-289.0 sec   112 MBytes   942 Mbits/sec
[  3] 289.0-290.0 sec   111 MBytes   933 Mbits/sec
[  3] 290.0-291.0 sec   111 MBytes   934 Mbits/sec
[  3] 291.0-292.0 sec   112 MBytes   942 Mbits/sec
[  3] 292.0-293.0 sec   112 MBytes   940 Mbits/sec
[  3] 293.0-294.0 sec   112 MBytes   936 Mbits/sec
[  3] 294.0-295.0 sec   111 MBytes   934 Mbits/sec
[  3] 295.0-296.0 sec   111 MBytes   931 Mbits/sec
[  3] 296.0-297.0 sec   112 MBytes   940 Mbits/sec
[  3] 297.0-298.0 sec   112 MBytes   942 Mbits/sec
[  3] 298.0-299.0 sec   112 MBytes   935 Mbits/sec
[  3] 299.0-300.0 sec   111 MBytes   930 Mbits/sec
[  3] 300.0-301.0 sec   112 MBytes   943 Mbits/sec
[  3] 301.0-302.0 sec   112 MBytes   940 Mbits/sec
[  3] 302.0-303.0 sec   111 MBytes   932 Mbits/sec
[  3] 303.0-304.0 sec   112 MBytes   938 Mbits/sec
[  3] 304.0-305.0 sec   111 MBytes   933 Mbits/sec
[  3] 305.0-306.0 sec   112 MBytes   937 Mbits/sec
[  3] 306.0-307.0 sec   112 MBytes   938 Mbits/sec
[  3] 307.0-308.0 sec   111 MBytes   932 Mbits/sec
[  3] 308.0-309.0 sec   112 MBytes   944 Mbits/sec
[  3] 309.0-310.0 sec   112 MBytes   936 Mbits/sec
[  3] 310.0-311.0 sec   111 MBytes   933 Mbits/sec
[  3] 311.0-312.0 sec   111 MBytes   931 Mbits/sec
[  3] 312.0-313.0 sec   113 MBytes   945 Mbits/sec
[  3] 313.0-314.0 sec   112 MBytes   938 Mbits/sec
[  3] 314.0-315.0 sec   111 MBytes   930 Mbits/sec
[  3] 315.0-316.0 sec   112 MBytes   941 Mbits/sec
[  3] 316.0-317.0 sec   112 MBytes   938 Mbits/sec
[  3] 317.0-318.0 sec   111 MBytes   930 Mbits/sec
[  3] 318.0-319.0 sec   112 MBytes   943 Mbits/sec
[  3] 319.0-320.0 sec   112 MBytes   938 Mbits/sec
[  3] 320.0-321.0 sec   111 MBytes   934 Mbits/sec
[  3] 321.0-322.0 sec   111 MBytes   930 Mbits/sec
[  3] 322.0-323.0 sec   112 MBytes   944 Mbits/sec
[  3] 323.0-324.0 sec   111 MBytes   934 Mbits/sec
[  3] 324.0-325.0 sec   112 MBytes   941 Mbits/sec
[  3] 325.0-326.0 sec   111 MBytes   934 Mbits/sec
[  3] 326.0-327.0 sec   112 MBytes   938 Mbits/sec
[  3] 327.0-328.0 sec   111 MBytes   933 Mbits/sec
[  3] 328.0-329.0 sec   111 MBytes   932 Mbits/sec
[  3] 329.0-330.0 sec   113 MBytes   945 Mbits/sec
[  3] 330.0-331.0 sec   110 MBytes   926 Mbits/sec
[  3] 331.0-332.0 sec   112 MBytes   943 Mbits/sec
[  3] 332.0-333.0 sec   111 MBytes   933 Mbits/sec
[  3] 333.0-334.0 sec   112 MBytes   944 Mbits/sec
[  3] 334.0-335.0 sec   111 MBytes   931 Mbits/sec
[  3] 335.0-336.0 sec   112 MBytes   942 Mbits/sec
[  3] 336.0-337.0 sec   111 MBytes   932 Mbits/sec
[  3] 337.0-338.0 sec   111 MBytes   933 Mbits/sec
[  3] 338.0-339.0 sec   113 MBytes   945 Mbits/sec
[  3] 339.0-340.0 sec   111 MBytes   931 Mbits/sec
[  3] 340.0-341.0 sec   112 MBytes   940 Mbits/sec
[  3] 341.0-342.0 sec   111 MBytes   930 Mbits/sec
[  3] 342.0-343.0 sec   112 MBytes   942 Mbits/sec
[  3] 343.0-344.0 sec   112 MBytes   937 Mbits/sec
[  3] 344.0-345.0 sec   111 MBytes   932 Mbits/sec
[  3] 345.0-346.0 sec   112 MBytes   941 Mbits/sec
[  3] 346.0-347.0 sec   112 MBytes   941 Mbits/sec
[  3] 347.0-348.0 sec   111 MBytes   933 Mbits/sec
[  3] 348.0-349.0 sec   111 MBytes   931 Mbits/sec
[  3] 349.0-350.0 sec   112 MBytes   942 Mbits/sec
[  3] 350.0-351.0 sec   111 MBytes   931 Mbits/sec
[  3] 351.0-352.0 sec   112 MBytes   944 Mbits/sec
[  3] 352.0-353.0 sec   111 MBytes   932 Mbits/sec
[  3] 353.0-354.0 sec   112 MBytes   943 Mbits/sec
[  3] 354.0-355.0 sec   111 MBytes   930 Mbits/sec
[  3] 355.0-356.0 sec   112 MBytes   942 Mbits/sec
[  3] 356.0-357.0 sec   112 MBytes   938 Mbits/sec
[  3] 357.0-358.0 sec   112 MBytes   935 Mbits/sec
[  3] 358.0-359.0 sec   111 MBytes   930 Mbits/sec
[  3] 359.0-360.0 sec   113 MBytes   945 Mbits/sec
[  3] 360.0-361.0 sec   111 MBytes   931 Mbits/sec
[  3] 361.0-362.0 sec   111 MBytes   933 Mbits/sec
[  3] 362.0-363.0 sec   112 MBytes   942 Mbits/sec
[  3] 363.0-364.0 sec   111 MBytes   931 Mbits/sec
[  3] 364.0-365.0 sec   113 MBytes   949 Mbits/sec
[  3] 365.0-366.0 sec   111 MBytes   932 Mbits/sec
[  3] 366.0-367.0 sec   112 MBytes   941 Mbits/sec
[  3] 367.0-368.0 sec   111 MBytes   929 Mbits/sec
[  3] 368.0-369.0 sec   112 MBytes   937 Mbits/sec
[  3] 369.0-370.0 sec   112 MBytes   937 Mbits/sec
[  3] 370.0-371.0 sec   112 MBytes   941 Mbits/sec
[  3] 371.0-372.0 sec   112 MBytes   938 Mbits/sec
[  3] 372.0-373.0 sec   112 MBytes   936 Mbits/sec
[  3] 373.0-374.0 sec   111 MBytes   928 Mbits/sec
[  3] 374.0-375.0 sec   112 MBytes   937 Mbits/sec
[  3] 375.0-376.0 sec   112 MBytes   941 Mbits/sec
[  3] 376.0-377.0 sec   111 MBytes   931 Mbits/sec
[  3] 377.0-378.0 sec   112 MBytes   941 Mbits/sec
[  3] 378.0-379.0 sec   112 MBytes   943 Mbits/sec
[  3] 379.0-380.0 sec   111 MBytes   931 Mbits/sec
[  3] 380.0-381.0 sec   112 MBytes   940 Mbits/sec
[  3] 381.0-382.0 sec   111 MBytes   929 Mbits/sec
[  3] 382.0-383.0 sec   112 MBytes   941 Mbits/sec
[  3] 383.0-384.0 sec   112 MBytes   943 Mbits/sec
[  3] 384.0-385.0 sec   111 MBytes   929 Mbits/sec
[  3] 385.0-386.0 sec   111 MBytes   934 Mbits/sec
[  3] 386.0-387.0 sec   112 MBytes   940 Mbits/sec
[  3] 387.0-388.0 sec   112 MBytes   938 Mbits/sec
[  3] 388.0-389.0 sec   112 MBytes   940 Mbits/sec
[  3] 389.0-390.0 sec   112 MBytes   935 Mbits/sec
[  3] 390.0-391.0 sec   111 MBytes   934 Mbits/sec
[  3] 391.0-392.0 sec   111 MBytes   934 Mbits/sec
[  3] 392.0-393.0 sec   112 MBytes   941 Mbits/sec
[  3] 393.0-394.0 sec   111 MBytes   931 Mbits/sec
[  3] 394.0-395.0 sec   112 MBytes   941 Mbits/sec
[  3] 395.0-396.0 sec   112 MBytes   938 Mbits/sec
[  3] 396.0-397.0 sec   112 MBytes   936 Mbits/sec
[  3] 397.0-398.0 sec   112 MBytes   935 Mbits/sec
[  3] 398.0-399.0 sec   111 MBytes   932 Mbits/sec
[  3] 399.0-400.0 sec   112 MBytes   942 Mbits/sec
[  3] 400.0-401.0 sec   111 MBytes   934 Mbits/sec
[  3] 401.0-402.0 sec   112 MBytes   943 Mbits/sec
[  3] 402.0-403.0 sec   111 MBytes   933 Mbits/sec
[  3] 403.0-404.0 sec   112 MBytes   942 Mbits/sec
[  3] 404.0-405.0 sec   111 MBytes   931 Mbits/sec
[  3] 405.0-406.0 sec   111 MBytes   932 Mbits/sec
[  3] 406.0-407.0 sec   112 MBytes   940 Mbits/sec
[  3] 407.0-408.0 sec   112 MBytes   938 Mbits/sec
[  3] 408.0-409.0 sec   111 MBytes   933 Mbits/sec
[  3] 409.0-410.0 sec   112 MBytes   943 Mbits/sec
[  3] 410.0-411.0 sec   111 MBytes   931 Mbits/sec
[  3] 411.0-412.0 sec   112 MBytes   942 Mbits/sec
[  3] 412.0-413.0 sec   111 MBytes   933 Mbits/sec
[  3] 413.0-414.0 sec   112 MBytes   936 Mbits/sec
[  3] 414.0-415.0 sec   112 MBytes   941 Mbits/sec
[  3] 415.0-416.0 sec   111 MBytes   928 Mbits/sec
[  3] 416.0-417.0 sec   112 MBytes   942 Mbits/sec
[  3] 417.0-418.0 sec   112 MBytes   938 Mbits/sec
[  3] 418.0-419.0 sec   112 MBytes   937 Mbits/sec
[  3] 419.0-420.0 sec   112 MBytes   938 Mbits/sec
[  3] 420.0-421.0 sec   111 MBytes   929 Mbits/sec
[  3] 421.0-422.0 sec   112 MBytes   942 Mbits/sec
[  3] 422.0-423.0 sec   111 MBytes   930 Mbits/sec
[  3] 423.0-424.0 sec   112 MBytes   937 Mbits/sec
[  3] 424.0-425.0 sec   112 MBytes   936 Mbits/sec
[  3] 425.0-426.0 sec   112 MBytes   942 Mbits/sec
[  3] 426.0-427.0 sec   112 MBytes   941 Mbits/sec
[  3] 427.0-428.0 sec   111 MBytes   934 Mbits/sec
[  3] 428.0-429.0 sec   112 MBytes   937 Mbits/sec
[  3] 429.0-430.0 sec   111 MBytes   932 Mbits/sec
[  3] 430.0-431.0 sec   112 MBytes   943 Mbits/sec
[  3] 431.0-432.0 sec   111 MBytes   933 Mbits/sec
[  3] 432.0-433.0 sec   111 MBytes   930 Mbits/sec
[  3] 433.0-434.0 sec   112 MBytes   942 Mbits/sec
[  3] 434.0-435.0 sec   112 MBytes   938 Mbits/sec
[  3] 435.0-436.0 sec   112 MBytes   936 Mbits/sec
[  3] 436.0-437.0 sec   112 MBytes   938 Mbits/sec
[  3] 437.0-438.0 sec   112 MBytes   937 Mbits/sec
[  3] 438.0-439.0 sec   111 MBytes   929 Mbits/sec
[  3] 439.0-440.0 sec   112 MBytes   942 Mbits/sec
[  3] 440.0-441.0 sec   111 MBytes   930 Mbits/sec
[  3] 441.0-442.0 sec   112 MBytes   943 Mbits/sec
[  3] 442.0-443.0 sec   112 MBytes   940 Mbits/sec
[  3] 443.0-444.0 sec   111 MBytes   930 Mbits/sec
[  3] 444.0-445.0 sec   112 MBytes   943 Mbits/sec
[  3] 445.0-446.0 sec   111 MBytes   930 Mbits/sec
[  3] 446.0-447.0 sec   111 MBytes   934 Mbits/sec
[  3] 447.0-448.0 sec   112 MBytes   941 Mbits/sec
[  3] 448.0-449.0 sec   112 MBytes   941 Mbits/sec
[  3] 449.0-450.0 sec   112 MBytes   936 Mbits/sec
[  3] 450.0-451.0 sec   111 MBytes   930 Mbits/sec
[  3] 451.0-452.0 sec   113 MBytes   945 Mbits/sec
[  3] 452.0-453.0 sec   111 MBytes   932 Mbits/sec
[  3] 453.0-454.0 sec   111 MBytes   932 Mbits/sec
[  3] 454.0-455.0 sec   112 MBytes   940 Mbits/sec
[  3] 455.0-456.0 sec   112 MBytes   941 Mbits/sec
[  3] 456.0-457.0 sec   111 MBytes   929 Mbits/sec
[  3] 457.0-458.0 sec   112 MBytes   936 Mbits/sec
[  3] 458.0-459.0 sec   112 MBytes   942 Mbits/sec
[  3] 459.0-460.0 sec   112 MBytes   941 Mbits/sec
[  3] 460.0-461.0 sec   111 MBytes   930 Mbits/sec
[  3] 461.0-462.0 sec   111 MBytes   934 Mbits/sec
[  3] 462.0-463.0 sec   113 MBytes   946 Mbits/sec
[  3] 463.0-464.0 sec   111 MBytes   931 Mbits/sec
[  3] 464.0-465.0 sec   112 MBytes   937 Mbits/sec
[  3] 465.0-466.0 sec   112 MBytes   937 Mbits/sec
[  3] 466.0-467.0 sec   111 MBytes   930 Mbits/sec
[  3] 467.0-468.0 sec   112 MBytes   941 Mbits/sec
[  3] 468.0-469.0 sec   112 MBytes   942 Mbits/sec
[  3] 469.0-470.0 sec   112 MBytes   937 Mbits/sec
[  3] 470.0-471.0 sec   111 MBytes   930 Mbits/sec
[  3] 471.0-472.0 sec   112 MBytes   943 Mbits/sec
[  3] 472.0-473.0 sec   111 MBytes   928 Mbits/sec
[  3] 473.0-474.0 sec   112 MBytes   937 Mbits/sec
[  3] 474.0-475.0 sec   112 MBytes   941 Mbits/sec
[  3] 475.0-476.0 sec   111 MBytes   934 Mbits/sec
[  3] 476.0-477.0 sec   112 MBytes   940 Mbits/sec
[  3] 477.0-478.0 sec   112 MBytes   937 Mbits/sec
[  3] 478.0-479.0 sec   111 MBytes   931 Mbits/sec
[  3] 479.0-480.0 sec   112 MBytes   935 Mbits/sec
[  3] 480.0-481.0 sec   112 MBytes   943 Mbits/sec
[  3] 481.0-482.0 sec   112 MBytes   938 Mbits/sec
[  3] 482.0-483.0 sec   111 MBytes   931 Mbits/sec
[  3] 483.0-484.0 sec   112 MBytes   940 Mbits/sec
[  3] 484.0-485.0 sec   112 MBytes   942 Mbits/sec
[  3] 485.0-486.0 sec   111 MBytes   932 Mbits/sec
[  3] 486.0-487.0 sec   112 MBytes   942 Mbits/sec
[  3] 487.0-488.0 sec   111 MBytes   931 Mbits/sec
[  3] 488.0-489.0 sec   112 MBytes   935 Mbits/sec
[  3] 489.0-490.0 sec   112 MBytes   942 Mbits/sec
[  3] 490.0-491.0 sec   111 MBytes   930 Mbits/sec
[  3] 491.0-492.0 sec   112 MBytes   938 Mbits/sec
[  3] 492.0-493.0 sec   112 MBytes   938 Mbits/sec
[  3] 493.0-494.0 sec   112 MBytes   941 Mbits/sec
[  3] 494.0-495.0 sec   110 MBytes   927 Mbits/sec
[  3] 495.0-496.0 sec   112 MBytes   938 Mbits/sec
[  3] 496.0-497.0 sec   112 MBytes   944 Mbits/sec
[  3] 497.0-498.0 sec   111 MBytes   929 Mbits/sec
[  3] 498.0-499.0 sec   112 MBytes   940 Mbits/sec
[  3] 499.0-500.0 sec   112 MBytes   942 Mbits/sec
[  3] 500.0-501.0 sec   111 MBytes   932 Mbits/sec
[  3] 501.0-502.0 sec   111 MBytes   931 Mbits/sec
[  3] 502.0-503.0 sec   112 MBytes   943 Mbits/sec
[  3] 503.0-504.0 sec   112 MBytes   936 Mbits/sec
[  3] 504.0-505.0 sec   112 MBytes   937 Mbits/sec
[  3] 505.0-506.0 sec   111 MBytes   931 Mbits/sec
[  3] 506.0-507.0 sec   112 MBytes   942 Mbits/sec
[  3] 507.0-508.0 sec   111 MBytes   934 Mbits/sec
[  3] 508.0-509.0 sec   112 MBytes   941 Mbits/sec
[  3] 509.0-510.0 sec   111 MBytes   929 Mbits/sec
[  3] 510.0-511.0 sec   112 MBytes   942 Mbits/sec


[  3] 4400.0-4401.0 sec   112 MBytes   935 Mbits/sec
[  3] 4401.0-4402.0 sec   112 MBytes   935 Mbits/sec
[  3] 4402.0-4403.0 sec   112 MBytes   937 Mbits/sec
[  3] 4403.0-4404.0 sec   112 MBytes   941 Mbits/sec
[  3] 4404.0-4405.0 sec   111 MBytes   932 Mbits/sec
[  3] 4405.0-4406.0 sec   112 MBytes   942 Mbits/sec
[  3] 4406.0-4407.0 sec   111 MBytes   929 Mbits/sec
[  3] 4407.0-4408.0 sec   112 MBytes   938 Mbits/sec
[  3] 4408.0-4409.0 sec   112 MBytes   938 Mbits/sec
[  3] 4409.0-4410.0 sec   111 MBytes   929 Mbits/sec
[  3] 4410.0-4411.0 sec   113 MBytes   945 Mbits/sec
[  3] 4411.0-4412.0 sec   112 MBytes   935 Mbits/sec
[  3] 4412.0-4413.0 sec   112 MBytes   941 Mbits/sec
[  3] 4413.0-4414.0 sec   111 MBytes   931 Mbits/sec
[  3] 4414.0-4415.0 sec   112 MBytes   938 Mbits/sec
[  3] 4415.0-4416.0 sec   111 MBytes   930 Mbits/sec
[  3] 4416.0-4417.0 sec   112 MBytes   937 Mbits/sec
[  3] 4417.0-4418.0 sec   112 MBytes   937 Mbits/sec
[  3] 4418.0-4419.0 sec   112 MBytes   941 Mbits/sec
[  3] 4419.0-4420.0 sec   112 MBytes   935 Mbits/sec
[  3] 4420.0-4421.0 sec   112 MBytes   941 Mbits/sec
[  3] 4421.0-4422.0 sec   112 MBytes   935 Mbits/sec
[  3] 4422.0-4423.0 sec   112 MBytes   940 Mbits/sec
[  3] 4423.0-4424.0 sec   111 MBytes   928 Mbits/sec
[  3] 4424.0-4425.0 sec   112 MBytes   936 Mbits/sec
[  3] 4425.0-4426.0 sec   112 MBytes   944 Mbits/sec
[  3] 4426.0-4427.0 sec   111 MBytes   931 Mbits/sec
[  3] 4427.0-4428.0 sec   112 MBytes   938 Mbits/sec
[  3] 4428.0-4429.0 sec   112 MBytes   943 Mbits/sec
[  3] 4429.0-4430.0 sec   110 MBytes   926 Mbits/sec
[  3] 4430.0-4431.0 sec   112 MBytes   940 Mbits/sec
[  3] 4431.0-4432.0 sec   112 MBytes   940 Mbits/sec
[  3] 4432.0-4433.0 sec   112 MBytes   937 Mbits/sec
[  3] 4433.0-4434.0 sec   112 MBytes   935 Mbits/sec
[  3] 4434.0-4435.0 sec   112 MBytes   941 Mbits/sec
[  3] 4435.0-4436.0 sec   111 MBytes   932 Mbits/sec
[  3] 4436.0-4437.0 sec   112 MBytes   941 Mbits/sec
[  3] 4437.0-4438.0 sec   111 MBytes   930 Mbits/sec
[  3] 4438.0-4439.0 sec   112 MBytes   941 Mbits/sec
[  3] 4439.0-4440.0 sec   112 MBytes   940 Mbits/sec
[  3] 4440.0-4441.0 sec   111 MBytes   930 Mbits/sec
[  3] 4441.0-4442.0 sec   112 MBytes   936 Mbits/sec
[  3] 4442.0-4443.0 sec   111 MBytes   934 Mbits/sec
[  3] 4443.0-4444.0 sec   113 MBytes   946 Mbits/sec
[  3] 4444.0-4445.0 sec   111 MBytes   931 Mbits/sec
[  3] 4445.0-4446.0 sec   112 MBytes   938 Mbits/sec
[  3] 4446.0-4447.0 sec   112 MBytes   937 Mbits/sec
[  3] 4447.0-4448.0 sec   112 MBytes   940 Mbits/sec
[  3] 4448.0-4449.0 sec   111 MBytes   928 Mbits/sec
[  3] 4449.0-4450.0 sec   112 MBytes   940 Mbits/sec
[  3] 4450.0-4451.0 sec   112 MBytes   941 Mbits/sec
[  3] 4451.0-4452.0 sec   112 MBytes   938 Mbits/sec
[  3] 4452.0-4453.0 sec   111 MBytes   928 Mbits/sec
[  3] 4453.0-4454.0 sec   112 MBytes   941 Mbits/sec
[  3] 4454.0-4455.0 sec   112 MBytes   941 Mbits/sec
[  3] 4455.0-4456.0 sec   111 MBytes   929 Mbits/sec
[  3] 4456.0-4457.0 sec   112 MBytes   943 Mbits/sec
[  3] 4457.0-4458.0 sec   111 MBytes   931 Mbits/sec
[  3] 4458.0-4459.0 sec   112 MBytes   937 Mbits/sec
[  3] 4459.0-4460.0 sec   112 MBytes   941 Mbits/sec
[  3] 4460.0-4461.0 sec   112 MBytes   937 Mbits/sec
[  3] 4461.0-4462.0 sec   111 MBytes   933 Mbits/sec
[  3] 4462.0-4463.0 sec   111 MBytes   932 Mbits/sec
[  3] 4463.0-4464.0 sec   112 MBytes   938 Mbits/sec
[  3] 4464.0-4465.0 sec   112 MBytes   944 Mbits/sec
[  3] 4465.0-4466.0 sec   110 MBytes   927 Mbits/sec
[  3] 4466.0-4467.0 sec   112 MBytes   943 Mbits/sec
[  3] 4467.0-4468.0 sec   111 MBytes   932 Mbits/sec
[  3] 4468.0-4469.0 sec   112 MBytes   938 Mbits/sec
[  3] 4469.0-4470.0 sec   112 MBytes   940 Mbits/sec
[  3] 4470.0-4471.0 sec   112 MBytes   938 Mbits/sec
[  3] 4471.0-4472.0 sec   111 MBytes   930 Mbits/sec
[  3] 4472.0-4473.0 sec   112 MBytes   937 Mbits/sec
[  3] 4473.0-4474.0 sec   112 MBytes   944 Mbits/sec
[  3] 4474.0-4475.0 sec   111 MBytes   933 Mbits/sec
[  3] 4475.0-4476.0 sec   112 MBytes   936 Mbits/sec
[  3] 4476.0-4477.0 sec   112 MBytes   941 Mbits/sec
[  3] 4477.0-4478.0 sec   110 MBytes   927 Mbits/sec
[  3] 4478.0-4479.0 sec   112 MBytes   941 Mbits/sec
[  3] 4479.0-4480.0 sec   112 MBytes   940 Mbits/sec
[  3] 4480.0-4481.0 sec   111 MBytes   930 Mbits/sec
[  3] 4481.0-4482.0 sec   112 MBytes   944 Mbits/sec
[  3] 4482.0-4483.0 sec   111 MBytes   930 Mbits/sec
[  3] 4483.0-4484.0 sec   112 MBytes   942 Mbits/sec
[  3] 4484.0-4485.0 sec   112 MBytes   941 Mbits/sec
[  3] 4485.0-4486.0 sec   111 MBytes   930 Mbits/sec
[  3] 4486.0-4487.0 sec   112 MBytes   942 Mbits/sec
[  3] 4487.0-4488.0 sec   111 MBytes   931 Mbits/sec
[  3] 4488.0-4489.0 sec   111 MBytes   934 Mbits/sec
[  3] 4489.0-4490.0 sec   112 MBytes   944 Mbits/sec
[  3] 4490.0-4491.0 sec   111 MBytes   934 Mbits/sec
[  3] 4491.0-4492.0 sec   112 MBytes   941 Mbits/sec
[  3] 4492.0-4493.0 sec   111 MBytes   932 Mbits/sec
[  3] 4493.0-4494.0 sec   112 MBytes   936 Mbits/sec
[  3] 4494.0-4495.0 sec   112 MBytes   941 Mbits/sec
[  3] 4495.0-4496.0 sec   111 MBytes   928 Mbits/sec
[  3] 4496.0-4497.0 sec   112 MBytes   944 Mbits/sec
[  3] 4497.0-4498.0 sec   112 MBytes   935 Mbits/sec
[  3] 4498.0-4499.0 sec   111 MBytes   934 Mbits/sec
[  3] 4499.0-4500.0 sec   112 MBytes   938 Mbits/sec
[  3] 4500.0-4501.0 sec   112 MBytes   941 Mbits/sec
[  3] 4501.0-4502.0 sec   111 MBytes   931 Mbits/sec
[  3] 4502.0-4503.0 sec   112 MBytes   940 Mbits/sec
[  3] 4503.0-4504.0 sec   111 MBytes   931 Mbits/sec
[  3] 4504.0-4505.0 sec   112 MBytes   940 Mbits/sec
[  3] 4505.0-4506.0 sec   112 MBytes   941 Mbits/sec
[  3] 4506.0-4507.0 sec   112 MBytes   937 Mbits/sec
[  3] 4507.0-4508.0 sec   111 MBytes   934 Mbits/sec
[  3] 4508.0-4509.0 sec   112 MBytes   938 Mbits/sec
[  3] 4509.0-4510.0 sec   111 MBytes   932 Mbits/sec
[  3] 4510.0-4511.0 sec   112 MBytes   936 Mbits/sec
[  3] 4511.0-4512.0 sec   111 MBytes   932 Mbits/sec
[  3] 4512.0-4513.0 sec   112 MBytes   941 Mbits/sec
[  3] 4513.0-4514.0 sec   112 MBytes   938 Mbits/sec
[  3] 4514.0-4515.0 sec   112 MBytes   942 Mbits/sec
[  3] 4515.0-4516.0 sec   111 MBytes   929 Mbits/sec
[  3] 4516.0-4517.0 sec   112 MBytes   941 Mbits/sec
[  3] 4517.0-4518.0 sec   112 MBytes   938 Mbits/sec
[  3] 4518.0-4519.0 sec   111 MBytes   928 Mbits/sec
[  3] 4519.0-4520.0 sec   112 MBytes   938 Mbits/sec
[  3] 4520.0-4521.0 sec   112 MBytes   943 Mbits/sec
[  3] 4521.0-4522.0 sec   112 MBytes   938 Mbits/sec
[  3] 4522.0-4523.0 sec   111 MBytes   928 Mbits/sec
[  3] 4523.0-4524.0 sec   112 MBytes   944 Mbits/sec
[  3] 4524.0-4525.0 sec   112 MBytes   935 Mbits/sec
[  3] 4525.0-4526.0 sec   112 MBytes   938 Mbits/sec
[  3] 4526.0-4527.0 sec   112 MBytes   937 Mbits/sec
[  3] 4527.0-4528.0 sec   111 MBytes   930 Mbits/sec
[  3] 4528.0-4529.0 sec   112 MBytes   942 Mbits/sec
[  3] 4529.0-4530.0 sec   112 MBytes   938 Mbits/sec
[  3] 4530.0-4531.0 sec   111 MBytes   930 Mbits/sec
[  3] 4531.0-4532.0 sec   112 MBytes   935 Mbits/sec
[  3] 4532.0-4533.0 sec   112 MBytes   937 Mbits/sec
[  3] 4533.0-4534.0 sec   112 MBytes   943 Mbits/sec
[  3] 4534.0-4535.0 sec   112 MBytes   936 Mbits/sec
[  3] 4535.0-4536.0 sec   111 MBytes   928 Mbits/sec
[  3] 4536.0-4537.0 sec   112 MBytes   943 Mbits/sec
[  3] 4537.0-4538.0 sec   111 MBytes   931 Mbits/sec
[  3] 4538.0-4539.0 sec   113 MBytes   945 Mbits/sec
[  3] 4539.0-4540.0 sec   111 MBytes   928 Mbits/sec
[  3] 4540.0-4541.0 sec   112 MBytes   941 Mbits/sec
[  3] 4541.0-4542.0 sec   112 MBytes   942 Mbits/sec
[  3] 4542.0-4543.0 sec   111 MBytes   932 Mbits/sec
[  3] 4543.0-4544.0 sec   112 MBytes   941 Mbits/sec
[  3] 4544.0-4545.0 sec   111 MBytes   930 Mbits/sec
[  3] 4545.0-4546.0 sec   112 MBytes   936 Mbits/sec
[  3] 4546.0-4547.0 sec   112 MBytes   942 Mbits/sec
[  3] 4547.0-4548.0 sec   111 MBytes   934 Mbits/sec
[  3] 4548.0-4549.0 sec   112 MBytes   938 Mbits/sec
[  3] 4549.0-4550.0 sec   112 MBytes   935 Mbits/sec
[  3] 4550.0-4551.0 sec   112 MBytes   941 Mbits/sec
[  3] 4551.0-4552.0 sec   111 MBytes   929 Mbits/sec
[  3] 4552.0-4553.0 sec   112 MBytes   941 Mbits/sec
[  3] 4553.0-4554.0 sec   111 MBytes   930 Mbits/sec
[  3] 4554.0-4555.0 sec   113 MBytes   946 Mbits/sec
[  3] 4555.0-4556.0 sec   111 MBytes   928 Mbits/sec
[  3] 4556.0-4557.0 sec   112 MBytes   936 Mbits/sec
[  3] 4557.0-4558.0 sec   112 MBytes   940 Mbits/sec
[  3] 4558.0-4559.0 sec   112 MBytes   937 Mbits/sec
[  3] 4559.0-4560.0 sec   111 MBytes   934 Mbits/sec
[  3] 4560.0-4561.0 sec   112 MBytes   937 Mbits/sec
[  3] 4561.0-4562.0 sec   112 MBytes   938 Mbits/sec
[  3] 4562.0-4563.0 sec   112 MBytes   940 Mbits/sec
[  3] 4563.0-4564.0 sec   111 MBytes   932 Mbits/sec
[  3] 4564.0-4565.0 sec   112 MBytes   942 Mbits/sec
[  3] 4565.0-4566.0 sec   111 MBytes   931 Mbits/sec
[  3] 4566.0-4567.0 sec   112 MBytes   941 Mbits/sec
[  3] 4567.0-4568.0 sec   111 MBytes   934 Mbits/sec
[  3] 4568.0-4569.0 sec   112 MBytes   940 Mbits/sec
[  3] 4569.0-4570.0 sec   111 MBytes   930 Mbits/sec
[  3] 4570.0-4571.0 sec   112 MBytes   941 Mbits/sec
[  3] 4571.0-4572.0 sec   112 MBytes   941 Mbits/sec
[  3] 4572.0-4573.0 sec   111 MBytes   929 Mbits/sec
[  3] 4573.0-4574.0 sec   112 MBytes   943 Mbits/sec
[  3] 4574.0-4575.0 sec   111 MBytes   932 Mbits/sec
[  3] 4575.0-4576.0 sec   111 MBytes   933 Mbits/sec
[  3] 4576.0-4577.0 sec   112 MBytes   938 Mbits/sec
[  3] 4577.0-4578.0 sec   112 MBytes   941 Mbits/sec
[  3] 4578.0-4579.0 sec   112 MBytes   936 Mbits/sec
[  3] 4579.0-4580.0 sec   112 MBytes   942 Mbits/sec
[  3] 4580.0-4581.0 sec   111 MBytes   930 Mbits/sec
[  3] 4581.0-4582.0 sec   112 MBytes   937 Mbits/sec
[  3] 4582.0-4583.0 sec   112 MBytes   936 Mbits/sec
[  3] 4583.0-4584.0 sec   112 MBytes   938 Mbits/sec
[  3] 4584.0-4585.0 sec   112 MBytes   942 Mbits/sec
[  3] 4585.0-4586.0 sec   112 MBytes   936 Mbits/sec
[  3] 4586.0-4587.0 sec   111 MBytes   929 Mbits/sec
[  3] 4587.0-4588.0 sec   112 MBytes   944 Mbits/sec
[  3] 4588.0-4589.0 sec   111 MBytes   930 Mbits/sec
[  3] 4589.0-4590.0 sec   112 MBytes   941 Mbits/sec
[  3] 4590.0-4591.0 sec   112 MBytes   936 Mbits/sec
[  3] 4591.0-4592.0 sec   111 MBytes   932 Mbits/sec
[  3] 4592.0-4593.0 sec   112 MBytes   942 Mbits/sec
[  3] 4593.0-4594.0 sec   112 MBytes   935 Mbits/sec
[  3] 4594.0-4595.0 sec   112 MBytes   938 Mbits/sec
[  3] 4595.0-4596.0 sec   112 MBytes   936 Mbits/sec
[  3] 4596.0-4597.0 sec   112 MBytes   937 Mbits/sec
[  3] 4597.0-4598.0 sec   111 MBytes   928 Mbits/sec
[  3] 4598.0-4599.0 sec   112 MBytes   944 Mbits/sec
[  3] 4599.0-4600.0 sec   111 MBytes   933 Mbits/sec
[  3] 4600.0-4601.0 sec   111 MBytes   934 Mbits/sec
[  3] 4601.0-4602.0 sec   112 MBytes   936 Mbits/sec
[  3] 4602.0-4603.0 sec   111 MBytes   931 Mbits/sec
[  3] 4603.0-4604.0 sec   112 MBytes   941 Mbits/sec
[  3] 4604.0-4605.0 sec   111 MBytes   932 Mbits/sec
[  3] 4605.0-4606.0 sec   112 MBytes   938 Mbits/sec
[  3] 4606.0-4607.0 sec   112 MBytes   935 Mbits/sec
[  3] 4607.0-4608.0 sec   112 MBytes   941 Mbits/sec
[  3] 4608.0-4609.0 sec   112 MBytes   937 Mbits/sec
[  3] 4609.0-4610.0 sec   112 MBytes   941 Mbits/sec
[  3] 4610.0-4611.0 sec   111 MBytes   930 Mbits/sec
[  3] 4611.0-4612.0 sec   112 MBytes   942 Mbits/sec
[  3] 4612.0-4613.0 sec   112 MBytes   936 Mbits/sec
[  3] 4613.0-4614.0 sec   112 MBytes   940 Mbits/sec
[  3] 4614.0-4615.0 sec   111 MBytes   930 Mbits/sec
[  3] 4615.0-4616.0 sec   112 MBytes   940 Mbits/sec
[  3] 4616.0-4617.0 sec   111 MBytes   933 Mbits/sec
[  3] 4617.0-4618.0 sec   112 MBytes   940 Mbits/sec
[  3] 4618.0-4619.0 sec   112 MBytes   938 Mbits/sec
[  3] 4619.0-4620.0 sec   111 MBytes   929 Mbits/sec
[  3] 4620.0-4621.0 sec   112 MBytes   940 Mbits/sec
[  3] 4621.0-4622.0 sec   112 MBytes   940 Mbits/sec
[  3] 4622.0-4623.0 sec   111 MBytes   933 Mbits/sec
[  3] 4623.0-4624.0 sec   112 MBytes   938 Mbits/sec
[  3] 4624.0-4625.0 sec   112 MBytes   940 Mbits/sec
[  3] 4625.0-4626.0 sec   111 MBytes   930 Mbits/sec
[  3] 4626.0-4627.0 sec   112 MBytes   942 Mbits/sec
[  3] 4627.0-4628.0 sec   112 MBytes   935 Mbits/sec
[  3] 4628.0-4629.0 sec   112 MBytes   936 Mbits/sec
[  3] 4629.0-4630.0 sec   112 MBytes   942 Mbits/sec
[  3] 4630.0-4631.0 sec   110 MBytes   925 Mbits/sec
[  3] 4631.0-4632.0 sec   112 MBytes   936 Mbits/sec
[  3] 4632.0-4633.0 sec   112 MBytes   940 Mbits/sec
[  3] 4633.0-4634.0 sec   112 MBytes   942 Mbits/sec
[  3] 4634.0-4635.0 sec   111 MBytes   928 Mbits/sec
[  3] 4635.0-4636.0 sec   112 MBytes   942 Mbits/sec
[  3] 4636.0-4637.0 sec   111 MBytes   931 Mbits/sec
[  3] 4637.0-4638.0 sec   113 MBytes   947 Mbits/sec
[  3] 4638.0-4639.0 sec   110 MBytes   927 Mbits/sec
[  3] 4639.0-4640.0 sec   113 MBytes   946 Mbits/sec
[  3] 4640.0-4641.0 sec   111 MBytes   931 Mbits/sec
[  3] 4641.0-4642.0 sec   112 MBytes   943 Mbits/sec
[  3] 4642.0-4643.0 sec   111 MBytes   928 Mbits/sec
[  3] 4643.0-4644.0 sec   112 MBytes   935 Mbits/sec
[  3] 4644.0-4645.0 sec   112 MBytes   941 Mbits/sec
[  3] 4645.0-4646.0 sec   112 MBytes   940 Mbits/sec
[  3] 4646.0-4647.0 sec   112 MBytes   936 Mbits/sec
[  3] 4647.0-4648.0 sec   112 MBytes   937 Mbits/sec
[  3] 4648.0-4649.0 sec   111 MBytes   933 Mbits/sec
[  3] 4649.0-4650.0 sec   112 MBytes   941 Mbits/sec
[  3] 4650.0-4651.0 sec   111 MBytes   928 Mbits/sec
[  3] 4651.0-4652.0 sec   112 MBytes   937 Mbits/sec
[  3] 4652.0-4653.0 sec   112 MBytes   938 Mbits/sec
[  3] 4653.0-4654.0 sec   112 MBytes   942 Mbits/sec
[  3] 4654.0-4655.0 sec   112 MBytes   940 Mbits/sec
[  3] 4655.0-4656.0 sec   110 MBytes   927 Mbits/sec
[  3] 4656.0-4657.0 sec   113 MBytes   945 Mbits/sec
[  3] 4657.0-4658.0 sec   112 MBytes   938 Mbits/sec
[  3] 4658.0-4659.0 sec   110 MBytes   927 Mbits/sec
[  3] 4659.0-4660.0 sec   112 MBytes   941 Mbits/sec
[  3] 4660.0-4661.0 sec   112 MBytes   935 Mbits/sec
[  3] 4661.0-4662.0 sec   112 MBytes   942 Mbits/sec
[  3] 4662.0-4663.0 sec   112 MBytes   938 Mbits/sec
[  3] 4663.0-4664.0 sec   110 MBytes   927 Mbits/sec
[  3] 4664.0-4665.0 sec   112 MBytes   943 Mbits/sec
[  3] 4665.0-4666.0 sec   111 MBytes   932 Mbits/sec
[  3] 4666.0-4667.0 sec   112 MBytes   944 Mbits/sec
[  3] 4667.0-4668.0 sec   111 MBytes   929 Mbits/sec
[  3] 4668.0-4669.0 sec   112 MBytes   938 Mbits/sec
[  3] 4669.0-4670.0 sec   112 MBytes   940 Mbits/sec
[  3] 4670.0-4671.0 sec   112 MBytes   937 Mbits/sec
[  3] 4671.0-4672.0 sec   111 MBytes   929 Mbits/sec
[  3] 4672.0-4673.0 sec   112 MBytes   943 Mbits/sec
[  3] 4673.0-4674.0 sec   112 MBytes   941 Mbits/sec
[  3] 4674.0-4675.0 sec   112 MBytes   936 Mbits/sec
[  3] 4675.0-4676.0 sec   111 MBytes   932 Mbits/sec
[  3] 4676.0-4677.0 sec   112 MBytes   942 Mbits/sec
[  3] 4677.0-4678.0 sec   111 MBytes   928 Mbits/sec
[  3] 4678.0-4679.0 sec   112 MBytes   943 Mbits/sec
[  3] 4679.0-4680.0 sec   112 MBytes   937 Mbits/sec
[  3] 4680.0-4681.0 sec   111 MBytes   933 Mbits/sec
[  3] 4681.0-4682.0 sec   111 MBytes   933 Mbits/sec
[  3] 4682.0-4683.0 sec   112 MBytes   938 Mbits/sec
[  3] 4683.0-4684.0 sec   112 MBytes   937 Mbits/sec
[  3] 4684.0-4685.0 sec   112 MBytes   936 Mbits/sec
[  3] 4685.0-4686.0 sec   112 MBytes   938 Mbits/sec
[  3] 4686.0-4687.0 sec   112 MBytes   938 Mbits/sec
[  3] 4687.0-4688.0 sec   111 MBytes   929 Mbits/sec
[  3] 4688.0-4689.0 sec   112 MBytes   944 Mbits/sec
[  3] 4689.0-4690.0 sec   112 MBytes   936 Mbits/sec
[  3] 4690.0-4691.0 sec   111 MBytes   933 Mbits/sec
[  3] 4691.0-4692.0 sec   112 MBytes   937 Mbits/sec
[  3] 4692.0-4693.0 sec   112 MBytes   941 Mbits/sec
[  3] 4693.0-4694.0 sec   111 MBytes   930 Mbits/sec
[  3] 4694.0-4695.0 sec   112 MBytes   940 Mbits/sec
[  3] 4695.0-4696.0 sec   112 MBytes   941 Mbits/sec
[  3] 4696.0-4697.0 sec   111 MBytes   930 Mbits/sec
[  3] 4697.0-4698.0 sec   112 MBytes   942 Mbits/sec
[  3] 4698.0-4699.0 sec   112 MBytes   935 Mbits/sec
[  3] 4699.0-4700.0 sec   111 MBytes   932 Mbits/sec
[  3] 4700.0-4701.0 sec   112 MBytes   942 Mbits/sec
[  3] 4701.0-4702.0 sec   111 MBytes   932 Mbits/sec
[  3] 4702.0-4703.0 sec   112 MBytes   942 Mbits/sec
[  3] 4703.0-4704.0 sec   111 MBytes   933 Mbits/sec
[  3] 4704.0-4705.0 sec   112 MBytes   938 Mbits/sec
[  3] 4705.0-4706.0 sec   111 MBytes   934 Mbits/sec
[  3] 4706.0-4707.0 sec   111 MBytes   928 Mbits/sec
[  3] 4707.0-4708.0 sec   112 MBytes   940 Mbits/sec
[  3] 4708.0-4709.0 sec   112 MBytes   940 Mbits/sec
[  3] 4709.0-4710.0 sec   112 MBytes   941 Mbits/sec
[  3] 4710.0-4711.0 sec   111 MBytes   934 Mbits/sec
[  3] 4711.0-4712.0 sec   111 MBytes   933 Mbits/sec
[  3] 4712.0-4713.0 sec   112 MBytes   942 Mbits/sec
[  3] 4713.0-4714.0 sec   111 MBytes   930 Mbits/sec
[  3] 4714.0-4715.0 sec   112 MBytes   941 Mbits/sec
[  3] 4715.0-4716.0 sec   112 MBytes   940 Mbits/sec
[  3] 4716.0-4717.0 sec   111 MBytes   930 Mbits/sec
[  3] 4717.0-4718.0 sec   112 MBytes   937 Mbits/sec
[  3] 4718.0-4719.0 sec   111 MBytes   934 Mbits/sec
[  3] 4719.0-4720.0 sec   113 MBytes   946 Mbits/sec
[  3] 4720.0-4721.0 sec   111 MBytes   928 Mbits/sec
[  3] 4721.0-4722.0 sec   112 MBytes   938 Mbits/sec
[  3] 4722.0-4723.0 sec   112 MBytes   941 Mbits/sec
[  3] 4723.0-4724.0 sec   112 MBytes   935 Mbits/sec
[  3] 4724.0-4725.0 sec   112 MBytes   941 Mbits/sec
[  3] 4725.0-4726.0 sec   110 MBytes   925 Mbits/sec
[  3] 4726.0-4727.0 sec   112 MBytes   942 Mbits/sec
[  3] 4727.0-4728.0 sec   112 MBytes   943 Mbits/sec
[  3] 4728.0-4729.0 sec   110 MBytes   927 Mbits/sec
[  3] 4729.0-4730.0 sec   112 MBytes   942 Mbits/sec
[  3] 4730.0-4731.0 sec   112 MBytes   937 Mbits/sec
[  3] 4731.0-4732.0 sec   111 MBytes   933 Mbits/sec
[  3] 4732.0-4733.0 sec   112 MBytes   938 Mbits/sec
[  3] 4733.0-4734.0 sec   112 MBytes   941 Mbits/sec
[  3] 4734.0-4735.0 sec   111 MBytes   933 Mbits/sec
[  3] 4735.0-4736.0 sec   112 MBytes   940 Mbits/sec
[  3] 4736.0-4737.0 sec   111 MBytes   933 Mbits/sec
[  3] 4737.0-4738.0 sec   112 MBytes   940 Mbits/sec
[  3] 4738.0-4739.0 sec   111 MBytes   929 Mbits/sec
[  3] 4739.0-4740.0 sec   112 MBytes   943 Mbits/sec
[  3] 4740.0-4741.0 sec   112 MBytes   942 Mbits/sec
[  3] 4741.0-4742.0 sec   112 MBytes   935 Mbits/sec
[  3] 4742.0-4743.0 sec   111 MBytes   932 Mbits/sec
[  3] 4743.0-4744.0 sec   111 MBytes   932 Mbits/sec
[  3] 4744.0-4745.0 sec   112 MBytes   943 Mbits/sec
[  3] 4745.0-4746.0 sec   111 MBytes   931 Mbits/sec
[  3] 4746.0-4747.0 sec   112 MBytes   940 Mbits/sec
[  3] 4747.0-4748.0 sec   112 MBytes   935 Mbits/sec
[  3] 4748.0-4749.0 sec   112 MBytes   938 Mbits/sec
[  3] 4749.0-4750.0 sec   112 MBytes   942 Mbits/sec
[  3] 4750.0-4751.0 sec   111 MBytes   934 Mbits/sec
[  3] 4751.0-4752.0 sec   111 MBytes   933 Mbits/sec
[  3] 4752.0-4753.0 sec   112 MBytes   941 Mbits/sec
[  3] 4753.0-4754.0 sec   112 MBytes   938 Mbits/sec
[  3] 4754.0-4755.0 sec   110 MBytes   926 Mbits/sec
[  3] 4755.0-4756.0 sec   112 MBytes   940 Mbits/sec
[  3] 4756.0-4757.0 sec   112 MBytes   937 Mbits/sec
[  3] 4757.0-4758.0 sec   111 MBytes   933 Mbits/sec
[  3] 4758.0-4759.0 sec   112 MBytes   944 Mbits/sec
[  3] 4759.0-4760.0 sec   112 MBytes   940 Mbits/sec
[  3] 4760.0-4761.0 sec   111 MBytes   929 Mbits/sec
[  3] 4761.0-4762.0 sec   112 MBytes   941 Mbits/sec
[  3] 4762.0-4763.0 sec   111 MBytes   931 Mbits/sec
[  3] 4763.0-4764.0 sec   112 MBytes   944 Mbits/sec
[  3] 4764.0-4765.0 sec   111 MBytes   929 Mbits/sec
[  3] 4765.0-4766.0 sec   112 MBytes   936 Mbits/sec
[  3] 4766.0-4767.0 sec   112 MBytes   943 Mbits/sec
[  3] 4767.0-4768.0 sec   111 MBytes   931 Mbits/sec
[  3] 4768.0-4769.0 sec   113 MBytes   945 Mbits/sec
[  3] 4769.0-4770.0 sec   112 MBytes   937 Mbits/sec
[  3] 4770.0-4771.0 sec   111 MBytes   930 Mbits/sec
[  3] 4771.0-4772.0 sec   112 MBytes   940 Mbits/sec
[  3] 4772.0-4773.0 sec   111 MBytes   933 Mbits/sec
[  3] 4773.0-4774.0 sec   112 MBytes   943 Mbits/sec
[  3] 4774.0-4775.0 sec   111 MBytes   929 Mbits/sec
[  3] 4775.0-4776.0 sec   112 MBytes   938 Mbits/sec
[  3] 4776.0-4777.0 sec   112 MBytes   936 Mbits/sec
[  3] 4777.0-4778.0 sec   111 MBytes   933 Mbits/sec
[  3] 4778.0-4779.0 sec   112 MBytes   937 Mbits/sec
[  3] 4779.0-4780.0 sec   112 MBytes   940 Mbits/sec
[  3] 4780.0-4781.0 sec   112 MBytes   936 Mbits/sec
[  3] 4781.0-4782.0 sec   112 MBytes   941 Mbits/sec
[  3] 4782.0-4783.0 sec   111 MBytes   931 Mbits/sec
[  3] 4783.0-4784.0 sec   112 MBytes   940 Mbits/sec
[  3] 4784.0-4785.0 sec   111 MBytes   934 Mbits/sec
[  3] 4785.0-4786.0 sec   112 MBytes   944 Mbits/sec
[  3] 4786.0-4787.0 sec   111 MBytes   934 Mbits/sec
[  3] 4787.0-4788.0 sec   111 MBytes   929 Mbits/sec
[  3] 4788.0-4789.0 sec   112 MBytes   940 Mbits/sec
[  3] 4789.0-4790.0 sec   112 MBytes   935 Mbits/sec
[  3] 4790.0-4791.0 sec   112 MBytes   936 Mbits/sec
[  3] 4791.0-4792.0 sec   112 MBytes   940 Mbits/sec
[  3] 4792.0-4793.0 sec   112 MBytes   937 Mbits/sec
[  3] 4793.0-4794.0 sec   111 MBytes   934 Mbits/sec
[  3] 4794.0-4795.0 sec   112 MBytes   944 Mbits/sec
[  3] 4795.0-4796.0 sec   111 MBytes   930 Mbits/sec
[  3] 4796.0-4797.0 sec   112 MBytes   940 Mbits/sec
[  3] 4797.0-4798.0 sec   112 MBytes   941 Mbits/sec
[  3] 4798.0-4799.0 sec   112 MBytes   937 Mbits/sec
[  3] 4799.0-4800.0 sec   111 MBytes   930 Mbits/sec
[  3] 4800.0-4801.0 sec   112 MBytes   938 Mbits/sec
[  3] 4801.0-4802.0 sec   112 MBytes   935 Mbits/sec
[  3] 4802.0-4803.0 sec   112 MBytes   935 Mbits/sec
[  3] 4803.0-4804.0 sec   112 MBytes   940 Mbits/sec
[  3] 4804.0-4805.0 sec   112 MBytes   936 Mbits/sec
[  3] 4805.0-4806.0 sec   111 MBytes   933 Mbits/sec
[  3] 4806.0-4807.0 sec   112 MBytes   944 Mbits/sec
[  3] 4807.0-4808.0 sec   110 MBytes   926 Mbits/sec
[  3] 4808.0-4809.0 sec   112 MBytes   940 Mbits/sec
[  3] 4809.0-4810.0 sec   112 MBytes   935 Mbits/sec
[  3] 4810.0-4811.0 sec   112 MBytes   940 Mbits/sec
[  3] 4811.0-4812.0 sec   112 MBytes   935 Mbits/sec
[  3] 4812.0-4813.0 sec   112 MBytes   936 Mbits/sec
[  3] 4813.0-4814.0 sec   112 MBytes   940 Mbits/sec
[  3] 4814.0-4815.0 sec   112 MBytes   935 Mbits/sec
[  3] 4815.0-4816.0 sec   112 MBytes   941 Mbits/sec
[  3] 4816.0-4817.0 sec   111 MBytes   931 Mbits/sec
[  3] 4817.0-4818.0 sec   112 MBytes   938 Mbits/sec
[  3] 4818.0-4819.0 sec   111 MBytes   933 Mbits/sec
[  3] 4819.0-4820.0 sec   112 MBytes   940 Mbits/sec
[  3] 4820.0-4821.0 sec   112 MBytes   936 Mbits/sec
[  3] 4821.0-4822.0 sec   112 MBytes   940 Mbits/sec
[  3] 4822.0-4823.0 sec   111 MBytes   929 Mbits/sec
[  3] 4823.0-4824.0 sec   112 MBytes   937 Mbits/sec
[  3] 4824.0-4825.0 sec   113 MBytes   947 Mbits/sec
[  3] 4825.0-4826.0 sec   111 MBytes   929 Mbits/sec
[  3] 4826.0-4827.0 sec   112 MBytes   941 Mbits/sec
[  3] 4827.0-4828.0 sec   112 MBytes   938 Mbits/sec
[  3] 4828.0-4829.0 sec   111 MBytes   933 Mbits/sec
[  3] 4829.0-4830.0 sec   111 MBytes   934 Mbits/sec
[  3] 4830.0-4831.0 sec   112 MBytes   941 Mbits/sec
[  3] 4831.0-4832.0 sec   112 MBytes   938 Mbits/sec
[  3] 4832.0-4833.0 sec   111 MBytes   929 Mbits/sec
[  3] 4833.0-4834.0 sec   112 MBytes   940 Mbits/sec
[  3] 4834.0-4835.0 sec   112 MBytes   937 Mbits/sec
[  3] 4835.0-4836.0 sec   112 MBytes   942 Mbits/sec
[  3] 4836.0-4837.0 sec   111 MBytes   930 Mbits/sec
[  3] 4837.0-4838.0 sec   112 MBytes   942 Mbits/sec
[  3] 4838.0-4839.0 sec   111 MBytes   932 Mbits/sec
[  3] 4839.0-4840.0 sec   112 MBytes   935 Mbits/sec
[  3] 4840.0-4841.0 sec   112 MBytes   938 Mbits/sec
[  3] 4841.0-4842.0 sec   112 MBytes   942 Mbits/sec
[  3] 4842.0-4843.0 sec   111 MBytes   934 Mbits/sec
[  3] 4843.0-4844.0 sec   111 MBytes   930 Mbits/sec
[  3] 4844.0-4845.0 sec   112 MBytes   942 Mbits/sec
[  3] 4845.0-4846.0 sec   111 MBytes   931 Mbits/sec
[  3] 4846.0-4847.0 sec   112 MBytes   944 Mbits/sec
[  3] 4847.0-4848.0 sec   112 MBytes   940 Mbits/sec
[  3] 4848.0-4849.0 sec   111 MBytes   930 Mbits/sec
[  3] 4849.0-4850.0 sec   112 MBytes   940 Mbits/sec
[  3] 4850.0-4851.0 sec   112 MBytes   935 Mbits/sec
[  3] 4851.0-4852.0 sec   111 MBytes   932 Mbits/sec
[  3] 4852.0-4853.0 sec   112 MBytes   944 Mbits/sec
[  3] 4853.0-4854.0 sec   111 MBytes   933 Mbits/sec
[  3] 4854.0-4855.0 sec   112 MBytes   941 Mbits/sec
[  3] 4855.0-4856.0 sec   111 MBytes   930 Mbits/sec
[  3] 4856.0-4857.0 sec   112 MBytes   940 Mbits/sec
[  3] 4857.0-4858.0 sec   112 MBytes   938 Mbits/sec
[  3] 4858.0-4859.0 sec   111 MBytes   931 Mbits/sec
[  3] 4859.0-4860.0 sec   112 MBytes   940 Mbits/sec
[  3] 4860.0-4861.0 sec   112 MBytes   941 Mbits/sec
[  3] 4861.0-4862.0 sec   111 MBytes   931 Mbits/sec
[  3] 4862.0-4863.0 sec   112 MBytes   944 Mbits/sec
[  3] 4863.0-4864.0 sec   112 MBytes   936 Mbits/sec
[  3] 4864.0-4865.0 sec   111 MBytes   929 Mbits/sec
[  3] 4865.0-4866.0 sec   112 MBytes   942 Mbits/sec
[  3] 4866.0-4867.0 sec   111 MBytes   930 Mbits/sec
[  3] 4867.0-4868.0 sec   112 MBytes   940 Mbits/sec
[  3] 4868.0-4869.0 sec   112 MBytes   938 Mbits/sec
[  3] 4869.0-4870.0 sec   111 MBytes   933 Mbits/sec
[  3] 4870.0-4871.0 sec   112 MBytes   942 Mbits/sec
[  3] 4871.0-4872.0 sec   111 MBytes   931 Mbits/sec
[  3] 4872.0-4873.0 sec   112 MBytes   943 Mbits/sec
[  3] 4873.0-4874.0 sec   112 MBytes   940 Mbits/sec
[  3] 4874.0-4875.0 sec   111 MBytes   931 Mbits/sec
[  3] 4875.0-4876.0 sec   112 MBytes   942 Mbits/sec
[  3] 4876.0-4877.0 sec   111 MBytes   933 Mbits/sec
[  3] 4877.0-4878.0 sec   111 MBytes   932 Mbits/sec
[  3] 4878.0-4879.0 sec   112 MBytes   943 Mbits/sec
[  3] 4879.0-4880.0 sec   111 MBytes   930 Mbits/sec
[  3] 4880.0-4881.0 sec   112 MBytes   938 Mbits/sec
[  3] 4881.0-4882.0 sec   111 MBytes   932 Mbits/sec
[  3] 4882.0-4883.0 sec   112 MBytes   938 Mbits/sec
[  3] 4883.0-4884.0 sec   112 MBytes   940 Mbits/sec
[  3] 4884.0-4885.0 sec   112 MBytes   935 Mbits/sec
[  3] 4885.0-4886.0 sec   112 MBytes   942 Mbits/sec
[  3] 4886.0-4887.0 sec   111 MBytes   933 Mbits/sec
[  3] 4887.0-4888.0 sec   111 MBytes   931 Mbits/sec
[  3] 4888.0-4889.0 sec   113 MBytes   946 Mbits/sec
[  3] 4889.0-4890.0 sec   112 MBytes   935 Mbits/sec
[  3] 4890.0-4891.0 sec   111 MBytes   929 Mbits/sec
[  3] 4891.0-4892.0 sec   112 MBytes   943 Mbits/sec
[  3] 4892.0-4893.0 sec   112 MBytes   941 Mbits/sec
[  3] 4893.0-4894.0 sec   111 MBytes   928 Mbits/sec
[  3] 4894.0-4895.0 sec   113 MBytes   946 Mbits/sec
[  3] 4895.0-4896.0 sec   111 MBytes   933 Mbits/sec
[  3] 4896.0-4897.0 sec   111 MBytes   930 Mbits/sec
[  3] 4897.0-4898.0 sec   112 MBytes   940 Mbits/sec
[  3] 4898.0-4899.0 sec   112 MBytes   935 Mbits/sec
[  3] 4899.0-4900.0 sec   112 MBytes   943 Mbits/sec
[  3] 4900.0-4901.0 sec   111 MBytes   931 Mbits/sec
[  3] 4901.0-4902.0 sec   112 MBytes   942 Mbits/sec
[  3] 4902.0-4903.0 sec   112 MBytes   937 Mbits/sec
[  3] 4903.0-4904.0 sec   111 MBytes   929 Mbits/sec
[  3] 4904.0-4905.0 sec   112 MBytes   944 Mbits/sec
[  3] 4905.0-4906.0 sec   111 MBytes   934 Mbits/sec
[  3] 4906.0-4907.0 sec   112 MBytes   938 Mbits/sec
[  3] 4907.0-4908.0 sec   112 MBytes   936 Mbits/sec
[  3] 4908.0-4909.0 sec   112 MBytes   936 Mbits/sec
[  3] 4909.0-4910.0 sec   111 MBytes   934 Mbits/sec
[  3] 4910.0-4911.0 sec   112 MBytes   942 Mbits/sec
[  3] 4911.0-4912.0 sec   111 MBytes   930 Mbits/sec
[  3] 4912.0-4913.0 sec   112 MBytes   938 Mbits/sec
[  3] 4913.0-4914.0 sec   112 MBytes   938 Mbits/sec
[  3] 4914.0-4915.0 sec   112 MBytes   938 Mbits/sec
[  3] 4915.0-4916.0 sec   111 MBytes   930 Mbits/sec
[  3] 4916.0-4917.0 sec   112 MBytes   942 Mbits/sec
[  3] 4917.0-4918.0 sec   111 MBytes   928 Mbits/sec
[  3] 4918.0-4919.0 sec   112 MBytes   942 Mbits/sec
[  3] 4919.0-4920.0 sec   112 MBytes   941 Mbits/sec
[  3] 4920.0-4921.0 sec   111 MBytes   930 Mbits/sec
[  3] 4921.0-4922.0 sec   112 MBytes   941 Mbits/sec
[  3] 4922.0-4923.0 sec   112 MBytes   942 Mbits/sec
[  3] 4923.0-4924.0 sec   111 MBytes   929 Mbits/sec
[  3] 4924.0-4925.0 sec   112 MBytes   935 Mbits/sec
[  3] 4925.0-4926.0 sec   112 MBytes   937 Mbits/sec
[  3] 4926.0-4927.0 sec   112 MBytes   942 Mbits/sec
[  3] 4927.0-4928.0 sec   111 MBytes   934 Mbits/sec
[  3] 4928.0-4929.0 sec   111 MBytes   931 Mbits/sec
[  3] 4929.0-4930.0 sec   112 MBytes   944 Mbits/sec
[  3] 4930.0-4931.0 sec   111 MBytes   934 Mbits/sec
[  3] 4931.0-4932.0 sec   112 MBytes   937 Mbits/sec
[  3] 4932.0-4933.0 sec   111 MBytes   931 Mbits/sec
[  3] 4933.0-4934.0 sec   112 MBytes   937 Mbits/sec
[  3] 4934.0-4935.0 sec   113 MBytes   946 Mbits/sec
[  3] 4935.0-4936.0 sec   111 MBytes   928 Mbits/sec
[  3] 4936.0-4937.0 sec   112 MBytes   943 Mbits/sec
[  3] 4937.0-4938.0 sec   112 MBytes   937 Mbits/sec
[  3] 4938.0-4939.0 sec   111 MBytes   932 Mbits/sec
[  3] 4939.0-4940.0 sec   112 MBytes   940 Mbits/sec
[  3] 4940.0-4941.0 sec   112 MBytes   935 Mbits/sec
[  3] 4941.0-4942.0 sec   112 MBytes   938 Mbits/sec
[  3] 4942.0-4943.0 sec   111 MBytes   929 Mbits/sec
[  3] 4943.0-4944.0 sec   112 MBytes   944 Mbits/sec
[  3] 4944.0-4945.0 sec   111 MBytes   929 Mbits/sec
[  3] 4945.0-4946.0 sec   112 MBytes   936 Mbits/sec
[  3] 4946.0-4947.0 sec   112 MBytes   942 Mbits/sec
[  3] 4947.0-4948.0 sec   112 MBytes   941 Mbits/sec
[  3] 4948.0-4949.0 sec   111 MBytes   930 Mbits/sec
[  3] 4949.0-4950.0 sec   112 MBytes   941 Mbits/sec
[  3] 4950.0-4951.0 sec   112 MBytes   941 Mbits/sec
[  3] 4951.0-4952.0 sec   111 MBytes   928 Mbits/sec
[  3] 4952.0-4953.0 sec   112 MBytes   935 Mbits/sec
[  3] 4953.0-4954.0 sec   112 MBytes   937 Mbits/sec
[  3] 4954.0-4955.0 sec   112 MBytes   940 Mbits/sec
[  3] 4955.0-4956.0 sec   112 MBytes   935 Mbits/sec
[  3] 4956.0-4957.0 sec   112 MBytes   938 Mbits/sec
[  3] 4957.0-4958.0 sec   112 MBytes   943 Mbits/sec
[  3] 4958.0-4959.0 sec   110 MBytes   926 Mbits/sec
[  3] 4959.0-4960.0 sec   112 MBytes   940 Mbits/sec
[  3] 4960.0-4961.0 sec   112 MBytes   940 Mbits/sec
[  3] 4961.0-4962.0 sec   112 MBytes   938 Mbits/sec
[  3] 4962.0-4963.0 sec   111 MBytes   929 Mbits/sec
[  3] 4963.0-4964.0 sec   112 MBytes   943 Mbits/sec
[  3] 4964.0-4965.0 sec   112 MBytes   935 Mbits/sec
[  3] 4965.0-4966.0 sec   111 MBytes   934 Mbits/sec
[  3] 4966.0-4967.0 sec   112 MBytes   944 Mbits/sec
[  3] 4967.0-4968.0 sec   111 MBytes   928 Mbits/sec
[  3] 4968.0-4969.0 sec   112 MBytes   940 Mbits/sec
[  3] 4969.0-4970.0 sec   112 MBytes   943 Mbits/sec
[  3] 4970.0-4971.0 sec   111 MBytes   934 Mbits/sec
[  3] 4971.0-4972.0 sec   111 MBytes   934 Mbits/sec
[  3] 4972.0-4973.0 sec   112 MBytes   937 Mbits/sec
[  3] 4973.0-4974.0 sec   111 MBytes   930 Mbits/sec
[  3] 4974.0-4975.0 sec   112 MBytes   943 Mbits/sec
[  3] 4975.0-4976.0 sec   111 MBytes   933 Mbits/sec
[  3] 4976.0-4977.0 sec   112 MBytes   940 Mbits/sec
[  3] 4977.0-4978.0 sec   112 MBytes   940 Mbits/sec
[  3] 4978.0-4979.0 sec   111 MBytes   931 Mbits/sec
[  3] 4979.0-4980.0 sec   112 MBytes   940 Mbits/sec
[  3] 4980.0-4981.0 sec   111 MBytes   934 Mbits/sec
[  3] 4981.0-4982.0 sec   112 MBytes   935 Mbits/sec
[  3] 4982.0-4983.0 sec   112 MBytes   943 Mbits/sec
[  3] 4983.0-4984.0 sec   111 MBytes   931 Mbits/sec
[  3] 4984.0-4985.0 sec   112 MBytes   941 Mbits/sec
[  3] 4985.0-4986.0 sec   111 MBytes   930 Mbits/sec
[  3] 4986.0-4987.0 sec   112 MBytes   938 Mbits/sec
[  3] 4987.0-4988.0 sec   112 MBytes   941 Mbits/sec
[  3] 4988.0-4989.0 sec   111 MBytes   934 Mbits/sec
[  3] 4989.0-4990.0 sec   111 MBytes   933 Mbits/sec
[  3] 4990.0-4991.0 sec   112 MBytes   943 Mbits/sec
[  3] 4991.0-4992.0 sec   112 MBytes   937 Mbits/sec
[  3] 4992.0-4993.0 sec   111 MBytes   930 Mbits/sec
[  3] 4993.0-4994.0 sec   112 MBytes   941 Mbits/sec
[  3] 4994.0-4995.0 sec   112 MBytes   940 Mbits/sec
[  3] 4995.0-4996.0 sec   111 MBytes   934 Mbits/sec
[  3] 4996.0-4997.0 sec   112 MBytes   942 Mbits/sec
[  3] 4997.0-4998.0 sec   112 MBytes   936 Mbits/sec
[  3] 4998.0-4999.0 sec   111 MBytes   930 Mbits/sec
[  3] 4999.0-5000.0 sec   112 MBytes   940 Mbits/sec
[  3] 5000.0-5001.0 sec   112 MBytes   938 Mbits/sec
[  3] 5001.0-5002.0 sec   111 MBytes   929 Mbits/sec
[  3] 5002.0-5003.0 sec   112 MBytes   940 Mbits/sec
[  3] 5003.0-5004.0 sec   112 MBytes   940 Mbits/sec
[  3] 5004.0-5005.0 sec   112 MBytes   937 Mbits/sec
[  3] 5005.0-5006.0 sec   112 MBytes   936 Mbits/sec
[  3] 5006.0-5007.0 sec   111 MBytes   933 Mbits/sec
[  3] 5007.0-5008.0 sec   112 MBytes   942 Mbits/sec
[  3] 5008.0-5009.0 sec   111 MBytes   933 Mbits/sec
[  3] 5009.0-5010.0 sec   112 MBytes   941 Mbits/sec
[  3] 5010.0-5011.0 sec   111 MBytes   930 Mbits/sec
[  3] 5011.0-5012.0 sec   112 MBytes   941 Mbits/sec
[  3] 5012.0-5013.0 sec   112 MBytes   936 Mbits/sec
[  3] 5013.0-5014.0 sec   112 MBytes   940 Mbits/sec
[  3] 5014.0-5015.0 sec   111 MBytes   928 Mbits/sec
[  3] 5015.0-5016.0 sec   112 MBytes   940 Mbits/sec
[  3] 5016.0-5017.0 sec   112 MBytes   940 Mbits/sec
[  3] 5017.0-5018.0 sec   112 MBytes   936 Mbits/sec
[  3] 5018.0-5019.0 sec   111 MBytes   931 Mbits/sec
[  3] 5019.0-5020.0 sec   112 MBytes   940 Mbits/sec
[  3] 5020.0-5021.0 sec   112 MBytes   937 Mbits/sec
[  3] 5021.0-5022.0 sec   111 MBytes   933 Mbits/sec
[  3] 5022.0-5023.0 sec   112 MBytes   944 Mbits/sec
[  3] 5023.0-5024.0 sec   111 MBytes   928 Mbits/sec
[  3] 5024.0-5025.0 sec   112 MBytes   942 Mbits/sec
[  3] 5025.0-5026.0 sec   112 MBytes   937 Mbits/sec
[  3] 5026.0-5027.0 sec   111 MBytes   930 Mbits/sec
[  3] 5027.0-5028.0 sec   112 MBytes   942 Mbits/sec
[  3] 5028.0-5029.0 sec   111 MBytes   933 Mbits/sec
[  3] 5029.0-5030.0 sec   112 MBytes   937 Mbits/sec
[  3] 5030.0-5031.0 sec   112 MBytes   944 Mbits/sec
[  3] 5031.0-5032.0 sec   110 MBytes   927 Mbits/sec
[  3] 5032.0-5033.0 sec   113 MBytes   945 Mbits/sec
[  3] 5033.0-5034.0 sec   111 MBytes   930 Mbits/sec
[  3] 5034.0-5035.0 sec   112 MBytes   944 Mbits/sec
[  3] 5035.0-5036.0 sec   110 MBytes   919 Mbits/sec
[  3] 5036.0-5037.0 sec   112 MBytes   941 Mbits/sec
[  3] 5037.0-5038.0 sec   112 MBytes   938 Mbits/sec
[  3] 5038.0-5039.0 sec   112 MBytes   941 Mbits/sec
[  3] 5039.0-5040.0 sec   111 MBytes   928 Mbits/sec
[  3] 5040.0-5041.0 sec   112 MBytes   940 Mbits/sec
[  3] 5041.0-5042.0 sec   112 MBytes   936 Mbits/sec
[  3] 5042.0-5043.0 sec   112 MBytes   942 Mbits/sec
[  3] 5043.0-5044.0 sec   111 MBytes   931 Mbits/sec
[  3] 5044.0-5045.0 sec   112 MBytes   938 Mbits/sec
[  3] 5045.0-5046.0 sec   112 MBytes   936 Mbits/sec
[  3] 5046.0-5047.0 sec   111 MBytes   933 Mbits/sec
[  3] 5047.0-5048.0 sec   112 MBytes   940 Mbits/sec
[  3] 5048.0-5049.0 sec   112 MBytes   940 Mbits/sec
[  3] 5049.0-5050.0 sec   111 MBytes   932 Mbits/sec
[  3] 5050.0-5051.0 sec   111 MBytes   933 Mbits/sec
[  3] 5051.0-5052.0 sec   112 MBytes   944 Mbits/sec
[  3] 5052.0-5053.0 sec   111 MBytes   930 Mbits/sec
[  3] 5053.0-5054.0 sec   112 MBytes   941 Mbits/sec
[  3] 5054.0-5055.0 sec   112 MBytes   936 Mbits/sec
[  3] 5055.0-5056.0 sec   111 MBytes   931 Mbits/sec
[  3] 5056.0-5057.0 sec   113 MBytes   945 Mbits/sec
[  3] 5057.0-5058.0 sec   111 MBytes   932 Mbits/sec
[  3] 5058.0-5059.0 sec   112 MBytes   944 Mbits/sec
[  3] 5059.0-5060.0 sec   110 MBytes   927 Mbits/sec
[  3] 5060.0-5061.0 sec   112 MBytes   940 Mbits/sec
[  3] 5061.0-5062.0 sec   112 MBytes   938 Mbits/sec
[  3] 5062.0-5063.0 sec   112 MBytes   938 Mbits/sec
[  3] 5063.0-5064.0 sec   111 MBytes   928 Mbits/sec
[  3] 5064.0-5065.0 sec   112 MBytes   941 Mbits/sec
[  3] 5065.0-5066.0 sec   112 MBytes   942 Mbits/sec
[  3] 5066.0-5067.0 sec   111 MBytes   933 Mbits/sec
[  3] 5067.0-5068.0 sec   112 MBytes   937 Mbits/sec
[  3] 5068.0-5069.0 sec   111 MBytes   932 Mbits/sec
[  3] 5069.0-5070.0 sec   112 MBytes   942 Mbits/sec
[  3] 5070.0-5071.0 sec   111 MBytes   930 Mbits/sec
[  3] 5071.0-5072.0 sec   112 MBytes   941 Mbits/sec
[  3] 5072.0-5073.0 sec   112 MBytes   943 Mbits/sec
[  3] 5073.0-5074.0 sec   111 MBytes   932 Mbits/sec
[  3] 5074.0-5075.0 sec   112 MBytes   937 Mbits/sec
[  3] 5075.0-5076.0 sec   112 MBytes   940 Mbits/sec
[  3] 5076.0-5077.0 sec   112 MBytes   937 Mbits/sec
[  3] 5077.0-5078.0 sec   111 MBytes   930 Mbits/sec
[  3] 5078.0-5079.0 sec   112 MBytes   943 Mbits/sec
[  3] 5079.0-5080.0 sec   111 MBytes   930 Mbits/sec
[  3] 5080.0-5081.0 sec   111 MBytes   934 Mbits/sec
[  3] 5081.0-5082.0 sec   112 MBytes   944 Mbits/sec
[  3] 5082.0-5083.0 sec   112 MBytes   938 Mbits/sec
[  3] 5083.0-5084.0 sec   111 MBytes   933 Mbits/sec
[  3] 5084.0-5085.0 sec   112 MBytes   941 Mbits/sec
[  3] 5085.0-5086.0 sec   112 MBytes   936 Mbits/sec
[  3] 5086.0-5087.0 sec   110 MBytes   927 Mbits/sec
[  3] 5087.0-5088.0 sec   112 MBytes   940 Mbits/sec
[  3] 5088.0-5089.0 sec   112 MBytes   937 Mbits/sec
[  3] 5089.0-5090.0 sec   111 MBytes   931 Mbits/sec
[  3] 5090.0-5091.0 sec   112 MBytes   942 Mbits/sec
[  3] 5091.0-5092.0 sec   112 MBytes   941 Mbits/sec
[  3] 5092.0-5093.0 sec   111 MBytes   931 Mbits/sec
[  3] 5093.0-5094.0 sec   112 MBytes   937 Mbits/sec
[  3] 5094.0-5095.0 sec   112 MBytes   941 Mbits/sec
[  3] 5095.0-5096.0 sec   112 MBytes   935 Mbits/sec
[  3] 5096.0-5097.0 sec   112 MBytes   937 Mbits/sec
[  3] 5097.0-5098.0 sec   112 MBytes   940 Mbits/sec
[  3] 5098.0-5099.0 sec   111 MBytes   930 Mbits/sec
[  3] 5099.0-5100.0 sec   112 MBytes   940 Mbits/sec
[  3] 5100.0-5101.0 sec   112 MBytes   940 Mbits/sec
[  3] 5101.0-5102.0 sec   111 MBytes   928 Mbits/sec
[  3] 5102.0-5103.0 sec   112 MBytes   940 Mbits/sec
[  3] 5103.0-5104.0 sec   112 MBytes   942 Mbits/sec
[  3] 5104.0-5105.0 sec   111 MBytes   928 Mbits/sec
[  3] 5105.0-5106.0 sec   112 MBytes   941 Mbits/sec
[  3] 5106.0-5107.0 sec   112 MBytes   937 Mbits/sec
[  3] 5107.0-5108.0 sec   112 MBytes   938 Mbits/sec
[  3] 5108.0-5109.0 sec   112 MBytes   941 Mbits/sec
[  3] 5109.0-5110.0 sec   111 MBytes   932 Mbits/sec
[  3] 5110.0-5111.0 sec   111 MBytes   931 Mbits/sec
[  3] 5111.0-5112.0 sec   112 MBytes   941 Mbits/sec
[  3] 5112.0-5113.0 sec   111 MBytes   931 Mbits/sec
[  3] 5113.0-5114.0 sec   112 MBytes   941 Mbits/sec
[  3] 5114.0-5115.0 sec   112 MBytes   937 Mbits/sec
[  3] 5115.0-5116.0 sec   112 MBytes   943 Mbits/sec
[  3] 5116.0-5117.0 sec   110 MBytes   927 Mbits/sec
[  3] 5117.0-5118.0 sec   112 MBytes   943 Mbits/sec
[  3] 5118.0-5119.0 sec   112 MBytes   940 Mbits/sec
[  3] 5119.0-5120.0 sec   111 MBytes   928 Mbits/sec
[  3] 5120.0-5121.0 sec   112 MBytes   940 Mbits/sec
[  3] 5121.0-5122.0 sec   111 MBytes   934 Mbits/sec
[  3] 5122.0-5123.0 sec   112 MBytes   941 Mbits/sec
[  3] 5123.0-5124.0 sec   111 MBytes   932 Mbits/sec
[  3] 5124.0-5125.0 sec   112 MBytes   940 Mbits/sec
[  3] 5125.0-5126.0 sec   112 MBytes   940 Mbits/sec
[  3] 5126.0-5127.0 sec   112 MBytes   937 Mbits/sec
[  3] 5127.0-5128.0 sec   111 MBytes   928 Mbits/sec
[  3] 5128.0-5129.0 sec   112 MBytes   941 Mbits/sec
[  3] 5129.0-5130.0 sec   112 MBytes   936 Mbits/sec
[  3] 5130.0-5131.0 sec   112 MBytes   940 Mbits/sec
[  3] 5131.0-5132.0 sec   111 MBytes   931 Mbits/sec
[  3] 5132.0-5133.0 sec   112 MBytes   941 Mbits/sec
[  3] 5133.0-5134.0 sec   112 MBytes   937 Mbits/sec
[  3] 5134.0-5135.0 sec   111 MBytes   931 Mbits/sec
[  3] 5135.0-5136.0 sec   112 MBytes   938 Mbits/sec
[  3] 5136.0-5137.0 sec   112 MBytes   940 Mbits/sec
[  3] 5137.0-5138.0 sec   112 MBytes   942 Mbits/sec
[  3] 5138.0-5139.0 sec   111 MBytes   931 Mbits/sec
[  3] 5139.0-5140.0 sec   112 MBytes   942 Mbits/sec
[  3] 5140.0-5141.0 sec   110 MBytes   927 Mbits/sec
[  3] 5141.0-5142.0 sec   112 MBytes   942 Mbits/sec
[  3] 5142.0-5143.0 sec   111 MBytes   933 Mbits/sec
[  3] 5143.0-5144.0 sec   112 MBytes   943 Mbits/sec
[  3] 5144.0-5145.0 sec   112 MBytes   936 Mbits/sec
[  3] 5145.0-5146.0 sec   111 MBytes   930 Mbits/sec
[  3] 5146.0-5147.0 sec   112 MBytes   941 Mbits/sec
[  3] 5147.0-5148.0 sec   112 MBytes   941 Mbits/sec
[  3] 5148.0-5149.0 sec   112 MBytes   938 Mbits/sec
[  3] 5149.0-5150.0 sec   111 MBytes   931 Mbits/sec
[  3] 5150.0-5151.0 sec   112 MBytes   942 Mbits/sec
[  3] 5151.0-5152.0 sec   111 MBytes   930 Mbits/sec
[  3] 5152.0-5153.0 sec   111 MBytes   933 Mbits/sec
[  3] 5153.0-5154.0 sec   113 MBytes   945 Mbits/sec
[  3] 5154.0-5155.0 sec   111 MBytes   931 Mbits/sec
[  3] 5155.0-5156.0 sec   112 MBytes   940 Mbits/sec
[  3] 5156.0-5157.0 sec   111 MBytes   933 Mbits/sec
[  3] 5157.0-5158.0 sec   112 MBytes   938 Mbits/sec
[  3] 5158.0-5159.0 sec   112 MBytes   943 Mbits/sec
[  3] 5159.0-5160.0 sec   110 MBytes   927 Mbits/sec
[  3] 5160.0-5161.0 sec   112 MBytes   942 Mbits/sec
[  3] 5161.0-5162.0 sec   111 MBytes   932 Mbits/sec
[  3] 5162.0-5163.0 sec   112 MBytes   942 Mbits/sec
[  3] 5163.0-5164.0 sec   111 MBytes   930 Mbits/sec
[  3] 5164.0-5165.0 sec   112 MBytes   937 Mbits/sec
[  3] 5165.0-5166.0 sec   112 MBytes   940 Mbits/sec
[  3] 5166.0-5167.0 sec   112 MBytes   937 Mbits/sec
[  3] 5167.0-5168.0 sec   112 MBytes   940 Mbits/sec
[  3] 5168.0-5169.0 sec   112 MBytes   938 Mbits/sec
[  3] 5169.0-5170.0 sec   112 MBytes   936 Mbits/sec
[  3] 5170.0-5171.0 sec   111 MBytes   929 Mbits/sec
[  3] 5171.0-5172.0 sec   113 MBytes   946 Mbits/sec
[  3] 5172.0-5173.0 sec   111 MBytes   930 Mbits/sec
[  3] 5173.0-5174.0 sec   112 MBytes   942 Mbits/sec
[  3] 5174.0-5175.0 sec   111 MBytes   934 Mbits/sec
[  3] 5175.0-5176.0 sec   111 MBytes   930 Mbits/sec
[  3] 5176.0-5177.0 sec   113 MBytes   945 Mbits/sec
[  3] 5177.0-5178.0 sec   111 MBytes   932 Mbits/sec
[  3] 5178.0-5179.0 sec   111 MBytes   934 Mbits/sec
[  3] 5179.0-5180.0 sec   112 MBytes   938 Mbits/sec
[  3] 5180.0-5181.0 sec   112 MBytes   942 Mbits/sec
[  3] 5181.0-5182.0 sec   110 MBytes   925 Mbits/sec
[  3] 5182.0-5183.0 sec   112 MBytes   943 Mbits/sec
[  3] 5183.0-5184.0 sec   111 MBytes   934 Mbits/sec
[  3] 5184.0-5185.0 sec   112 MBytes   940 Mbits/sec
[  3] 5185.0-5186.0 sec   111 MBytes   930 Mbits/sec
[  3] 5186.0-5187.0 sec   112 MBytes   938 Mbits/sec
[  3] 5187.0-5188.0 sec   112 MBytes   940 Mbits/sec
[  3] 5188.0-5189.0 sec   112 MBytes   938 Mbits/sec
[  3] 5189.0-5190.0 sec   112 MBytes   936 Mbits/sec
[  3] 5190.0-5191.0 sec   112 MBytes   936 Mbits/sec
[  3] 5191.0-5192.0 sec   112 MBytes   937 Mbits/sec
[  3] 5192.0-5193.0 sec   112 MBytes   936 Mbits/sec
[  3] 5193.0-5194.0 sec   111 MBytes   931 Mbits/sec
[  3] 5194.0-5195.0 sec   112 MBytes   940 Mbits/sec
[  3] 5195.0-5196.0 sec   112 MBytes   942 Mbits/sec
[  3] 5196.0-5197.0 sec   111 MBytes   928 Mbits/sec
[  3] 5197.0-5198.0 sec   112 MBytes   940 Mbits/sec
[  3] 5198.0-5199.0 sec   112 MBytes   938 Mbits/sec
[  3] 5199.0-5200.0 sec   112 MBytes   938 Mbits/sec
[  3] 5200.0-5201.0 sec   110 MBytes   927 Mbits/sec
[  3] 5201.0-5202.0 sec   112 MBytes   940 Mbits/sec
[  3] 5202.0-5203.0 sec   112 MBytes   941 Mbits/sec
[  3] 5203.0-5204.0 sec   111 MBytes   931 Mbits/sec
[  3] 5204.0-5205.0 sec   112 MBytes   941 Mbits/sec
[  3] 5205.0-5206.0 sec   112 MBytes   937 Mbits/sec
[  3] 5206.0-5207.0 sec   112 MBytes   938 Mbits/sec
[  3] 5207.0-5208.0 sec   111 MBytes   933 Mbits/sec
[  3] 5208.0-5209.0 sec   111 MBytes   933 Mbits/sec
[  3] 5209.0-5210.0 sec   112 MBytes   935 Mbits/sec
[  3] 5210.0-5211.0 sec   112 MBytes   943 Mbits/sec
[  3] 5211.0-5212.0 sec   111 MBytes   933 Mbits/sec
[  3] 5212.0-5213.0 sec   112 MBytes   940 Mbits/sec
[  3] 5213.0-5214.0 sec   112 MBytes   941 Mbits/sec
[  3] 5214.0-5215.0 sec   111 MBytes   929 Mbits/sec
[  3] 5215.0-5216.0 sec   112 MBytes   937 Mbits/sec
[  3] 5216.0-5217.0 sec   112 MBytes   942 Mbits/sec
[  3] 5217.0-5218.0 sec   112 MBytes   938 Mbits/sec
[  3] 5218.0-5219.0 sec   111 MBytes   930 Mbits/sec
[  3] 5219.0-5220.0 sec   112 MBytes   944 Mbits/sec
[  3] 5220.0-5221.0 sec   112 MBytes   937 Mbits/sec
[  3] 5221.0-5222.0 sec   110 MBytes   927 Mbits/sec
[  3] 5222.0-5223.0 sec   112 MBytes   944 Mbits/sec
[  3] 5223.0-5224.0 sec   111 MBytes   931 Mbits/sec
[  3] 5224.0-5225.0 sec   111 MBytes   933 Mbits/sec
[  3] 5225.0-5226.0 sec   112 MBytes   944 Mbits/sec
[  3] 5226.0-5227.0 sec   111 MBytes   932 Mbits/sec
[  3] 5227.0-5228.0 sec   112 MBytes   937 Mbits/sec
[  3] 5228.0-5229.0 sec   112 MBytes   942 Mbits/sec
[  3] 5229.0-5230.0 sec   112 MBytes   938 Mbits/sec
[  3] 5230.0-5231.0 sec   112 MBytes   936 Mbits/sec
[  3] 5231.0-5232.0 sec   110 MBytes   927 Mbits/sec
[  3] 5232.0-5233.0 sec   112 MBytes   944 Mbits/sec
[  3] 5233.0-5234.0 sec   112 MBytes   936 Mbits/sec
[  3] 5234.0-5235.0 sec   112 MBytes   937 Mbits/sec
[  3] 5235.0-5236.0 sec   111 MBytes   928 Mbits/sec
[  3] 5236.0-5237.0 sec   112 MBytes   940 Mbits/sec
[  3] 5237.0-5238.0 sec   112 MBytes   938 Mbits/sec
[  3] 5238.0-5239.0 sec   112 MBytes   943 Mbits/sec
[  3] 5239.0-5240.0 sec   110 MBytes   927 Mbits/sec
[  3] 5240.0-5241.0 sec   112 MBytes   937 Mbits/sec
[  3] 5241.0-5242.0 sec   112 MBytes   936 Mbits/sec
[  3] 5242.0-5243.0 sec   112 MBytes   941 Mbits/sec
[  3] 5243.0-5244.0 sec   112 MBytes   938 Mbits/sec
[  3] 5244.0-5245.0 sec   111 MBytes   933 Mbits/sec
[  3] 5245.0-5246.0 sec   112 MBytes   944 Mbits/sec
[  3] 5246.0-5247.0 sec   111 MBytes   930 Mbits/sec
[  3] 5247.0-5248.0 sec   112 MBytes   936 Mbits/sec
[  3] 5248.0-5249.0 sec   112 MBytes   940 Mbits/sec
[  3] 5249.0-5250.0 sec   112 MBytes   941 Mbits/sec
[  3] 5250.0-5251.0 sec   111 MBytes   928 Mbits/sec
[  3] 5251.0-5252.0 sec   112 MBytes   940 Mbits/sec
[  3] 5252.0-5253.0 sec   112 MBytes   937 Mbits/sec
[  3] 5253.0-5254.0 sec   112 MBytes   937 Mbits/sec
[  3] 5254.0-5255.0 sec   111 MBytes   934 Mbits/sec
[  3] 5255.0-5256.0 sec   111 MBytes   934 Mbits/sec
[  3] 5256.0-5257.0 sec   112 MBytes   938 Mbits/sec
[  3] 5257.0-5258.0 sec   112 MBytes   938 Mbits/sec
[  3] 5258.0-5259.0 sec   111 MBytes   931 Mbits/sec
[  3] 5259.0-5260.0 sec   112 MBytes   940 Mbits/sec
[  3] 5260.0-5261.0 sec   112 MBytes   936 Mbits/sec
[  3] 5261.0-5262.0 sec   112 MBytes   940 Mbits/sec
[  3] 5262.0-5263.0 sec   111 MBytes   934 Mbits/sec
[  3] 5263.0-5264.0 sec   112 MBytes   940 Mbits/sec
[  3] 5264.0-5265.0 sec   111 MBytes   929 Mbits/sec
[  3] 5265.0-5266.0 sec   112 MBytes   937 Mbits/sec
[  3] 5266.0-5267.0 sec   112 MBytes   941 Mbits/sec
[  3] 5267.0-5268.0 sec   112 MBytes   942 Mbits/sec
[  3] 5268.0-5269.0 sec   111 MBytes   929 Mbits/sec
[  3] 5269.0-5270.0 sec   113 MBytes   946 Mbits/sec
[  3] 5270.0-5271.0 sec   111 MBytes   930 Mbits/sec
[  3] 5271.0-5272.0 sec   111 MBytes   933 Mbits/sec
[  3] 5272.0-5273.0 sec   112 MBytes   943 Mbits/sec
[  3] 5273.0-5274.0 sec   111 MBytes   931 Mbits/sec
[  3] 5274.0-5275.0 sec   112 MBytes   941 Mbits/sec
[  3] 5275.0-5276.0 sec   112 MBytes   941 Mbits/sec
[  3] 5276.0-5277.0 sec   111 MBytes   931 Mbits/sec
[  3] 5277.0-5278.0 sec   112 MBytes   940 Mbits/sec
[  3] 5278.0-5279.0 sec   112 MBytes   937 Mbits/sec
[  3] 5279.0-5280.0 sec   111 MBytes   929 Mbits/sec
[  3] 5280.0-5281.0 sec   112 MBytes   940 Mbits/sec
[  3] 5281.0-5282.0 sec   112 MBytes   936 Mbits/sec
[  3] 5282.0-5283.0 sec   112 MBytes   937 Mbits/sec
[  3] 5283.0-5284.0 sec   111 MBytes   932 Mbits/sec
[  3] 5284.0-5285.0 sec   112 MBytes   943 Mbits/sec
[  3] 5285.0-5286.0 sec   111 MBytes   933 Mbits/sec
[  3] 5286.0-5287.0 sec   112 MBytes   935 Mbits/sec
[  3] 5287.0-5288.0 sec   113 MBytes   946 Mbits/sec
[  3] 5288.0-5289.0 sec   110 MBytes   927 Mbits/sec
[  3] 5289.0-5290.0 sec   113 MBytes   945 Mbits/sec
[  3] 5290.0-5291.0 sec   112 MBytes   937 Mbits/sec
[  3] 5291.0-5292.0 sec   112 MBytes   938 Mbits/sec
[  3] 5292.0-5293.0 sec   111 MBytes   928 Mbits/sec
[  3] 5293.0-5294.0 sec   112 MBytes   943 Mbits/sec
[  3] 5294.0-5295.0 sec   112 MBytes   937 Mbits/sec
[  3] 5295.0-5296.0 sec   111 MBytes   932 Mbits/sec
[  3] 5296.0-5297.0 sec   112 MBytes   940 Mbits/sec
[  3] 5297.0-5298.0 sec   111 MBytes   928 Mbits/sec
[  3] 5298.0-5299.0 sec   112 MBytes   938 Mbits/sec
[  3] 5299.0-5300.0 sec   112 MBytes   937 Mbits/sec
[  3] 5300.0-5301.0 sec   112 MBytes   943 Mbits/sec
[  3] 5301.0-5302.0 sec   112 MBytes   937 Mbits/sec
[  3] 5302.0-5303.0 sec   112 MBytes   938 Mbits/sec
[  3] 5303.0-5304.0 sec   111 MBytes   931 Mbits/sec
[  3] 5304.0-5305.0 sec   112 MBytes   938 Mbits/sec
[  3] 5305.0-5306.0 sec   111 MBytes   931 Mbits/sec
[  3] 5306.0-5307.0 sec   112 MBytes   942 Mbits/sec
[  3] 5307.0-5308.0 sec   112 MBytes   940 Mbits/sec
[  3] 5308.0-5309.0 sec   111 MBytes   928 Mbits/sec
[  3] 5309.0-5310.0 sec   112 MBytes   940 Mbits/sec
[  3] 5310.0-5311.0 sec   112 MBytes   935 Mbits/sec
[  3] 5311.0-5312.0 sec   112 MBytes   937 Mbits/sec
[  3] 5312.0-5313.0 sec   112 MBytes   942 Mbits/sec
[  3] 5313.0-5314.0 sec   111 MBytes   931 Mbits/sec
[  3] 5314.0-5315.0 sec   112 MBytes   938 Mbits/sec
[  3] 5315.0-5316.0 sec   112 MBytes   942 Mbits/sec
[  3] 5316.0-5317.0 sec   111 MBytes   930 Mbits/sec
[  3] 5317.0-5318.0 sec   112 MBytes   943 Mbits/sec
[  3] 5318.0-5319.0 sec   110 MBytes   927 Mbits/sec
[  3] 5319.0-5320.0 sec   112 MBytes   937 Mbits/sec
[  3] 5320.0-5321.0 sec   112 MBytes   936 Mbits/sec
[  3] 5321.0-5322.0 sec   112 MBytes   944 Mbits/sec
[  3] 5322.0-5323.0 sec   111 MBytes   933 Mbits/sec
[  3] 5323.0-5324.0 sec   111 MBytes   934 Mbits/sec
[  3] 5324.0-5325.0 sec   112 MBytes   941 Mbits/sec
[  3] 5325.0-5326.0 sec   112 MBytes   935 Mbits/sec
[  3] 5326.0-5327.0 sec   112 MBytes   941 Mbits/sec
[  3] 5327.0-5328.0 sec   111 MBytes   930 Mbits/sec
[  3] 5328.0-5329.0 sec   112 MBytes   944 Mbits/sec
[  3] 5329.0-5330.0 sec   112 MBytes   936 Mbits/sec
[  3] 5330.0-5331.0 sec   111 MBytes   931 Mbits/sec
[  3] 5331.0-5332.0 sec   112 MBytes   942 Mbits/sec
[  3] 5332.0-5333.0 sec   112 MBytes   937 Mbits/sec
[  3] 5333.0-5334.0 sec   111 MBytes   932 Mbits/sec
[  3] 5334.0-5335.0 sec   111 MBytes   933 Mbits/sec
[  3] 5335.0-5336.0 sec   112 MBytes   944 Mbits/sec
[  3] 5336.0-5337.0 sec   111 MBytes   931 Mbits/sec
[  3] 5337.0-5338.0 sec   112 MBytes   938 Mbits/sec
[  3] 5338.0-5339.0 sec   112 MBytes   937 Mbits/sec
[  3] 5339.0-5340.0 sec   111 MBytes   931 Mbits/sec
[  3] 5340.0-5341.0 sec   112 MBytes   938 Mbits/sec
[  3] 5341.0-5342.0 sec   112 MBytes   938 Mbits/sec
[  3] 5342.0-5343.0 sec   112 MBytes   937 Mbits/sec
[  3] 5343.0-5344.0 sec   111 MBytes   933 Mbits/sec
[  3] 5344.0-5345.0 sec   112 MBytes   938 Mbits/sec
[  3] 5345.0-5346.0 sec   112 MBytes   937 Mbits/sec
[  3] 5346.0-5347.0 sec   112 MBytes   937 Mbits/sec
[  3] 5347.0-5348.0 sec   111 MBytes   931 Mbits/sec
[  3] 5348.0-5349.0 sec   112 MBytes   941 Mbits/sec
[  3] 5349.0-5350.0 sec   112 MBytes   941 Mbits/sec
[  3] 5350.0-5351.0 sec   111 MBytes   929 Mbits/sec
[  3] 5351.0-5352.0 sec   112 MBytes   936 Mbits/sec
[  3] 5352.0-5353.0 sec   112 MBytes   941 Mbits/sec
[  3] 5353.0-5354.0 sec   112 MBytes   936 Mbits/sec
[  3] 5354.0-5355.0 sec   112 MBytes   943 Mbits/sec
[  3] 5355.0-5356.0 sec   111 MBytes   929 Mbits/sec
[  3] 5356.0-5357.0 sec   112 MBytes   941 Mbits/sec
[  3] 5357.0-5358.0 sec   111 MBytes   931 Mbits/sec
[  3] 5358.0-5359.0 sec   113 MBytes   945 Mbits/sec
[  3] 5359.0-5360.0 sec   111 MBytes   934 Mbits/sec
[  3] 5360.0-5361.0 sec   112 MBytes   941 Mbits/sec
[  3] 5361.0-5362.0 sec   110 MBytes   926 Mbits/sec
[  3] 5362.0-5363.0 sec   112 MBytes   944 Mbits/sec
[  3] 5363.0-5364.0 sec   111 MBytes   932 Mbits/sec
[  3] 5364.0-5365.0 sec   112 MBytes   938 Mbits/sec
[  3] 5365.0-5366.0 sec   112 MBytes   937 Mbits/sec
[  3] 5366.0-5367.0 sec   111 MBytes   931 Mbits/sec
[  3] 5367.0-5368.0 sec   112 MBytes   940 Mbits/sec
[  3] 5368.0-5369.0 sec   112 MBytes   941 Mbits/sec
[  3] 5369.0-5370.0 sec   112 MBytes   940 Mbits/sec
[  3] 5370.0-5371.0 sec   111 MBytes   931 Mbits/sec
[  3] 5371.0-5372.0 sec   112 MBytes   938 Mbits/sec
[  3] 5372.0-5373.0 sec   112 MBytes   938 Mbits/sec
[  3] 5373.0-5374.0 sec   111 MBytes   934 Mbits/sec
[  3] 5374.0-5375.0 sec   112 MBytes   937 Mbits/sec
[  3] 5375.0-5376.0 sec   111 MBytes   933 Mbits/sec
[  3] 5376.0-5377.0 sec   112 MBytes   941 Mbits/sec
[  3] 5377.0-5378.0 sec   111 MBytes   934 Mbits/sec
[  3] 5378.0-5379.0 sec   112 MBytes   937 Mbits/sec
[  3] 5379.0-5380.0 sec   111 MBytes   933 Mbits/sec
[  3] 5380.0-5381.0 sec   112 MBytes   936 Mbits/sec
[  3] 5381.0-5382.0 sec   111 MBytes   934 Mbits/sec
[  3] 5382.0-5383.0 sec   112 MBytes   943 Mbits/sec
[  3] 5383.0-5384.0 sec   110 MBytes   927 Mbits/sec
[  3] 5384.0-5385.0 sec   112 MBytes   943 Mbits/sec
[  3] 5385.0-5386.0 sec   111 MBytes   933 Mbits/sec
[  3] 5386.0-5387.0 sec   112 MBytes   941 Mbits/sec
[  3] 5387.0-5388.0 sec   112 MBytes   935 Mbits/sec
[  3] 5388.0-5389.0 sec   111 MBytes   928 Mbits/sec
[  3] 5389.0-5390.0 sec   112 MBytes   942 Mbits/sec
[  3] 5390.0-5391.0 sec   111 MBytes   933 Mbits/sec
[  3] 5391.0-5392.0 sec   112 MBytes   937 Mbits/sec
[  3] 5392.0-5393.0 sec   112 MBytes   938 Mbits/sec
[  3] 5393.0-5394.0 sec   112 MBytes   943 Mbits/sec
[  3] 5394.0-5395.0 sec   111 MBytes   934 Mbits/sec
[  3] 5395.0-5396.0 sec   111 MBytes   929 Mbits/sec
[  3] 5396.0-5397.0 sec   112 MBytes   940 Mbits/sec
[  3] 5397.0-5398.0 sec   112 MBytes   942 Mbits/sec
[  3] 5398.0-5399.0 sec   111 MBytes   928 Mbits/sec
[  3] 5399.0-5400.0 sec   112 MBytes   943 Mbits/sec
[  3]  0.0-5400.0 sec   589 GBytes   937 Mbits/sec
rootroot@rootroot-X99-Turbo:~$ 

[END] 2025/8/15 13:48:33
 


网站公告

今日签到

点亮在社区的每一天
去签到