Jetson agx orin PCIe Error

Hi,
I enabled PCIe in our custom board,

According to the document links "https://docs.nvidia.com/jetson/archives/r35.2.1/DeveloperGuide/text/HR/JetsonModuleAdaptationAndBringUp/JetsonAgx OrinSeries.html#enable-pcie in-a-customer-CVb-design ", I added the node configuration in the “tegra234-p3737-pcie.dtsi” file:

  pcie@14180000 {
    status = "okay";
    phys = <&p2u_hsio_0>;
    phy-names = "p2u-0";
  };
   pcie@141e0000 {
      status = "okay";
      num-lanes = <8>;
      phys = <&p2u_gbe_0>, <&p2u_gbe_1>, <&p2u_gbe_2>,
                <&p2u_gbe_3>, <&p2u_gbe_4>, <&p2u_gbe_5>,
                <&p2u_gbe_6>, <&p2u_gbe_7>;
      phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3",
                  "p2u-4", "p2u-5", "p2u-6", "p2u-7";
   };

This node is added to enable pcie,After adding nodes, my PHY chip works fine.


New errors occasionally appear without any action on my part(This type of error also loops when the PHY is normal, but it can access the terminal, but now it can’t access the terminal.):

[   95.205676] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[   95.213955] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[   95.223808] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[   95.232408] pcieport 0000:00:00.0:    [ 0] RxErr

Here’s the full information:

Jetson UEFI firmware (version 2.1-32413640 built on 2023-01-24T23:12:27+00:00)
ESC   to enter Setup.
F11   to enter Boot Manager Menu.
Enter to continue boot.
**  WARNING: Test Key is used.  **
......
     L4TLauncher: Attempting Recovery Boot
EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Exiting boot services and installing virtual address map...
▒▒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
I/TC: Secondary CPU 8 initializing
I/TC: Secondary CPU 8 switching to normal world boot
I/TC: Secondary CPU 9 initializing
I/TC: Secondary CPU 9 switching to normal world boot
I/TC: Secondary CPU 10 initializing
I/TC: Secondary CPU 10 switching to normal world boot
I/TC: Secondary CPU 11 initializing
I/TC: Secondary CPU 11 switching to normal world boot
▒▒[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[    0.000000] Linux version 5.10.104-tegra (root@user-ZHENGJIUZHE-REN7000-28ICBR) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #3 SMP PREEMPT Sat Mar 4 16:35:13 CST 2023
[    0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[    0.000000] OF: fdt:  - 80000000 ,  c0000000
[    0.000000] Machine model: Jetson AGX Orin
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x808260a98 SMBIOS=0xffff0000 SMBIOS 3.0=0x806c00000 MEMATTR=0x80761e018 ESRT=0x80687c598 RNG=0x82a9ff398 MEMRESERVE=0x807642f18
[    0.000000] efi: seeding entropy pool
[    0.000000] esrt: Reserving ESRT space from 0x000000080687c598 to 0x000000080687c5d0.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000081a800000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000837ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000fffdffff]
[    0.000000]   node   0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000803ffffff]
[    0.000000]   node   0: [mem 0x0000000804000000-0x00000008061bffff]
[    0.000000]   node   0: [mem 0x00000008061c0000-0x00000008064e6fff]
[    0.000000]   node   0: [mem 0x00000008064e7000-0x0000000806680fff]
[    0.000000]   node   0: [mem 0x0000000806681000-0x0000000806beffff]
[    0.000000]   node   0: [mem 0x0000000806bf0000-0x0000000806c0ffff]
[    0.000000]   node   0: [mem 0x0000000806c10000-0x0000000806dfffff]
[    0.000000]   node   0: [mem 0x0000000806e00000-0x0000000806e4ffff]
[    0.000000]   node   0: [mem 0x0000000806e50000-0x000000080752ffff]
[    0.000000]   node   0: [mem 0x0000000807530000-0x000000080757ffff]
[    0.000000]   node   0: [mem 0x0000000807580000-0x00000008075affff]
[    0.000000]   node   0: [mem 0x00000008075b0000-0x00000008075dffff]
[    0.000000]   node   0: [mem 0x00000008075e0000-0x000000080761ffff]
[    0.000000]   node   0: [mem 0x0000000807620000-0x000000080763ffff]
[    0.000000]   node   0: [mem 0x0000000807640000-0x00000008076fffff]
[    0.000000]   node   0: [mem 0x0000000807700000-0x000000080788ffff]
[    0.000000]   node   0: [mem 0x0000000807890000-0x000000080797ffff]
[    0.000000]   node   0: [mem 0x0000000807980000-0x0000000807b0ffff]
[    0.000000]   node   0: [mem 0x0000000807b10000-0x0000000807b9ffff]
[    0.000000]   node   0: [mem 0x0000000807ba0000-0x0000000807d7ffff]
[    0.000000]   node   0: [mem 0x0000000807d80000-0x0000000807daffff]
[    0.000000]   node   0: [mem 0x0000000807db0000-0x0000000807dbffff]
[    0.000000]   node   0: [mem 0x0000000807dc0000-0x000000080838ffff]
[    0.000000]   node   0: [mem 0x0000000808390000-0x000000080842ffff]
[    0.000000]   node   0: [mem 0x0000000808430000-0x000000080852ffff]
[    0.000000]   node   0: [mem 0x0000000808530000-0x00000008085cffff]
[    0.000000]   node   0: [mem 0x00000008085d0000-0x00000008086cffff]
[    0.000000]   node   0: [mem 0x00000008086d0000-0x000000080876ffff]
[    0.000000]   node   0: [mem 0x0000000808770000-0x000000080903ffff]
[    0.000000]   node   0: [mem 0x0000000809040000-0x000000080921ffff]
[    0.000000]   node   0: [mem 0x0000000809220000-0x000000082a9affff]
[    0.000000]   node   0: [mem 0x000000082a9b0000-0x000000082a9fffff]
[    0.000000]   node   0: [mem 0x000000082aa00000-0x000000082e7fffff]
[    0.000000]   node   0: [mem 0x000000082ea00000-0x000000082eefffff]
[    0.000000]   node   0: [mem 0x0000000836000000-0x0000000837ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000837ffffff]
[    0.000000] On node 0, zone Normal: 256 pages in unavailable ranges
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 32 pages/cpu s90200 r8192 d32680 u131072
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 7937792
[    0.000000] Kernel command line: root=/dev/initrd rw rootwait mminit_loglevel=4 console=ttyTCU0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000df900000-0x00000000ef900000] (256MB)
[    0.000000] Memory: 31043900K/32257024K available (18880K kernel code, 3176K rwdata, 7176K rodata, 4032K init, 1110K bss, 950980K reserved, 262144K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=12.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70)
[    0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677]
[    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000824] Console: colour dummy device 80x25
[    0.000865] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000873] pid_max: default: 32768 minimum: 301
[    0.000939] LSM: Security Framework initializing
[    0.000960] Yama: becoming mindful.
[    0.000978] SELinux:  Initializing.
[    0.001068] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.001115] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.003220] rcu: Hierarchical SRCU implementation.
[    0.003322] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.004111] DTS File Name: /home/user/nvidia/nvidia_sdk/JetPack_5.1_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/sources/Linux_for_Tegra/source/public/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0000-p3737-0000.dts
[    0.004118] DTB Build time: Mar  7 2023 16:00:21
[    0.005637] Tegra Revision: A01 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[    0.005761] Remapping and enabling EFI services.
[    0.007000] smp: Bringing up secondary CPUs ...
[    0.035710] Detected PIPT I-cache on CPU1
[    0.035748] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[    0.035788] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[    0.064430] Detected PIPT I-cache on CPU2
[    0.064441] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[    0.064455] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[    0.093044] Detected PIPT I-cache on CPU3
[    0.093053] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[    0.093067] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[    0.123718] Detected PIPT I-cache on CPU4
[    0.123738] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[    0.123764] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[    0.152405] Detected PIPT I-cache on CPU5
[    0.152415] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[    0.152430] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[    0.181042] Detected PIPT I-cache on CPU6
[    0.181052] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[    0.181067] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[    0.209690] Detected PIPT I-cache on CPU7
[    0.209699] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[    0.209715] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[    0.240374] Detected PIPT I-cache on CPU8
[    0.240397] GICv3: CPU8: found redistributor 20000 region 0:0x000000000f540000
[    0.240425] CPU8: Booted secondary processor 0x0000020000 [0x410fd421]
[    0.269064] Detected PIPT I-cache on CPU9
[    0.269074] GICv3: CPU9: found redistributor 20100 region 0:0x000000000f560000
[    0.269089] CPU9: Booted secondary processor 0x0000020100 [0x410fd421]
[    0.298313] Detected PIPT I-cache on CPU10
[    0.298323] GICv3: CPU10: found redistributor 20200 region 0:0x000000000f580000
[    0.298338] CPU10: Booted secondary processor 0x0000020200 [0x410fd421]
[    0.327561] Detected PIPT I-cache on CPU11
[    0.327571] GICv3: CPU11: found redistributor 20300 region 0:0x000000000f5a0000
[    0.327586] CPU11: Booted secondary processor 0x0000020300 [0x410fd421]
[    0.327642] smp: Brought up 1 node, 12 CPUs
[    0.327661] SMP: Total of 12 processors activated.
[    0.327664] CPU features: detected: Privileged Access Never
[    0.327666] CPU features: detected: LSE atomic instructions
[    0.327667] CPU features: detected: User Access Override
[    0.327669] CPU features: detected: 32-bit EL0 Support
[    0.327672] CPU features: detected: Common not Private translations
[    0.327673] CPU features: detected: RAS Extension Support
[    0.327674] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.327676] CPU features: detected: CRC32 instructions
[    0.327677] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.363802] CPU: All CPU(s) started at EL2
[    0.366250] devtmpfs: initialized
[    0.383619] Registered cp15_barrier emulation handler
[    0.383630] Registered setend emulation handler
[    0.383634] KASLR enabled
[    0.383764] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.383775] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.385388] pinctrl core: initialized pinctrl subsystem
[    0.385968] SMBIOS 3.0.0 present.
[    0.385974] DMI: Unknown Jetson AGX Orin/Jetson AGX Orin, BIOS 2.1-32413640 01/24/2023
[    0.386256] NET: Registered protocol family 16
[    0.387090] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.387296] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.387492] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.387519] audit: initializing netlink subsys (disabled)
[    0.387615] audit: type=2000 audit(0.384:1): state=initialized audit_enabled=0 res=1
[    0.387778] thermal_sys: Registered thermal governor 'step_wise'
[    0.387780] thermal_sys: Registered thermal governor 'power_allocator'
[    0.387782] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.390328] cpuidle: using governor menu
[    0.390446] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.390569] ASID allocator initialised with 32768 entries
[    0.390668] Serial: AMBA PL011 UART driver
[    0.392393] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[    0.392417] Tegra reboot handler registered.
[    0.411535] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2c10000
[    0.411546] mc: mapped MMIO address: 0xffff800011210000 -> 0x2c20000
[    0.411552] mc: mapped MMIO address: 0xffff800011230000 -> 0x2c30000
[    0.411557] mc: mapped MMIO address: 0xffff800011250000 -> 0x2c40000
[    0.411563] mc: mapped MMIO address: 0xffff800011270000 -> 0x2c50000
[    0.411568] mc: mapped MMIO address: 0xffff800011290000 -> 0x2b80000
[    0.411575] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x2b90000
[    0.411581] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x2ba0000
[    0.411585] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x2bb0000
[    0.411590] mc: mapped MMIO address: 0xffff800011310000 -> 0x1700000
[    0.411595] mc: mapped MMIO address: 0xffff800011330000 -> 0x1710000
[    0.411600] mc: mapped MMIO address: 0xffff800011350000 -> 0x1720000
[    0.411607] mc: mapped MMIO address: 0xffff800011370000 -> 0x1730000
[    0.411612] mc: mapped MMIO address: 0xffff800011390000 -> 0x1740000
[    0.411618] mc: mapped MMIO address: 0xffff8000113b0000 -> 0x1750000
[    0.411623] mc: mapped MMIO address: 0xffff8000113d0000 -> 0x1760000
[    0.411628] mc: mapped MMIO address: 0xffff8000113f0000 -> 0x1770000
[    0.411637] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.411665] mc-err: mcerr ops are set to t23x
[    0.412370] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 70, base_baud = 0) is a SBSA
[    0.416465] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.416468] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.416470] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.416472] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.418162] ACPI: Interpreter disabled.
[    0.419355] vdd-av1v1-hub: supplied by vdd-5v-sys
[    0.419520] vbusA-cvb: supplied by vdd-5v-sys
[    0.419644] vbusB-cvb: supplied by vdd-5v-sys
[    0.419762] vdd-usbc1-vbus: supplied by vdd-5v-sys
[    0.419868] vdd-usbc2-vbus: supplied by vdd-5v-sys
[    0.420148] iommu: Default domain type: Translated
[    0.420193] eventlib_kernel: keventlib is initialized, test id: 0
[    0.420373] SCSI subsystem initialized
[    0.420447] usbcore: registered new interface driver usbfs
[    0.420460] usbcore: registered new interface driver hub
[    0.420473] usbcore: registered new device driver usb
[    0.420668] mc: Linux media interface: v0.10
[    0.420676] videodev: Linux video capture interface: v2.00
[    0.420832] pps_core: LinuxPPS API ver. 1 registered
[    0.420834] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.420842] PTP clock support registered
[    0.421067] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[    0.421106] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[    0.422423] Registered efivars operations
[    0.422584] FPGA manager framework
[    0.422612] Advanced Linux Sound Architecture Driver Initialized.
[    0.422860] Bluetooth: Core ver 2.22
[    0.422874] NET: Registered protocol family 31
[    0.422876] Bluetooth: HCI device and connection manager initialized
[    0.422881] Bluetooth: HCI socket layer initialized
[    0.422885] Bluetooth: L2CAP socket layer initialized
[    0.422891] Bluetooth: SCO socket layer initialized
[    0.423562] camchar: rtcpu character device driver loaded
[    0.423821] clocksource: Switched to clocksource arch_sys_counter
[    0.577214] VFS: Disk quotas dquot_6.6.0
[    0.577255] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.577399] pnp: PnP ACPI: disabled
[    0.579223] la/ptsa driver initialized.
[    0.579274] NET: Registered protocol family 2
[    0.579473] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.581637] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.581674] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.581874] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.582363] TCP: Hash tables configured (established 262144 bind 65536)
[    0.582446] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.582501] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.582640] NET: Registered protocol family 1
[    0.582906] RPC: Registered named UNIX socket transport module.
[    0.582912] RPC: Registered udp transport module.
[    0.582913] RPC: Registered tcp transport module.
[    0.582916] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.582928] PCI: CLS 0 bytes, default 64
[    0.583070] Trying to unpack rootfs image as initramfs...
[    0.748276] Freeing initrd memory: 12204K
[    0.750249] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.750423] kvm [1]: IPA Size Limit: 48 bits
[    0.750588] kvm [1]: VHE mode initialized successfully
[    0.751264] Initialise system trusted keyrings
[    0.751346] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    0.753543] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.753819] NFS: Registering the id_resolver key type
[    0.753832] Key type id_resolver registered
[    0.753835] Key type id_legacy registered
[    0.753869] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.753878] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.753890] ntfs: driver 2.1.32 [Flags: R/W].
[    0.765583] NET: Registered protocol family 38
[    0.765589] Key type asymmetric registered
[    0.765592] Asymmetric key parser 'x509' registered
[    0.765608] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.765667] io scheduler mq-deadline registered
[    0.765670] io scheduler kyber registered
[    0.769611] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    0.769640] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    0.769655] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    0.769671] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    0.772301] tegra_dc_assign_hw_data: no matching compatible node
[    0.772305] tegradccommon module_init failed
[    0.772309] tegradc module_init failed
[    0.772564] EINJ: ACPI disabled.
[    0.774180] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.774186] tegra-pmc: ### PMC reset source: BCCPLEXWDT
[    0.774189] tegra-pmc: ### PMC reset level: L1
[    0.774191] tegra-pmc: ### PMC reset status reg: 0x9
[    0.775418] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.781934] random: fast init done
[    0.782422] printk: console [ttyTCU0] enabled
[    2.416712] arm-smmu 12000000.iommu: probing hardware configuration...
[    2.422614] arm-smmu 12000000.iommu: SMMUv2 with:
[    2.427176] arm-smmu 12000000.iommu:         stage 1 translation
[    2.432489] arm-smmu 12000000.iommu:         stage 2 translation
[    2.437996] arm-smmu 12000000.iommu:         nested translation
[    2.443160] arm-smmu 12000000.iommu:         stream matching with 128 register groups
[    2.450335] arm-smmu 12000000.iommu:         128 context banks (0 stage-2 only)
[    2.458941] arm-smmu 12000000.iommu:         Supported page sizes: 0x00001000
[    2.463551] arm-smmu 12000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    2.470110] arm-smmu 12000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    2.477460] arm-smmu 10000000.iommu: probing hardware configuration...
[    2.483148] arm-smmu 10000000.iommu: SMMUv2 with:
[    2.487872] arm-smmu 10000000.iommu:         stage 1 translation
[    2.493384] arm-smmu 10000000.iommu:         stage 2 translation
[    2.498809] arm-smmu 10000000.iommu:         nested translation
[    2.504237] arm-smmu 10000000.iommu:         stream matching with 128 register groups
[    2.511411] arm-smmu 10000000.iommu:         128 context banks (0 stage-2 only)
[    2.520127] arm-smmu 10000000.iommu:         Supported page sizes: 0x00001000
[    2.524621] arm-smmu 10000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    2.531185] arm-smmu 10000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    2.538166] arm-smmu 8000000.iommu: probing hardware configuration...
[    2.544311] arm-smmu 8000000.iommu: SMMUv2 with:
[    2.549034] arm-smmu 8000000.iommu:  stage 1 translation
[    2.554547] arm-smmu 8000000.iommu:  stage 2 translation
[    2.559974] arm-smmu 8000000.iommu:  nested translation
[    2.565137] arm-smmu 8000000.iommu:  stream matching with 128 register groups
[    2.572311] arm-smmu 8000000.iommu:  128 context banks (0 stage-2 only)
[    2.580994] arm-smmu 8000000.iommu:  Supported page sizes: 0x00001000
[    2.585526] arm-smmu 8000000.iommu:  Stage-1: 48-bit VA -> 48-bit IPA
[    2.592085] arm-smmu 8000000.iommu:  Stage-2: 48-bit IPA -> 48-bit PA
[    2.599315] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    2.609098] tegra_profiler: version: 1.150, samples/io: 50/29
[    2.612299] tegra_profiler: auth: init
[    2.616338] nvsciipc: loaded module
[    2.621285] tun: Universal TUN/TAP device driver, 1.6
[    2.625298] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    2.631991] hns3: Copyright (c) 2017 Huawei Corporation.
[    2.637519] e1000e: Intel(R) PRO/1000 Network Driver
[    2.642310] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.648190] igb: Intel(R) Gigabit Ethernet Network Driver
[    2.653601] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.659463] PPP generic driver version 2.4.2
[    2.663795] PPP BSD Compression module registered
[    2.668388] PPP Deflate Compression module registered
[    2.673651] PPP MPPE Compression module registered
[    2.678645] usbcore: registered new interface driver r8152
[    2.683975] usbcore: registered new interface driver asix
[    2.689313] usbcore: registered new interface driver ax88179_178a
[    2.695430] usbcore: registered new interface driver cdc_ether
[    2.701379] usbcore: registered new interface driver net1080
[    2.706979] usbcore: registered new interface driver cdc_subset
[    2.713018] usbcore: registered new interface driver zaurus
[    2.718711] usbcore: registered new interface driver cdc_ncm
[    2.724395] usbcore: registered new interface driver aqc111
[    2.729926] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.736120] ohci-pci: OHCI PCI platform driver
[    2.740415] ohci-platform: OHCI generic platform driver
[    2.745789] tegra-xusb 3610000.xhci: Adding to iommu group 0
[    2.751811] usbcore: registered new interface driver uas
[    2.756693] usbcore: registered new interface driver usb-storage
[    2.762683] tegra-xudc 3550000.xudc: Adding to iommu group 1
[    2.768454] mousedev: PS/2 mouse device common for all mice
[    2.773847] usbcore: registered new interface driver xpad
[    2.781086] tegra_rtc c2a0000.rtc: registered as rtc1
[    2.784622] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:39 UTC (39)
[    2.792386] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.798633] i2c /dev entries driver
[    2.802196] tegra-i2c 3160000.i2c: Adding to iommu group 2
[    2.807809] tegra-i2c c240000.i2c: Adding to iommu group 2
[    2.813164] tegra-i2c 3180000.i2c: Adding to iommu group 2
[    2.818589] tegra-i2c 3190000.i2c: Adding to iommu group 2
[    2.823919] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[    2.829432] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[    2.834855] tegra-i2c c250000.i2c: Adding to iommu group 2
[    2.840210] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[    2.847689] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[    2.853803] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[    2.863009] device-mapper: uevent: version 1.0.3
[    2.866752] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    2.876341] sdhci: Secure Digital Host Controller Interface driver
[    2.881450] sdhci: Copyright(c) Pierre Ossman
[    2.885911] Synopsys Designware Multimedia Card Interface Driver
[    2.892028] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.898077] sdhci-tegra 3460000.sdhci: Adding to iommu group 3
[    2.898200] sdhci-tegra 3400000.sdhci: Adding to iommu group 4
[    2.898331] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[    2.904214] tegra-bpmp bpmp: firmware: 9a7bb16aee9be45a56e6-ccd7dae126b
[    2.925192] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9
[    2.928684] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81
[    2.937615] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0
[    2.938873] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful
▒▒debugfs initialized
▒▒[    4.158900] hid: raw HID events driver (C) Jiri Kosina
[    4.159576] usbcore: registered new interface driver usbhid
[    4.159737] usbhid: USB HID core driver
[    4.160633] tegra-dce d800000.dce: Adding to iommu group 5
[    4.162126] dce: dce_ipc_channel_init:314  Invalid Channel State [0x0] for ch_type [2]
[    4.163003] tegra234-aon c000000.aon: Adding to iommu group 6
[    4.163676] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x5]
[    4.164081] dce: dce_admin_send_cmd_ver:424  version : [0x2] err : [0x0]
[    4.164390] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x1]
[    4.164634] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [1] ...
[    4.164843] dce: dce_admin_setup_clients_ipc:529  Get queue info failed for [2]
[    4.165150] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x2]
[    4.165388] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [3] ...
[    4.165607] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [3]. Ignored...
[    4.167283] dce: dce_start_boot_flow:173  DCE_BOOT_DONE
[    4.172160]  c000000.aon:hsp: probed
[    4.176171] tegra234-aon c000000.aon: init done
[    4.181005] tegra23x-psc e860000.psc: Adding to iommu group 7
[    4.186579] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____)
[    4.192344] tegra23x-psc e860000.psc: init done
[    4.197290] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 8
[    4.204176] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    4.215240] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    4.220387] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    4.231526] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    4.242345] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    4.253274] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    4.265100] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    4.277593] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    4.289366] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (120)
[    4.295676] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    4.303945] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=10150ec03f8849d1537396903b70d4a48a255aba
[    4.303957] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN
[    4.316667] t19x_cache tegra-cache: probed
[    4.321485] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN
[    4.332627] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[    4.348302] optee: probing for conduit method.
[    4.348443] optee: revision 3.19 (18d0f61b)
[    4.349170] optee: dynamic shared memory is enabled
[    4.352141] optee: initialized driver
[    4.368841] nvpmodel: initialized successfully
[    4.369057] tegra_hv: get_hvd: not initialized yet
[    4.369205] user_ivc_mempool: hypervisor not present
[    4.370421] usbcore: registered new interface driver snd-usb-audio
[    4.376628] u32 classifier
[    4.378883]     input device check on
[    4.382391]     Actions configured
[    4.385920] Initializing XFRM netlink socket
[    4.390732] NET: Registered protocol family 10
[    4.396388] Segment Routing with IPv6
[    4.398348] NET: Registered protocol family 17
[    4.402814] NET: Registered protocol family 15
[    4.407199] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.421098] Bluetooth: RFCOMM socket layer initialized
[    4.425545] Bluetooth: RFCOMM ver 1.11
[    4.429391] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    4.435242] Bluetooth: HIDP socket layer initialized
[    4.441357] 9pnet: Installing 9P2000 support
[    4.444679] Key type dns_resolver registered
[    4.449913] registered taskstats version 1
[    4.453121] Loading compiled-in X.509 certificates
[    4.463691] Loaded X.509 cert 'Build time autogenerated kernel key: 355419fb71b03f2559e58497eadebc8d79f294cf'
[    4.468225] tegra194-pcie 14180000.pcie: Adding to iommu group 9
[    4.480708] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator
[    4.481590] tegra194-pcie 14100000.pcie: Adding to iommu group 10
[    4.492357] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    4.493016] tegra194-pcie 14160000.pcie: Adding to iommu group 11
[    4.505056] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    4.505605] tegra194-pcie 141a0000.pcie: Adding to iommu group 12
[    4.516910] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[    4.517236] tegra194-pcie 141e0000.pcie: Adding to iommu group 13
[    4.529220] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[    4.554576] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 14
[    4.557949] host1x 13e40000.host1x: Adding to iommu group 15
[    5.570205] t23x_init_gating_regs: Timed out waiting for syncpt ram init!
[    5.582990] host1x 13e40000.host1x: initialized
[    5.583541] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 16
[    5.584118] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[    5.585765] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 17
[    5.586310] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[    5.587936] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 18
[    5.588435] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[    5.590028] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 19
[    5.590512] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    5.592114] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 20
[    5.592646] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    5.594225] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 21
[    5.594714] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    5.605083] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 22
[    5.611681] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    5.623115] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 23
[    5.629720] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    5.641147] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 24
[    5.647713] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[    5.659198] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 25
[    5.665722] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[    5.677204] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 26
[    5.683802] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[    5.695176] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 27
[    5.701797] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[    5.713248] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 28
[    5.719835] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[    5.731250] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 29
[    5.737829] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[    5.749267] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 30
[    5.755858] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[    5.767293] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 31
[    5.773924] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[    5.785388] falcon 15340000.vic: Adding to iommu group 32
[    5.798425] falcon 15340000.vic: initialized
[    5.798831] falcon 15380000.nvjpg: Adding to iommu group 33
[    5.805698] falcon 15380000.nvjpg: initialized
[    5.805952] falcon 15540000.nvjpg1: Adding to iommu group 34
[    5.815620] falcon 15540000.nvjpg1: initialized
[    5.815889] falcon 154c0000.nvenc: Adding to iommu group 35
[    5.828538] falcon 154c0000.nvenc: initialized
[    5.828792] falcon 15a50000.ofa: Adding to iommu group 36
[    5.835596] falcon 15a50000.ofa: initialized
[    5.835867] nvdec 15480000.nvdec: Adding to iommu group 37
[    5.853585] nvdec 15480000.nvdec: initialized
[    5.853822] tsec 15500000.tsec: Adding to iommu group 38
[    5.858682] random: crng init done
[    5.860626] tsec 15500000.tsec: initialized
[    5.863459] gic 2a41000.agic-controller: GIC IRQ controller registered
[    5.873779] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    5.881602] gpio-394 (camera-control-output-low): hogged as output/low
[    5.881800] gpio-397 (camera-control-output-low): hogged as output/low
[    5.883788] gpio-487 (camera-control-output-low): hogged as output/low
[    5.890177] gpio-486 (camera-control-output-low): hogged as output/low
[    5.897634] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[    5.903515] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[    5.909728] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    5.916016] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    5.921577] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    5.927105] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    5.934732] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    5.940772] tegra194-isp5 14800000.isp: Adding to iommu group 39
[    5.950049] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    5.956079] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[    5.962111] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 40
[    5.969899] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 41
[    5.976928] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[    5.986180] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[    5.992158] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[    6.001607] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[    6.007649] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    6.017464] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[    6.023685] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 42
[    6.032267] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000)
[    6.043013] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 43
[    6.051609] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000)
[    6.062253] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 44
[    6.070694] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000)
[    6.081504] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 45
[    6.089940] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000)
[    6.100583] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 46
[    6.109206] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000)
[    6.119839] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 47
[    6.128455] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000)
[    6.139071] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 48
[    6.147724] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000)
[    6.158317] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 49
[    6.166910] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000)
[    6.177582] pva 16000000.pva0: Adding to iommu group 50
[    6.203019] pva 16000000.pva0: initialized
[    6.213091] nvdla 15880000.nvdla0: Adding to iommu group 51
[    6.222882] nvdla 15880000.nvdla0: initialized
[    6.224655] nvdla 158c0000.nvdla1: Adding to iommu group 52
[    6.233840] nvdla 158c0000.nvdla1: initialized
[    6.235588] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 2
[    6.236656] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[    6.237063] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    6.237223] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    6.237606] serial-tegra 3100000.serial: Adding to iommu group 2
[    6.239682] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART
[    6.248874] serial-tegra 3110000.serial: Adding to iommu group 2
[    6.254495] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 68, base_baud = 0) is a TEGRA_UART
[    6.263487] serial-tegra 3130000.serial: Adding to iommu group 2
[    6.269195] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 69, base_baud = 0) is a TEGRA_UART
[    6.296001] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release
[    6.296250] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.296416] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    6.301034] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[    6.309645] tegra-xusb 3610000.xhci: irq 238, io mem 0x03610000
[    6.315857] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    6.323877] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.331050] usb usb1: Product: xHCI Host Controller
[    6.336038] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    6.342336] usb usb1: SerialNumber: 3610000.xhci
[    6.347607] hub 1-0:1.0: USB hub found
[    6.350854] hub 1-0:1.0: 4 ports detected
[    6.355136] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.360286] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    6.367894] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    6.375302] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    6.383472] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.390724] usb usb2: Product: xHCI Host Controller
[    6.395711] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    6.401925] usb usb2: SerialNumber: 3610000.xhci
[    6.407060] hub 2-0:1.0: USB hub found
[    6.410341] hub 2-0:1.0: 4 ports detected
[    6.438430] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[    6.452634] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2011000 KHz, changing to: 2035200 KHz
[    6.455836] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2007000 KHz, changing to: 2035200 KHz
[    6.459470] cpufreq: cpufreq_online: CPU8: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz
[    6.461460] tegra194-cpufreq e000000.ccplex: probed with ICC
[    6.463127] tegra194-pcie 14180000.pcie: Using GICv2m MSI allocator
[    6.467521] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    6.468376] tegra194-pcie 14180000.pcie: host bridge /pcie@14180000 ranges:
[    6.474414] mmc0: CQHCI version 5.10
[    6.479110] tegra194-pcie 14180000.pcie:       IO 0x0038100000..0x00381fffff -> 0x0038100000
[    6.481395] irq: IRQ305: trimming hierarchy from :interrupt-controller@f400000-1
[    6.481437] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 305
[    6.504831] tegra194-pcie 14180000.pcie:      MEM 0x2728000000..0x272fffffff -> 0x0040000000
[    6.510562] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit
[    6.513318] tegra194-pcie 14180000.pcie:      MEM 0x2440000000..0x2727ffffff -> 0x2440000000
[    6.611061] mmc0: Command Queue Engine enabled
[    6.611192] mmc0: periodic cache flush enabled
[    6.611319] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    6.611986] mmcblk0: mmc0:0001 G1M15M 59.3 GiB
[    6.612316] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (510:0)
[    6.615804]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    6.635823] tegra194-pcie 14180000.pcie: Link up
[    6.637838] tegra194-pcie 14180000.pcie: PCI host bridge to bus 0000:00
[    6.638027] pci_bus 0000:00: root bus resource [bus 00-ff]
[    6.638177] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0x38100000-0x381fffff])
[    6.638434] pci_bus 0000:00: root bus resource [mem 0x2728000000-0x272fffffff] (bus address [0x40000000-0x47ffffff])
[    6.638713] pci_bus 0000:00: root bus resource [mem 0x2440000000-0x2727ffffff pref]
[    6.638963] pci 0000:00:00.0: [10de:229c] type 01 class 0x060400
[    6.639287] pci 0000:00:00.0: PME# supported from D0 D3hot
[    6.644122] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    6.644463] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[    6.644865] pci 0000:01:00.0: reg 0x18: [mem 0x2728004000-0x2728004fff 64bit]
[    6.645236] pci 0000:01:00.0: reg 0x20: [mem 0x2728000000-0x2728003fff 64bit]
[    6.646539] pci 0000:01:00.0: supports D1 D2
[    6.649728] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    6.661113] pci 0000:00:00.0: BAR 14: assigned [mem 0x2728000000-0x27280fffff]
[    6.663810] pci 0000:00:00.0: BAR 13: assigned [io  0x1000-0x1fff]
[    6.669939] pci 0000:01:00.0: BAR 4: assigned [mem 0x2728000000-0x2728003fff 64bit]
[    6.677738] pci 0000:01:00.0: BAR 2: assigned [mem 0x2728004000-0x2728004fff 64bit]
[    6.685612] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    6.691843] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    6.696888] pci 0000:00:00.0:   bridge window [io  0x1000-0x1fff]
[    6.703190] pci 0000:00:00.0:   bridge window [mem 0x2728000000-0x27280fffff]
[    6.710375] pci 0000:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[    6.718745] pci 0000:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[    6.727435] pcieport 0000:00:00.0: Adding to iommu group 9
[    6.732854] pcieport 0000:00:00.0: PME: Signaling with IRQ 51
[    6.738527] pcieport 0000:00:00.0: AER: enabled with IRQ 51
[    6.738793] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[    6.744246] r8169 0000:01:00.0: Adding to iommu group 9
[    6.751076] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    6.765849] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    6.773137] r8169 0000:01:00.0: can't read MAC address, setting random one
[    6.774071] pcieport 0000:00:00.0:    [ 0] RxErr
[    6.781875] r8169 0000:01:00.0 eth0: RTL8168h/8111h, c2:f5:6a:4d:8c:f1, XID 541, IRQ 306
[    6.787126] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[    6.795064] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.802460] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    6.810917] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    6.826840] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    6.835152] pcieport 0000:00:00.0:    [ 0] RxErr
[    6.841458] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[    6.848636] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    6.848643] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[    6.858159] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    6.865243] tegra194-pcie 14100000.pcie:       IO 0x0030100000..0x00301fffff -> 0x0030100000
[    6.865248] tegra194-pcie 14100000.pcie:      MEM 0x20a8000000..0x20afffffff -> 0x0040000000
[    6.865250] tegra194-pcie 14100000.pcie:      MEM 0x2080000000..0x20a7ffffff -> 0x2080000000
[    6.899372] pcieport 0000:00:00.0:    [ 0] RxErr
[    6.905697] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[    6.912853] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    6.922472] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    6.930785] pcieport 0000:00:00.0:    [ 0] RxErr
[    6.937004] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[    6.944360] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    6.953884] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000081/0000e000
[    6.962118] pcieport 0000:00:00.0:    [ 0] RxErr
[    6.968234] pcieport 0000:00:00.0:    [ 7] BadDLLP
[    6.974367] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[    6.981628] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    6.991266] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000081/0000e000
[    6.999647] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.005773] pcieport 0000:00:00.0:    [ 7] BadDLLP
[    7.011992] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[    7.019342] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.028960] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000081/0000e000
[    7.037184] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.043309] pcieport 0000:00:00.0:    [ 7] BadDLLP
[    7.049536] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[    7.057603] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.067285] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000081/0000e000
[    7.075510] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.081635] pcieport 0000:00:00.0:    [ 7] BadDLLP
[    7.087853] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[    7.095933] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.105610] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    7.113835] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.119965] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[    7.128049] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.137645] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    7.146035] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.152172] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[    7.160167] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.169756] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    7.178060] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.184366] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[    7.192342] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.201946] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    7.210260] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.216566] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[    7.224542] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.234147] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    7.242469] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.248774] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[    7.256750] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.266347] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    7.274660] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.280966] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[    7.288140] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.297761] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    7.306073] pcieport 0000:00:00.0:    [ 0] RxErr
[    7.312377] pcieport 0000:00:00.0: AER: Multiple Corrected error received: 0000:00:00.0
[    7.320364] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[    7.329967] pcieport 0000:00:00.0:   device [10de:229c] error status/mask=00000001/0000e000
[    7.338271] pcieport 0000:00:00.0:    [ 0] RxErr

Hi,
Is this because of my flash ?

Is C7 really in use on your custom board?

C7 is already used in my custom board, but it is not connected to the U.2 hard drive at the moment. I have tested that it works.

Please check if it is caused by C0 first. Disable those controller one by one and see which one is causing issue.

If it is C0, please share the schematic of both module side and pcie device side.

Hi Wayne,
Uploading: e4e1414634d7dc1440459f20b20a5d7.png…

I checked the controller nodes and circuit schematics and found that they were all correct, so I replaced the PHY chip and it now works fine, but at a very low speed.

root@nvidia-agx-orin:/home/nvidia# iperf3 -c 192.168.137.111 -p 5050 -t 1080
Connecting to host 192.168.137.111, port 5050
[  5] local 192.168.137.110 port 54504 connected to 192.168.137.111 port 5050
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  2.08 MBytes  17.5 Mbits/sec    0   62.7 KBytes
[  5]   1.00-2.00   sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]   2.00-3.00   sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5]   3.00-4.00   sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]   4.00-5.00   sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]   5.00-6.00   sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]   6.00-7.00   sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]   7.00-8.00   sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]   8.00-9.00   sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]   9.00-10.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  10.00-11.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  11.00-12.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  12.00-13.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  13.00-14.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  14.00-15.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  15.00-16.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  16.00-17.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  17.00-18.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  18.00-19.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  19.00-20.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  20.00-21.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  21.00-22.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  22.00-23.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  23.00-24.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  24.00-25.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  25.00-26.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  26.00-27.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  27.00-28.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  28.00-29.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  29.00-30.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  30.00-31.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  31.00-32.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  32.00-33.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  33.00-34.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  34.00-35.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  35.00-36.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  36.00-37.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  37.00-38.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  38.00-39.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  39.00-40.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  40.00-41.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  41.00-42.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  42.00-43.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  43.00-44.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  44.00-45.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  45.00-46.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  46.00-47.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  47.00-48.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  48.00-49.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  49.00-50.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  50.00-51.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  51.00-52.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  52.00-53.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  53.00-54.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  54.00-55.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  55.00-56.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  56.00-57.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  57.00-58.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  58.00-59.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  59.00-60.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  60.00-61.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  61.00-62.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  62.00-63.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  63.00-64.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  64.00-65.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  65.00-66.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  66.00-67.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  67.00-68.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  68.00-69.00  sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5]  69.00-70.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  70.00-71.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  71.00-72.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  72.00-73.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  73.00-74.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  74.00-75.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  75.00-76.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  76.00-77.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  77.00-78.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  78.00-79.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  79.00-80.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  80.00-81.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  81.00-82.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  82.00-83.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  83.00-84.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  84.00-85.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  85.00-86.00  sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5]  86.00-87.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  87.00-88.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  88.00-89.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  89.00-90.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  90.00-91.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  91.00-92.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  92.00-93.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  93.00-94.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  94.00-95.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  95.00-96.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  96.00-97.00  sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5]  97.00-98.00  sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5]  98.00-99.00  sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5]  99.00-100.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 100.00-101.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 101.00-102.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 102.00-103.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 103.00-104.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 104.00-105.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 105.00-106.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 106.00-107.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 107.00-108.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 108.00-109.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 109.00-110.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 110.00-111.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 111.00-112.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 112.00-113.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 113.00-114.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 114.00-115.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 115.00-116.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 116.00-117.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 117.00-118.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 118.00-119.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 119.00-120.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 120.00-121.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 121.00-122.00 sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5] 122.00-123.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 123.00-124.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 124.00-125.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 125.00-126.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 126.00-127.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 127.00-128.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 128.00-129.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 129.00-130.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 130.00-131.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 131.00-132.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 132.00-133.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 133.00-134.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 134.00-135.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 135.00-136.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 136.00-137.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 137.00-138.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 138.00-139.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 139.00-140.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 140.00-141.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 141.00-142.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 142.00-143.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 143.00-144.00 sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5] 144.00-145.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 145.00-146.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 146.00-147.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 147.00-148.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 148.00-149.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 149.00-150.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 150.00-151.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 151.00-152.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 152.00-153.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 153.00-154.00 sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5] 154.00-155.00 sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5] 155.00-156.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 156.00-157.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 157.00-158.00 sec   981 KBytes  8.04 Mbits/sec    0   62.7 KBytes
[  5] 158.00-159.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 159.00-160.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 160.00-161.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 161.00-162.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 162.00-163.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 163.00-164.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 164.00-165.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 165.00-166.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 166.00-167.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 167.00-168.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 168.00-169.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 169.00-170.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 170.00-171.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 171.00-172.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 172.00-173.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 173.00-174.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 174.00-175.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 175.00-176.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 176.00-177.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 177.00-178.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 178.00-179.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 179.00-180.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 180.00-181.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 181.00-182.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 182.00-183.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 183.00-184.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 184.00-185.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 185.00-186.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 186.00-187.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 187.00-188.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 188.00-189.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 189.00-190.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 190.00-191.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 191.00-192.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 192.00-193.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 193.00-194.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes
[  5] 194.00-195.00 sec  1.44 MBytes  12.1 Mbits/sec    0   62.7 KBytes
[  5] 195.00-196.00 sec   981 KBytes  8.03 Mbits/sec    0   62.7 KBytes

Sorry for the late response, have you managed to get issue resolved or still need the support? Thanks

Hi kayccc,
Thank you very much for your help. My PCIE can be used normally. Thank you very much.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.