TDA4VM: DP83867 TX data lose

Part Number: TDA4VM

Tool/software:

TDA4VM DP83867 RGMII, pcblayout cable length RX(RD0、RD1、RD2、RD3、RXC):6500mil;TX(TD0、TD1、TD2、TD3、TXC):6000mil

Tx internal delay and rx internal delay configurate to 0ns on circuit board currently,  dts configurate as follow:

&wkup_pmx0 {
mcu_cpsw_pins_default: mcu-cpsw-pins-default {
pinctrl-single,pins = <
J721E_WKUP_IOPAD(0x0058, PIN_OUTPUT, 0) /* MCU_RGMII1_TX_CTL */
J721E_WKUP_IOPAD(0x005c, PIN_INPUT, 0) /* MCU_RGMII1_RX_CTL */
J721E_WKUP_IOPAD(0x0060, PIN_OUTPUT, 0) /* MCU_RGMII1_TD3 */
J721E_WKUP_IOPAD(0x0064, PIN_OUTPUT, 0) /* MCU_RGMII1_TD2 */
J721E_WKUP_IOPAD(0x0068, PIN_OUTPUT, 0) /* MCU_RGMII1_TD1 */
J721E_WKUP_IOPAD(0x006c, PIN_OUTPUT, 0) /* MCU_RGMII1_TD0 */
J721E_WKUP_IOPAD(0x0078, PIN_INPUT, 0) /* MCU_RGMII1_RD3 */
J721E_WKUP_IOPAD(0x007c, PIN_INPUT, 0) /* MCU_RGMII1_RD2 */
J721E_WKUP_IOPAD(0x0080, PIN_INPUT, 0) /* MCU_RGMII1_RD1 */
J721E_WKUP_IOPAD(0x0084, PIN_INPUT, 0) /* MCU_RGMII1_RD0 */
J721E_WKUP_IOPAD(0x0070, PIN_OUTPUT, 0) /* MCU_RGMII1_TXC */
J721E_WKUP_IOPAD(0x0074, PIN_INPUT, 0) /* MCU_RGMII1_RXC */
>;
};

mcu_mdio_pins_default: mcu-mdio1-pins-default {
pinctrl-single,pins = <
J721E_WKUP_IOPAD(0x008c, PIN_OUTPUT, 0) /* MCU_MDIO0_MDC */
J721E_WKUP_IOPAD(0x0088, PIN_INPUT, 0) /* MCU_MDIO0_MDIO */
>;
};
};

&mcu_cpsw {
pinctrl-names = "default";
pinctrl-0 = <&mcu_cpsw_pins_default &mcu_mdio_pins_default>;
};

&cpsw_port1 {
phy-mode = "rgmii-rxid";
phy-handle = <&phy0>;
};

&davinci_mdio {
phy0: ethernet-phy@0 {
reg = <0>;
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>;
ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
rx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
};
};

When TDA4VM as server, PC as client,  Execute  'iperf3 -c 192.168.1.200 -i 1 -t 20 -u -b 500M' cmd on PC,  TDA4VM rx data lose less than 0.1%,

But when TDA4VM as client, PC as server, Execute  'iperf3 -c 192.168.1.205 -i 1 -t 20 -u -b 500M' cmd on TDA4VM,  TDA4VM tx data lose more than 60%.

What causes this ?  Can I configure some parameters to reduce tx data lose?

  • Hi,

    Can you see the statistics before and after you run "iperf3 -c 192.168.1.205 -i 1 -t 20 -u -b 500M" and check if you get significant drops in the hardware. The statistics can be checked using the command "ethtool -S $IF_NAME" where  $IF_NAME is the name of your ethernet interface. It will be most likely "eth0".

    While the iperf test is running, can you run "mpstat -P ALL 1" in the background and check the cpu utilisation during iperf. This should tell us weather we are getting enough CPU bandwidth or not.

    Do you have flow control enabled on the link? Please share the boot logs so that I can check this.

    Regards,
    Tanmay

  • 21516.boot_log.txt
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.10.162 (rex@ubuntu2004) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #3 SMP PREEMPT Tue May 28 13:58:46 CST 2024
    [    0.000000] Machine model: Texas Instruments K3 J721E SoC
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a8ffffff]
    [    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000a9ffffff]
    [    0.000000]   node   0: [mem 0x00000000aa000000-0x00000000abbfffff]
    [    0.000000]   node   0: [mem 0x00000000abc00000-0x00000000abffffff]
    [    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] On node 0 totalpages: 1048576
    [    0.000000]   DMA zone: 8192 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 524288 pages, LIFO batch:63
    [    0.000000]   Normal zone: 8192 pages used for memmap
    [    0.000000]   Normal zone: 524288 pages, LIFO batch:63
    [    0.000000] cma: Reserved 512 MiB at 0x00000000e0000000
    [    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 22 pages/cpu s50392 r8192 d31528 u90112
    [    0.000000] pcpu-alloc: s50392 r8192 d31528 u90112 alloc=22*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: EL2 vector hardening
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=ba4bb0bf-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB)
    [    0.000000] Memory: 3271320K/4194304K available (11200K kernel code, 1158K rwdata, 4296K rodata, 1856K init, 431K bss, 398696K reserved, 524288K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
    [    0.000000] 	Trampoline 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=2
    [    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:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008388] Console: colour dummy device 80x25
    [    0.012950] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023620] pid_max: default: 32768 minimum: 301
    [    0.028375] LSM: Security Framework initializing
    [    0.033128] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040705] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.049517] rcu: Hierarchical SRCU implementation.
    [    0.054581] Platform MSI: msi-controller@1820000 domain created
    [    0.060812] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.070110] EFI services will not be available.
    [    0.074829] smp: Bringing up secondary CPUs ...
    [    0.088155] Detected PIPT I-cache on CPU1
    [    0.088179] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.088190] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.088222] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.088271] smp: Brought up 1 node, 2 CPUs
    [    0.117616] SMP: Total of 2 processors activated.
    [    0.122421] CPU features: detected: 32-bit EL0 Support
    [    0.127676] CPU features: detected: CRC32 instructions
    [    0.141662] CPU: All CPU(s) started at EL2
    [    0.145857] alternatives: patching kernel code
    [    0.150870] devtmpfs: initialized
    [    0.159640] KASLR disabled due to lack of seed
    [    0.164285] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.174247] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.187175] pinctrl core: initialized pinctrl subsystem
    [    0.192817] DMI not present or invalid.
    [    0.197060] NET: Registered protocol family 16
    [    0.202256] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.209556] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.217605] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.225906] thermal_sys: Registered thermal governor 'step_wise'
    [    0.225908] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.232491] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.246125] ASID allocator initialised with 65536 entries
    [    0.268238] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.275093] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.281943] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.288790] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.296248] cryptd: max_cpu_qlen set to 1000
    [    0.302262] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
    [    0.311068] vsys_3v3: supplied by evm_12v0
    [    0.315416] vsys_5v0: supplied by evm_12v0
    [    0.319762] vdd_mmc1: supplied by vsys_3v3
    [    0.324484] iommu: Default domain type: Translated 
    [    0.329602] SCSI subsystem initialized
    [    0.333640] mc: Linux media interface: v0.10
    [    0.338008] videodev: Linux video capture interface: v2.00
    [    0.343636] pps_core: LinuxPPS API ver. 1 registered
    [    0.348709] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.358045] PTP clock support registered
    [    0.362067] EDAC MC: Ver: 3.0.0
    [    0.365834] FPGA manager framework
    [    0.369343] Advanced Linux Sound Architecture Driver Initialized.
    [    0.375932] clocksource: Switched to clocksource arch_sys_counter
    [    0.382281] VFS: Disk quotas dquot_6.6.0
    [    0.386312] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.395920] NET: Registered protocol family 2
    [    0.400656] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.409259] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.418015] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.426213] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    0.434012] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.440804] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.447698] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.455096] NET: Registered protocol family 1
    [    0.459810] RPC: Registered named UNIX socket transport module.
    [    0.465872] RPC: Registered udp transport module.
    [    0.470676] RPC: Registered tcp transport module.
    [    0.475479] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.482061] NET: Registered protocol family 44
    [    0.486605] PCI: CLS 0 bytes, default 64
    [    0.490950] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.501296] Initialise system trusted keyrings
    [    0.505911] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.514032] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.520298] NFS: Registering the id_resolver key type
    [    0.525487] Key type id_resolver registered
    [    0.529758] Key type id_legacy registered
    [    0.533877] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.540724] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.548359] 9p: Installing v9fs 9p2000 file system support
    [    0.573005] Key type asymmetric registered
    [    0.577191] Asymmetric key parser 'x509' registered
    [    0.582187] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.589747] io scheduler mq-deadline registered
    [    0.594372] io scheduler kyber registered
    [    0.600026] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.606192] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.614712] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.621147] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
    [    0.629132] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.635556] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
    [    0.643483] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.649900] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
    [    0.657842] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.664168] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
    [    0.672105] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.678430] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
    [    0.688113] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.696305] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.704503] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
    [    0.711539] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
    [    0.719963] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.733067] brd: module loaded
    [    0.739456] loop: module loaded
    [    0.743181] megasas: 07.714.04.00-rc1
    [    0.747649] pinctrl-single 4301c000.pinctrl: Invalid number of rows: 0
    [    0.754329] pinctrl-single 4301c000.pinctrl: no pins entries for mcu-fss0-ospi0-pins-default
    [    0.762965] cadence-qspi: probe of 47040000.spi failed with error -22
    [    0.770718] tun: Universal TUN/TAP device driver, 1.6
    [    0.776152] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.782562] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.788637] sky2: driver version 1.30
    [    0.792963] VFIO - User Level meta-driver version: 0.3
    [    0.798735] i2c /dev entries driver
    [    0.803170] sdhci: Secure Digital Host Controller Interface driver
    [    0.809494] sdhci: Copyright(c) Pierre Ossman
    [    0.814137] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.820488] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.826806] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.834154] optee: probing for conduit method.
    [    0.838717] optee: revision 3.20 (8e74d476)
    [    0.855116] optee: dynamic shared memory is enabled
    [    0.864576] optee: initialized driver
    [    0.869614] NET: Registered protocol family 17
    [    0.874234] 9pnet: Installing 9P2000 support
    [    0.878638] Key type dns_resolver registered
    [    0.883087] Loading compiled-in X.509 certificates
    [    0.895303] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    [    0.977066] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    1.008659] rtc-ds1307 0-006f: registered as rtc0
    [    1.013747] rtc-ds1307 0-006f: hctosys: unable to read the hardware clock
    [    1.020752] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.026891] omap_i2c 2010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.033305] pca953x 2-0022: supply vcc not found, using dummy regulator
    [    1.040119] pca953x 2-0022: using AI
    [    1.064536] gpio-496 (PRG1_RGMII_INT): hogged as output/high
    [    1.070508] gpio-497 (PRG0_RGMII_INT): hogged as output/high
    [    1.076479] gpio-499 (ENET_RGMII_PWRDN_EN): hogged as output/high
    [    1.082892] gpio-500 (VSYS_1V0_CSI_EN): hogged as output/high
    [    1.088949] gpio-501 (HDMI_PWRDN_EN): hogged as output/high
    [    1.094829] gpio-502 (CSI_PWRDN_EN1): hogged as output/high
    [    1.100711] gpio-503 (CSI_PWRDN_EN2): hogged as output/high
    [    1.106848] gpio-506 (VSYS_3V3_PCIE2_EN): hogged as output/high
    [    1.113083] gpio-507 (EXP_3V3_WIFI_EN): hogged as output/high
    [    1.119140] gpio-508 (MAX96712_STB): hogged as output/high
    [    1.124932] gpio-509 (MAX96712_STB1): hogged as output/high
    [    1.130811] gpio-510 (LT9611_RST): hogged as output/high
    [    1.136425] gpio-511 (GPS_PWR_EN): hogged as output/high
    [    1.142080] omap_i2c 2060000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.148607] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
    [    1.158669] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
    [    1.167562] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
    [    1.177545] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    1.200846] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.208517] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    1.216795] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    1.225071] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.340256] j721e-pcie 2900000.pcie: Link up
    [    1.344623] j721e-pcie 2900000.pcie: Link up
    [    1.349039] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    1.355445] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    1.361051] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    1.370743] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    1.377796] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
    [    1.383936] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    1.393886] pci 0000:00:00.0: supports D1
    [    1.397980] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    1.403866] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    1.410893] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    1.423002] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.431281] pci 0000:01:00.0: [8086:2526] type 00 class 0x028000
    [    1.437458] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    1.444613] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [    1.461692] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    1.468468] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
    [    1.475941] pci 0000:00:00.0: BAR 14: assigned [mem 0x10100000-0x101fffff]
    [    1.482969] pci 0000:01:00.0: BAR 0: assigned [mem 0x10100000-0x10103fff 64bit]
    [    1.490457] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    1.495530] pci 0000:00:00.0:   bridge window [mem 0x10100000-0x101fffff]
    [    1.502570] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
    [    1.508916] pcieport 0000:00:00.0: PME: Signaling with IRQ 63
    [    1.515425] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.523095] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.531375] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.539655] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.552887] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    2.559311] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    2.564917] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    2.574785] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    2.581830] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
    [    2.587969] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.597896] pci 0001:00:00.0: supports D1
    [    2.601990] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    2.609771] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.619700] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.626467] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    2.631729] pcieport 0001:00:00.0: PME: Signaling with IRQ 66
    [    2.638631] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    2.648519] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    2.655282] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    2.664401] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    2.674546] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    2.681309] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    2.689324] printk: console [ttyS2] disabled
    [    2.693715] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 21, base_baud = 3000000) is a 8250
    [    2.702458] printk: console [ttyS2] enabled
    [    2.710894] printk: bootconsole [ns16550a0] disabled
    [    2.721475] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 22, base_baud = 3000000) is a 8250
    [    2.730511] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 23, base_baud = 3000000) is a 8250
    [    2.739564] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 24, base_baud = 3000000) is a 8250
    [    2.750505] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    2.761016] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    2.771172] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    2.781410] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    2.792709] scsi host0: ufshcd
    [    2.800375] watt_debug    am65_cpsw_nuss_probe 
    [    2.805251] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.851935] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.860158] watt_debug    ti,fifo-depth  ret=0, dp83867->tx_fifo_depth=3
    [    2.866847] watt_debug   tx_fifo_depth=3, rx_fifo_depth=3
    [    2.872234] watt_debug   tx_id_delay=9, rx_id_delay=7
    [    2.877511] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.885798] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    2.898608] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.905818] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.912213] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
    [    2.922888] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    3.032587] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    3.038740] mmc0: CQHCI version 5.10
    [    3.040013] davinci_gpio 42110000.gpio: IRQ index 3 not found
    [    3.048049] davinci_gpio 42110000.gpio: error -ENXIO: IRQ not populated
    [    3.058132] davinci_gpio 601000.gpio: IRQ index 0 not found
    [    3.063734] davinci_gpio 601000.gpio: error -ENXIO: IRQ not populated
    [    3.071040] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    3.078009] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    3.083170] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    3.084952] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    3.099014] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    3.105934] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    3.114217] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    3.125297] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
    [    3.137480] watt_debug    am65_cpsw_nuss_probe 
    [    3.142380] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    3.187938] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.196201] watt_debug    ti,fifo-depth  ret=0, dp83867->tx_fifo_depth=3
    [    3.202905] watt_debug   tx_fifo_depth=3, rx_fifo_depth=3
    [    3.208305] watt_debug   tx_id_delay=9, rx_id_delay=7
    [    3.213593] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    3.221908] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    3.222969] cdns-ufshcd 4e84000.ufs: link startup failed 1
    [    3.234716] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.240179] cdns-ufshcd 4e84000.ufs: UFS Host state=0
    [    3.247351] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.252379] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0
    [    3.258722] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
    [    3.264587] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
    [    3.275033] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.279937] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
    [    3.288298] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    3.293201] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
    [    3.293203] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
    [    3.293241] cdns-ufshcd 4e84000.ufs: Clk gate=1
    [    3.309048] mmc1: CQHCI version 5.10
    [    3.311915] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0
    [    3.325258] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present!
    [    3.328148] cdns-ufshcd 4e84000.ufs: last intr at 3125918 us, last intr status=0x404
    [    3.335453] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present!
    [    3.343088] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
    [    3.343090] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0
    [    3.343093] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0
    [    3.343096] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
    [    3.351470] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
    [    3.357801] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
    [    3.366878] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
    [    3.372806] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
    [    3.379075] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
    [    3.386346] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0
    [    3.392447] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
    [    3.399726] host_regs: 00000000: 1587031f 00000000 00000210 00000000
    [    3.427085] ALSA device list:
    [    3.432531] host_regs: 00000010: 00000000 00000000 00000000 00000000
    [    3.438957]   No soundcards found.
    [    3.441818] host_regs: 00000020: 00000000 00000470 00000000 00000000
    [    3.457876] host_regs: 00000030: 00000008 00000001 00000000 00000000
    [    3.464230] host_regs: 00000040: 00000000 00000000 00000000 00000000
    [    3.470501] host_regs: 00000050: 00000000 00000000 00000000 00000000
    [    3.476840] host_regs: 00000060: 00000000 00000000 00000000 00000000
    [    3.483193] host_regs: 00000070: 00000000 00000000 00000000 00000000
    [    3.489546] host_regs: 00000080: 00000000 00000000 00000000 00000000
    [    3.495901] host_regs: 00000090: 00000000 00000000 00000000 00000000
    [    3.502254] cdns-ufshcd 4e84000.ufs: No record of pa_err
    [    3.507562] cdns-ufshcd 4e84000.ufs: No record of dl_err
    [    3.512882] cdns-ufshcd 4e84000.ufs: No record of nl_err
    [    3.518191] cdns-ufshcd 4e84000.ufs: No record of tl_err
    [    3.523500] cdns-ufshcd 4e84000.ufs: No record of dme_err
    [    3.528895] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err
    [    3.535072] cdns-ufshcd 4e84000.ufs: No record of fatal_err
    [    3.540642] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 3127042 us
    [    3.547770] cdns-ufshcd 4e84000.ufs: No record of resume_fail
    [    3.553511] cdns-ufshcd 4e84000.ufs: No record of suspend_fail
    [    3.559340] cdns-ufshcd 4e84000.ufs: No record of dev_reset
    [    3.564909] cdns-ufshcd 4e84000.ufs: No record of host_reset
    [    3.570564] cdns-ufshcd 4e84000.ufs: No record of task_abort
    [    3.576670] mmc0: Command Queue Engine enabled
    [    3.581113] mmc0: new HS200 MMC card at address 0001
    [    3.586374] mmcblk0: mmc0:0001 S0J57X 29.6 GiB 
    [    3.591005] mmcblk0boot0: mmc0:0001 S0J57X partition 1 31.5 MiB
    [    3.597024] mmcblk0boot1: mmc0:0001 S0J57X partition 2 31.5 MiB
    [    3.603014] mmcblk0rpmb: mmc0:0001 S0J57X partition 3 4.00 MiB, chardev (237:0)
    [    3.612532]  mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 >
    [    4.376698] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    4.384912] Waiting for root device PARTUUID=ba4bb0bf-02...
    [    4.437979] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
    [    4.444838] mmcblk1: mmc1:aaaa SK32G 29.7 GiB 
    [    4.450477]  mmcblk1: p1 p2
    [    4.526684] EXT4-fs (mmcblk1p2): recovery complete
    [    4.532458] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    4.540563] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    4.547640] devtmpfs: mounted
    [    4.551403] Freeing unused kernel memory: 1856K
    [    4.556023] Run /sbin/init as init process
    [    4.560111]   with arguments:
    [    4.560112]     /sbin/init
    [    4.560114]   with environment:
    [    4.560116]     HOME=/
    [    4.560118]     TERM=linux
    [    4.760201] systemd[1]: System time before build time, advancing clock.
    [    4.812804] NET: Registered protocol family 10
    [    4.817708] Segment Routing with IPv6
    [    4.855457] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    4.877200] systemd[1]: Detected architecture arm64.
    [    4.912434] systemd[1]: Set hostname to <j7-evm>.
    [    5.066513] systemd[1]: /etc/systemd/system/startsoa.service:10: Support for option SysVStartPriority= has been removed and it is ignored
    [    5.086090] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in section 'Unit', ignoring.
    [    5.107555] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock \xe2\x86\x92 /run/docker.sock; please update the unit file accordingly.
    [    5.172337] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.180619] systemd[1]: Created slice system-getty.slice.
    [    5.200012] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.207385] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [    5.228010] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.235249] systemd[1]: Created slice User and Session Slice.
    [    5.256145] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    5.280066] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    5.304059] systemd[1]: Reached target Paths.
    [    5.320000] systemd[1]: Reached target Remote File Systems.
    [    5.339988] systemd[1]: Reached target Slices.
    [    5.355995] systemd[1]: Reached target Swap.
    [    5.379961] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    5.404072] systemd[1]: Reached target RPC Port Mapper.
    [    5.426241] systemd[1]: Listening on Process Core Dump Socket.
    [    5.448156] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    5.473579] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    5.481926] systemd[1]: Listening on Journal Socket (/dev/log).
    [    5.504269] systemd[1]: Listening on Journal Socket.
    [    5.520366] systemd[1]: Listening on Network Service Netlink Socket.
    [    5.544236] systemd[1]: Listening on udev Control Socket.
    [    5.564142] systemd[1]: Listening on udev Kernel Socket.
    [    5.586157] systemd[1]: Mounting Huge Pages File System...
    [    5.610240] systemd[1]: Mounting POSIX Message Queue File System...
    [    5.634243] systemd[1]: Mounting Kernel Debug File System...
    [    5.658871] systemd[1]: Mounting Temporary Directory (/tmp)...
    [    5.682392] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [    5.722118] systemd[1]: Starting Start psplash boot splash screen...
    [    5.750908] systemd[1]: Starting RPC Bind...
    [    5.764130] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    5.776396] systemd[1]: Starting Journal Service...
    [    5.795755] systemd[1]: Starting Load Kernel Modules...
    [    5.810286] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    5.826864] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [    5.828242] cryptodev: loading out-of-tree module taints kernel.
    [    5.840747] systemd[1]: Starting udev Coldplug all Devices...
    [    5.848328] cryptodev: driver 1.10 loaded.
    [    5.871034] systemd[1]: Started RPC Bind.
    [    5.888373] systemd[1]: Started Journal Service.
    [    6.099798] systemd-journald[177]: Received client request to flush runtime journal.
    [    6.212558] random: systemd: uninitialized urandom read (16 bytes read)
    [    6.236097] random: systemd: uninitialized urandom read (16 bytes read)
    [    6.246666] random: systemd-journal: uninitialized urandom read (16 bytes read)
    [    6.618111] random: crng init done
    [    6.621588] random: 67 urandom warning(s) missed due to ratelimiting
    [    6.645457] CAN device driver interface
    [    6.663166] m_can_platform 2701000.can: m_can device registered (irq=40, version=32)
    [    6.689157] m_can_platform 2721000.can: m_can device registered (irq=42, version=32)
    [    6.707257] m_can_platform 2741000.can: m_can device registered (irq=44, version=32)
    [    6.719824] m_can_platform 2751000.can: m_can device registered (irq=46, version=32)
    [    6.733532] m_can_platform 2761000.can: m_can device registered (irq=48, version=32)
    [    6.748886] m_can_platform 2771000.can: m_can device registered (irq=50, version=32)
    [    6.760587] m_can_platform 2791000.can: m_can device registered (irq=52, version=32)
    [    6.782151] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [    6.797105] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
    [    6.808574] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device
    [    6.819315] remoteproc remoteproc0: 4d80800000.dsp is available
    [    6.856150] pvrsrvkm 4e20000000.gpu: More than one power domain for this GPU, gpu driver manages power domains
    [    6.860373] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [    6.878489] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
    [    6.899587] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    6.919251] remoteproc remoteproc0: powering up 4d80800000.dsp
    [    6.925586] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 144652
    [    6.941524] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    [    6.953187] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200400
    [    6.971565]  remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
    [    6.985372] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    6.997041]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [    7.003279] cdns-mhdp8546 a000000.dp-bridge: get block[0] edid failed: -22
    [    7.011867] cdns-mhdp8546 a000000.dp-bridge: Failed to read EDID
    [    7.022043] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [    7.035694] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.044602] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    7.052839] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    7.090117] PVR_K:  206: Read BVNC 22.104.208.318 from HW device registers
    [    7.100001] img_enc 4200000.video-encoder: encoder registered as /dev/video0
    [    7.100799] platform 41000000.r5f: configured R5F for IPC-only mode
    [    7.118171] PVR_K:  206: RGX Device registered with BVNC 22.104.208.318
    [    7.122495] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    7.125328] img_dec 4300000.video-decoder: decoder registered as /dev/video1
    [    7.136286] remoteproc remoteproc2: 41000000.r5f is available
    [    7.145942] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
    [    7.153495] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    7.163499] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device
    [    7.171271] [drm] Initialized pvr 1.15.6133109 20170530 for 4e20000000.gpu on minor 0
    [    7.173667] remoteproc remoteproc2: attaching to 41000000.r5f
    [    7.192530] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [    7.196495] remoteproc remoteproc1: 4d81800000.dsp is available
    [    7.201101]  remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [    7.213991] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.220305]  remoteproc2#vdev0buffer: registered virtio1 (type 7)
    [    7.220874] Intel(R) Wireless WiFi driver for Linux
    [    7.226429] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
    [    7.242207] platform 5c00000.r5f: configured R5F for remoteproc mode
    [    7.242665] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
    [    7.254798] remoteproc remoteproc1: powering up 4d81800000.dsp
    [    7.256743] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [    7.260654] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 144652
    [    7.276855] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200400
    [    7.279824] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    7.293462] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [    7.308578] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [    7.315544]  remoteproc1#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
    [    7.322973] remoteproc remoteproc4: 64800000.dsp is available
    [    7.324230] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    7.332379] remoteproc remoteproc3: 5c00000.r5f is available
    [    7.339997]  remoteproc1#vdev0buffer: registered virtio2 (type 7)
    [    7.340854] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.346861] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [    7.357064] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [    7.408206] platform 5d00000.r5f: configured R5F for remoteproc mode
    [    7.421380] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [    7.430056] iwlwifi 0000:01:00.0: WRT: Overriding region id 0
    [    7.437943] iwlwifi 0000:01:00.0: WRT: Overriding region id 1
    [    7.446709] iwlwifi 0000:01:00.0: WRT: Overriding region id 2
    [    7.456022] iwlwifi 0000:01:00.0: WRT: Overriding region id 3
    [    7.465615] iwlwifi 0000:01:00.0: WRT: Overriding region id 4
    [    7.468998] cdns-mhdp8546 a000000.dp-bridge: Failed to read receiver capabilities
    [    7.475800] iwlwifi 0000:01:00.0: WRT: Overriding region id 6
    [    7.488011] iwlwifi 0000:01:00.0: WRT: Overriding region id 8
    [    7.490849] remoteproc remoteproc5: 5d00000.r5f is available
    [    7.498452] iwlwifi 0000:01:00.0: WRT: Overriding region id 9
    [    7.504761] platform 5e00000.r5f: configured R5F for remoteproc mode
    [    7.510181] iwlwifi 0000:01:00.0: WRT: Overriding region id 10
    [    7.516971] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [    7.518984] iwlwifi 0000:01:00.0: WRT: Overriding region id 11
    [    7.526478] remoteproc remoteproc6: 5e00000.r5f is available
    [    7.537019] remoteproc remoteproc3: powering up 5c00000.r5f
    [    7.538135] platform 5f00000.r5f: configured R5F for remoteproc mode
    [    7.542617] remoteproc remoteproc3: Booting fw image j7-main-r5f0_0-fw, size 650580
    [    7.553231] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [    7.560976] iwlwifi 0000:01:00.0: WRT: Overriding region id 15
    [    7.565153] remoteproc remoteproc7: 5f00000.r5f is available
    [    7.579228] remoteproc remoteproc5: powering up 5d00000.r5f
    [    7.579233] iwlwifi 0000:01:00.0: WRT: Overriding region id 16
    [    7.579238] iwlwifi 0000:01:00.0: WRT: Overriding region id 18
    [    7.584928] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 98828
    [    7.603654] iwlwifi 0000:01:00.0: WRT: Overriding region id 19
    [    7.607610] remoteproc remoteproc6: powering up 5e00000.r5f
    [    7.615604] iwlwifi 0000:01:00.0: WRT: Overriding region id 20
    [    7.616970] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 98828
    [    7.628241] iwlwifi 0000:01:00.0: WRT: Overriding region id 21
    [    7.634883]  remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000
    [    7.636195]  remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
    [    7.648040] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    7.653259]  remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
    [    7.659966] iwlwifi 0000:01:00.0: WRT: Overriding region id 28
    [    7.665567] remoteproc remoteproc7: powering up 5f00000.r5f
    [    7.677827]  remoteproc3#vdev0buffer: registered virtio3 (type 7)
    [    7.678189] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 98828
    [    7.687745] iwlwifi 0000:01:00.0: loaded firmware version 46.50fdb42f.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
    [    7.692582] virtio_rpmsg_bus virtio4: rpmsg host is online
    [    7.705052] remoteproc remoteproc3: remote processor 5c00000.r5f is now up
    [    7.708144] virtio_rpmsg_bus virtio5: rpmsg host is online
    [    7.720469]  remoteproc5#vdev0buffer: registered virtio5 (type 7)
    [    7.726681]  remoteproc6#vdev0buffer: registered virtio4 (type 7)
    [    7.734532] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
    [    7.741988] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
    [    7.749365]  remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
    [    7.758230] remoteproc remoteproc4: powering up 64800000.dsp
    [    7.764208] remoteproc remoteproc4: Booting fw image j7-c71_0-fw, size 10488888
    [    7.771849] virtio_rpmsg_bus virtio6: rpmsg host is online
    [    7.778165]  remoteproc7#vdev0buffer: registered virtio6 (type 7)
    [    7.784437] remoteproc remoteproc4: unsupported resource 65538
    [    7.790411] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
    [    7.798642] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8e00000
    [    7.806971] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.815018] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.822591]  remoteproc4#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
    [    7.831694] virtio_rpmsg_bus virtio7: rpmsg host is online
    [    7.838337]  remoteproc4#vdev0buffer: registered virtio7 (type 7)
    [    7.844519] remoteproc remoteproc4: remote processor 64800000.dsp is now up
    [    7.856347] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.856424] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.856470] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe
    [    7.887476] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
    [    7.905614] iwlwifi 0000:01:00.0: Detected Intel(R) Wireless-AC 9260 160MHz, REV=0x324
    [    7.916989] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
    [    7.934989] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [    7.960146] iwlwifi 0000:01:00.0: base HW address: 0c:7a:15:fe:3f:a8
    [    8.026118] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [    8.026823] thermal thermal_zone5: failed to read out thermal zone (-61)
    [    8.092730] j721e-audio sound@0: CPB codec node is not provided
    [    8.092746] j721e-audio: probe of sound@0 failed with error -22
    [    8.171839] cdns-mhdp8546 a000000.dp-bridge: Failed to read receiver capabilities
    [    8.490006] cdns-mhdp8546 a000000.dp-bridge: Failed to read receiver capabilities
    [    8.492514] Console: switching to colour frame buffer device 128x48
    [    8.610754] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    9.249994] virtio_rpmsg_bus virtio3: creating channel ti.ethfw.notifyservice addr 0x1e
    [    9.308885] virtio_rpmsg_bus virtio3: creating channel rpmsg-kdrv addr 0x1a
    [    9.316134] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
    [    9.324257] virtio_rpmsg_bus virtio3: creating channel rpmsg-kdrv addr 0x1a
    [    9.339976] virtio_rpmsg_bus virtio3: channel rpmsg-kdrv:ffffffff:1a already exist
    [    9.350791] virtio_rpmsg_bus virtio3: rpmsg_create_channel failed
    [    9.360387] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 2
    [    9.360392] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0) 18/Oct/2022 SHA:71138eee
    [    9.360439] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 2
    [    9.360442] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 18/Oct/2022 SHA:71138eee
    [    9.360469] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    [    9.360525] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    [    9.360528] virtio_rpmsg_bus virtio3: channel rpmsg_chrdev:ffffffff:15 already exist
    [    9.360531] virtio_rpmsg_bus virtio3: rpmsg_create_channel failed
    [    9.544203] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: (null)
    [    9.593300] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
    [    9.616734] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
    [    9.627041] remoteproc remoteproc8: b034000.pru is available
    [    9.646372] remoteproc remoteproc9: b004000.rtu is available
    [    9.664684] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    9.705036] usbcore: registered new interface driver usbfs
    [    9.724412] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    9.744890] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
    [    9.772360] remoteproc remoteproc10: b00a000.txpru is available
    [    9.780342] usbcore: registered new interface driver hub
    [    9.787499] usbcore: registered new device driver usb
    [    9.807626] remoteproc remoteproc11: b038000.pru is available
    [    9.818431] remoteproc remoteproc12: b006000.rtu is available
    [    9.855846] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [    9.863804] remoteproc remoteproc13: b00c000.txpru is available
    [    9.878047] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [    9.878175] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
    [    9.896496] remoteproc remoteproc14: b134000.pru is available
    [    9.900143] ext4 filesystem being mounted at /run/media/mmcblk0p8 supports timestamps until 2038 (0x7fffffff)
    [    9.907334] remoteproc remoteproc15: b104000.rtu is available
    [    9.919264] remoteproc remoteproc16: b10a000.txpru is available
    [    9.953139] remoteproc remoteproc17: b138000.pru is available
    [    9.960951] remoteproc remoteproc18: b106000.rtu is available
    [    9.971157] remoteproc remoteproc19: b10c000.txpru is available
    [   10.102553] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
    [   10.174036] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   10.194697] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [   10.203629] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010
    [   10.213645] xhci-hcd xhci-hcd.0.auto: irq 541, io mem 0x06410000
    [   10.220934] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   10.229274] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   10.236533] usb usb1: Product: xHCI Host Controller
    [   10.241407] usb usb1: Manufacturer: Linux 5.10.162 xhci-hcd
    [   10.246974] usb usb1: SerialNumber: xhci-hcd.0.auto
    [   10.252185] hub 1-0:1.0: USB hub found
    [   10.255967] hub 1-0:1.0: 1 port detected
    [   10.260610] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   10.266821] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [   10.274507] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [   10.281069] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   10.289238] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   10.297494] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   10.304705] usb usb2: Product: xHCI Host Controller
    [   10.309576] usb usb2: Manufacturer: Linux 5.10.162 xhci-hcd
    [   10.315140] usb usb2: SerialNumber: xhci-hcd.0.auto
    [   10.320299] hub 2-0:1.0: USB hub found
    [   10.324073] hub 2-0:1.0: 1 port detected
    [   10.527984] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   10.698258] usb 1-1: New USB device found, idVendor=2c7c, idProduct=0900, bcdDevice= 4.04
    [   10.715966] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [   10.727973] usb 1-1: Product: RM500U-CNV
    [   10.742954] usb 1-1: Manufacturer: Quectel
    [   10.759917] usb 1-1: SerialNumber: 0123456789ABCDEF
    [   11.017223] Bluetooth: Core ver 2.22
    [   11.020904] NET: Registered protocol family 31
    [   11.027986] Bluetooth: HCI device and connection manager initialized
    [   11.034377] Bluetooth: HCI socket layer initialized
    [   11.039297] Bluetooth: L2CAP socket layer initialized
    [   11.046139] Bluetooth: SCO socket layer initialized
    [   11.301055] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   11.427322] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   11.995335] usbcore: registered new interface driver cdc_ether
    [   12.144701] cdc_ncm 1-1:1.0: MAC-Address: 36:8b:54:de:e7:b2
    [   12.153100] cdc_ncm 1-1:1.0 usb0: register 'cdc_ncm' at usb-xhci-hcd.0.auto-1, CDC NCM, 36:8b:54:de:e7:b2
    [   12.198826] usbcore: registered new interface driver cdc_ncm
    [   12.348683] cdc_ncm 1-1:1.0 usb0: 425 mbit/s downlink 425 mbit/s uplink
    [   13.148009] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
    [   14.588740] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [   14.597447] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   15.412951] cdns-mhdp8546 a000000.dp-bridge: Failed to read receiver capabilities
    [   15.459949] cdns-mhdp8546 a000000.dp-bridge: get block[0] edid failed: -22
    [   15.468898] cdns-mhdp8546 a000000.dp-bridge: Failed to read EDID
    [   15.580036] PVR_K:  1433: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
    [   15.607976] PVR_K:  1433: Shader binary image 'rgx.sh.22.104.208.318' loaded
    [   15.719945] cdns-mhdp8546 a000000.dp-bridge: get block[0] edid failed: -22
    [   15.726813] cdns-mhdp8546 a000000.dp-bridge: Failed to read EDID
    [   19.292686] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
    [   31.941087] Initializing XFRM netlink socket
    [   33.389449] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [   33.405062] Bridge firewalling registered
    [   33.909295] process 'docker/tmp/qemu-check155352903/check' started with executable stack
    
    TDA4VM as client before iperf.txt
    TDA4VM as client, PC as server.
    
    root@j7-evm:~# ethtool -S eth0
    NIC statistics:
    p0_rx_good_frames: 126
    p0_rx_broadcast_frames: 0
    p0_rx_multicast_frames: 42
    p0_rx_crc_errors: 0
    p0_rx_oversized_frames: 0
    p0_rx_undersized_frames: 0
    p0_ale_drop: 0
    p0_ale_overrun_drop: 0
    p0_rx_octets: 18172
    p0_tx_good_frames: 284
    p0_tx_broadcast_frames: 50
    p0_tx_multicast_frames: 119
    p0_tx_octets: 31251
    p0_tx_64B_frames: 69
    p0_tx_65_to_127B_frames: 294
    p0_tx_128_to_255B_frames: 41
    p0_tx_256_to_511B_frames: 1
    p0_tx_512_to_1023B_frames: 2
    p0_tx_1024B_frames: 3
    p0_net_octets: 49423
    p0_rx_bottom_fifo_drop: 0
    p0_rx_port_mask_drop: 0
    p0_rx_top_fifo_drop: 0
    p0_ale_rate_limit_drop: 0
    p0_ale_vid_ingress_drop: 0
    p0_ale_da_eq_sa_drop: 0
    p0_ale_block_drop: 0
    p0_ale_secure_drop: 0
    p0_ale_auth_drop: 0
    p0_ale_unknown_ucast: 0
    p0_ale_unknown_ucast_bytes: 0
    p0_ale_unknown_mcast: 0
    p0_ale_unknown_mcast_bytes: 0
    p0_ale_unknown_bcast: 0
    p0_ale_unknown_bcast_bytes: 0
    p0_ale_pol_match: 0
    p0_ale_pol_match_red: 0
    p0_ale_pol_match_yellow: 0
    p0_ale_mcast_sa_drop: 0
    p0_ale_dual_vlan_drop: 0
    p0_ale_len_err_drop: 0
    p0_ale_ip_next_hdr_drop: 0
    p0_ale_ipv4_frag_drop: 0
    p0_tx_mem_protect_err: 0
    p0_tx_pri0: 0
    p0_tx_pri1: 0
    p0_tx_pri2: 0
    p0_tx_pri3: 0
    p0_tx_pri4: 0
    p0_tx_pri5: 0
    p0_tx_pri6: 0
    p0_tx_pri7: 0
    p0_tx_pri0_bcnt: 0
    p0_tx_pri1_bcnt: 0
    p0_tx_pri2_bcnt: 0
    p0_tx_pri3_bcnt: 0
    p0_tx_pri4_bcnt: 0
    p0_tx_pri5_bcnt: 0
    p0_tx_pri6_bcnt: 0
    p0_tx_pri7_bcnt: 0
    p0_tx_pri0_drop: 0
    p0_tx_pri1_drop: 0
    p0_tx_pri2_drop: 0
    p0_tx_pri3_drop: 0
    p0_tx_pri4_drop: 0
    p0_tx_pri5_drop: 0
    p0_tx_pri6_drop: 0
    p0_tx_pri7_drop: 0
    p0_tx_pri0_drop_bcnt: 0
    p0_tx_pri1_drop_bcnt: 0
    p0_tx_pri2_drop_bcnt: 0
    p0_tx_pri3_drop_bcnt: 0
    p0_tx_pri4_drop_bcnt: 0
    p0_tx_pri5_drop_bcnt: 0
    p0_tx_pri6_drop_bcnt: 0
    p0_tx_pri7_drop_bcnt: 0
    rx_good_frames: 362
    rx_broadcast_frames: 50
    rx_multicast_frames: 197
    rx_pause_frames: 0
    rx_crc_errors: 0
    rx_align_code_errors: 0
    rx_oversized_frames: 0
    rx_jabber_frames: 0
    rx_undersized_frames: 0
    rx_fragments: 0
    ale_drop: 78
    ale_overrun_drop: 0
    rx_octets: 45688
    tx_good_frames: 126
    tx_broadcast_frames: 0
    tx_multicast_frames: 42
    tx_pause_frames: 0
    tx_deferred_frames: 0
    tx_collision_frames: 0
    tx_single_coll_frames: 0
    tx_mult_coll_frames: 0
    tx_excessive_collisions: 0
    tx_late_collisions: 0
    rx_ipg_error: 0
    tx_carrier_sense_errors: 0
    tx_octets: 18172
    tx_64B_frames: 72
    tx_65_to_127B_frames: 305
    tx_128_to_255B_frames: 105
    tx_256_to_511B_frames: 1
    tx_512_to_1023B_frames: 2
    tx_1024B_frames: 3
    net_octets: 63860
    rx_bottom_fifo_drop: 0
    rx_port_mask_drop: 78
    rx_top_fifo_drop: 0
    ale_rate_limit_drop: 0
    ale_vid_ingress_drop: 0
    ale_da_eq_sa_drop: 0
    ale_block_drop: 0
    ale_secure_drop: 0
    ale_auth_drop: 0
    ale_unknown_ucast: 115
    ale_unknown_ucast_bytes: 13378
    ale_unknown_mcast: 197
    ale_unknown_mcast_bytes: 25135
    ale_unknown_bcast: 50
    ale_unknown_bcast_bytes: 7175
    ale_pol_match: 0
    ale_pol_match_red: 0
    ale_pol_match_yellow: 0
    ale_mcast_sa_drop: 0
    ale_dual_vlan_drop: 0
    ale_len_err_drop: 0
    ale_ip_next_hdr_drop: 0
    ale_ipv4_frag_drop: 0
    iet_rx_assembly_err: 0
    iet_rx_assembly_ok: 0
    iet_rx_smd_err: 0
    iet_rx_frag: 0
    iet_tx_hold: 0
    iet_tx_frag: 0
    tx_mem_protect_err: 0
    tx_pri0: 126
    tx_pri1: 0
    tx_pri2: 0
    tx_pri3: 0
    tx_pri4: 0
    tx_pri5: 0
    tx_pri6: 0
    tx_pri7: 0
    tx_pri0_bcnt: 18172
    tx_pri1_bcnt: 0
    tx_pri2_bcnt: 0
    tx_pri3_bcnt: 0
    tx_pri4_bcnt: 0
    tx_pri5_bcnt: 0
    tx_pri6_bcnt: 0
    tx_pri7_bcnt: 0
    tx_pri0_drop: 0
    tx_pri1_drop: 0
    tx_pri2_drop: 0
    tx_pri3_drop: 0
    tx_pri4_drop: 0
    tx_pri5_drop: 0
    tx_pri6_drop: 0
    tx_pri7_drop: 0
    tx_pri0_drop_bcnt: 0
    tx_pri1_drop_bcnt: 0
    tx_pri2_drop_bcnt: 0
    tx_pri3_drop_bcnt: 0
    tx_pri4_drop_bcnt: 0
    tx_pri5_drop_bcnt: 0
    tx_pri6_drop_bcnt: 0
    tx_pri7_drop_bcnt: 0
    root@j7-evm:~#
    TDA4VM as client after iperf.txt
    TDA4VM as client, PC as server, execute "iperf3.exe -c 192.168.1.200 -i 1 -t 20 -u -b 500M" cmd on TDA4VM side.
    
    root@j7-evm:~# ethtool -S eth0
    NIC statistics:
    p0_rx_good_frames: 863504
    p0_rx_broadcast_frames: 0
    p0_rx_multicast_frames: 43
    p0_rx_crc_errors: 0
    p0_rx_oversized_frames: 0
    p0_rx_undersized_frames: 0
    p0_ale_drop: 0
    p0_ale_overrun_drop: 0
    p0_rx_octets: 1289731951
    p0_tx_good_frames: 439
    p0_tx_broadcast_frames: 50
    p0_tx_multicast_frames: 123
    p0_tx_octets: 45948
    p0_tx_64B_frames: 145
    p0_tx_65_to_127B_frames: 458
    p0_tx_128_to_255B_frames: 78
    p0_tx_256_to_511B_frames: 6
    p0_tx_512_to_1023B_frames: 2
    p0_tx_1024B_frames: 863254
    p0_net_octets: 1289777899
    p0_rx_bottom_fifo_drop: 0
    p0_rx_port_mask_drop: 0
    p0_rx_top_fifo_drop: 0
    p0_ale_rate_limit_drop: 0
    p0_ale_vid_ingress_drop: 0
    p0_ale_da_eq_sa_drop: 0
    p0_ale_block_drop: 0
    p0_ale_secure_drop: 0
    p0_ale_auth_drop: 0
    p0_ale_unknown_ucast: 0
    p0_ale_unknown_ucast_bytes: 0
    p0_ale_unknown_mcast: 0
    p0_ale_unknown_mcast_bytes: 0
    p0_ale_unknown_bcast: 0
    p0_ale_unknown_bcast_bytes: 0
    p0_ale_pol_match: 0
    p0_ale_pol_match_red: 0
    p0_ale_pol_match_yellow: 0
    p0_ale_mcast_sa_drop: 0
    p0_ale_dual_vlan_drop: 0
    p0_ale_len_err_drop: 0
    p0_ale_ip_next_hdr_drop: 0
    p0_ale_ipv4_frag_drop: 0
    p0_tx_mem_protect_err: 0
    p0_tx_pri0: 0
    p0_tx_pri1: 0
    p0_tx_pri2: 0
    p0_tx_pri3: 0
    p0_tx_pri4: 0
    p0_tx_pri5: 0
    p0_tx_pri6: 0
    p0_tx_pri7: 0
    p0_tx_pri0_bcnt: 0
    p0_tx_pri1_bcnt: 0
    p0_tx_pri2_bcnt: 0
    p0_tx_pri3_bcnt: 0
    p0_tx_pri4_bcnt: 0
    p0_tx_pri5_bcnt: 0
    p0_tx_pri6_bcnt: 0
    p0_tx_pri7_bcnt: 0
    p0_tx_pri0_drop: 0
    p0_tx_pri1_drop: 0
    p0_tx_pri2_drop: 0
    p0_tx_pri3_drop: 0
    p0_tx_pri4_drop: 0
    p0_tx_pri5_drop: 0
    p0_tx_pri6_drop: 0
    p0_tx_pri7_drop: 0
    p0_tx_pri0_drop_bcnt: 0
    p0_tx_pri1_drop_bcnt: 0
    p0_tx_pri2_drop_bcnt: 0
    p0_tx_pri3_drop_bcnt: 0
    p0_tx_pri4_drop_bcnt: 0
    p0_tx_pri5_drop_bcnt: 0
    p0_tx_pri6_drop_bcnt: 0
    p0_tx_pri7_drop_bcnt: 0
    rx_good_frames: 529
    rx_broadcast_frames: 50
    rx_multicast_frames: 213
    rx_pause_frames: 30
    rx_crc_errors: 0
    rx_align_code_errors: 0
    rx_oversized_frames: 0
    rx_jabber_frames: 0
    rx_undersized_frames: 0
    rx_fragments: 0
    ale_drop: 90
    ale_overrun_drop: 0
    rx_octets: 62997
    tx_good_frames: 863504
    tx_broadcast_frames: 0
    tx_multicast_frames: 43
    tx_pause_frames: 0
    tx_deferred_frames: 0
    tx_collision_frames: 0
    tx_single_coll_frames: 0
    tx_mult_coll_frames: 0
    tx_excessive_collisions: 0
    tx_late_collisions: 0
    rx_ipg_error: 0
    tx_carrier_sense_errors: 0
    tx_octets: 1289731951
    tx_64B_frames: 148
    tx_65_to_127B_frames: 469
    tx_128_to_255B_frames: 154
    tx_256_to_511B_frames: 6
    tx_512_to_1023B_frames: 2
    tx_1024B_frames: 863254
    net_octets: 1289796868
    rx_bottom_fifo_drop: 0
    rx_port_mask_drop: 120
    rx_top_fifo_drop: 0
    ale_rate_limit_drop: 0
    ale_vid_ingress_drop: 0
    ale_da_eq_sa_drop: 0
    ale_block_drop: 0
    ale_secure_drop: 0
    ale_auth_drop: 0
    ale_unknown_ucast: 266
    ale_unknown_ucast_bytes: 27679
    ale_unknown_mcast: 213
    ale_unknown_mcast_bytes: 28143
    ale_unknown_bcast: 50
    ale_unknown_bcast_bytes: 7175
    ale_pol_match: 0
    ale_pol_match_red: 0
    ale_pol_match_yellow: 0
    ale_mcast_sa_drop: 0
    ale_dual_vlan_drop: 0
    ale_len_err_drop: 0
    ale_ip_next_hdr_drop: 0
    ale_ipv4_frag_drop: 0
    iet_rx_assembly_err: 0
    iet_rx_assembly_ok: 0
    iet_rx_smd_err: 0
    iet_rx_frag: 0
    iet_tx_hold: 0
    iet_tx_frag: 0
    tx_mem_protect_err: 0
    tx_pri0: 863504
    tx_pri1: 0
    tx_pri2: 0
    tx_pri3: 0
    tx_pri4: 0
    tx_pri5: 0
    tx_pri6: 0
    tx_pri7: 0
    tx_pri0_bcnt: 1289731951
    tx_pri1_bcnt: 0
    tx_pri2_bcnt: 0
    tx_pri3_bcnt: 0
    tx_pri4_bcnt: 0
    tx_pri5_bcnt: 0
    tx_pri6_bcnt: 0
    tx_pri7_bcnt: 0
    tx_pri0_drop: 0
    tx_pri1_drop: 0
    tx_pri2_drop: 0
    tx_pri3_drop: 0
    tx_pri4_drop: 0
    tx_pri5_drop: 0
    tx_pri6_drop: 0
    tx_pri7_drop: 0
    tx_pri0_drop_bcnt: 0
    tx_pri1_drop_bcnt: 0
    tx_pri2_drop_bcnt: 0
    tx_pri3_drop_bcnt: 0
    tx_pri4_drop_bcnt: 0
    tx_pri5_drop_bcnt: 0
    tx_pri6_drop_bcnt: 0
    tx_pri7_drop_bcnt: 0
    TDA4VM as client while running iperf.txt
    TDA4VM as client, PC as server, execute "iperf3.exe -c 192.168.1.200 -i 1 -t 20 -u -b 500M" cmd on TDA4VM side.
    
    root@j7-evm:~# mpstat -P ALL 1
    Linux 5.10.162 (j7-evm)    05/28/24    aarch64    (2 CPU)
    18:09:31     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:32     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:32       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:32       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:32     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:33     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:33       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:33       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:33     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:34     all    0.00    0.00    0.50    0.00    0.00    0.00    0.00    0.00   99.50
    18:09:34       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:34       1    0.00    0.00    0.99    0.00    0.00    0.00    0.00    0.00   99.01
    18:09:34     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:35     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:35       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:35       1    0.99    0.00    0.00    0.00    0.00    0.00    0.00    0.00   99.01
    18:09:35     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:36     all    0.51    0.00    0.00    0.00    0.51    1.03    0.00    0.00   97.95
    18:09:36       0    0.00    0.00    1.04    0.00    0.00    0.00    0.00    0.00   98.96
    18:09:36       1    0.00    0.00    0.00    0.00    0.00    2.02    0.00    0.00   97.98
    18:09:36     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:37     all    1.18    0.00    6.47    0.00    2.94    6.47    0.00    0.00   82.94
    18:09:37       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:37       1    1.96    0.00    9.80    0.00    5.88   10.78    0.00    0.00   71.57
    18:09:37     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:38     all    3.38    0.00   23.19    0.00    3.38    5.31    0.00    0.00   64.73
    18:09:38       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:38       1    6.48    0.00   44.44    0.00    6.48   10.19    0.00    0.00   32.41
    18:09:38     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:39     all    3.33    0.00   23.81    0.00    3.81    5.24    0.00    0.00   63.81
    18:09:39       0    0.99    0.00    0.99    0.00    0.00    0.00    0.00    0.00   98.02
    18:09:39       1    5.56    0.00   46.30    0.00    6.48   10.19    0.00    0.00   31.48
    18:09:39     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:40     all    1.13    0.00    9.04    0.00    3.39    7.34    0.00    0.00   79.10
    18:09:40       0    1.33    0.00    0.00    0.00    0.00    0.00    0.00    0.00   98.67
    18:09:40       1    1.98    0.00   14.85    0.00    5.94   11.88    0.00    0.00   65.35
    18:09:40     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:41     all    1.19    0.00    5.36    0.00    2.98    6.55    0.00    0.00   83.93
    18:09:41       0    0.00    0.00    0.00    0.00    1.45    0.00    0.00    0.00   98.55
    18:09:41       1    1.01    0.00    9.09    0.00    5.05   11.11    0.00    0.00   73.74
    18:09:41     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:42     all    3.85    0.00   22.60    0.00    3.37    5.29    0.00    0.00   64.90
    18:09:42       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:42       1    7.41    0.00   43.52    0.00    6.48   10.19    0.00    0.00   32.41
    18:09:42     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:43     all    2.21    0.00   11.60    0.00    3.31    6.08    0.00    0.00   76.80
    18:09:43       0    0.00    0.00    2.63    0.00    0.00    0.00    0.00    0.00   97.37
    18:09:43       1    3.77    0.00   18.87    0.00    5.66   10.38    0.00    0.00   61.32
    18:09:43     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:44     all    3.16    0.00   14.74    0.00    3.68    5.79    0.00    0.00   72.63
    18:09:44       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:44       1    5.77    0.00   25.96    0.00    5.77   11.54    0.00    0.00   50.96
    18:09:44     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:45     all    6.19    0.00   21.43    0.00    3.33    5.24    0.00    0.00   63.81
    18:09:45       0    0.99    0.00    0.00    0.00    0.00    0.00    0.00    0.00   99.01
    18:09:45       1   10.81    0.00   41.44    0.00    6.31    9.91    0.00    0.00   31.53
    18:09:45     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:46     all    4.55    0.00   17.17    0.00    3.54    6.06    0.00    0.00   68.69
    18:09:46       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:46       1    8.57    0.00   31.43    0.00    6.67   10.48    0.00    0.00   42.86
    18:09:46     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:47     all    3.88    0.00   22.33    0.00    3.40    5.34    0.00    0.00   65.05
    18:09:47       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:47       1    8.33    0.00   42.59    0.00    6.48   10.19    0.00    0.00   32.41
    18:09:47     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:48     all    5.31    0.00   21.26    0.00    3.38    5.31    0.00    0.00   64.73
    18:09:48       0    0.99    0.00    0.99    0.00    0.00    0.00    0.00    0.00   98.02
    18:09:48       1    8.49    0.00   41.51    0.00    6.60   10.38    0.00    0.00   33.02
    18:09:48     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:49     all    3.21    0.00   13.37    0.00    3.21    6.42    0.00    0.00   73.80
    18:09:49       0    0.00    0.00    0.00    0.00    0.00    1.19    0.00    0.00   98.81
    18:09:49       1    6.73    0.00   23.08    0.00    6.73   11.54    0.00    0.00   51.92
    18:09:49     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:50     all    3.17    0.00   13.76    0.00    3.70    6.35    0.00    0.00   73.02
    18:09:50       0    0.00    0.00    1.19    0.00    0.00    0.00    0.00    0.00   98.81
    18:09:50       1    5.71    0.00   24.76    0.00    5.71   10.48    0.00    0.00   53.33
    18:09:50     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:51     all    4.50    0.00   19.50    0.00    3.50    5.00    0.00    0.00   67.50
    18:09:51       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:51       1    8.91    0.00   38.61    0.00    6.93   10.89    0.00    0.00   34.65
    18:09:51     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:52     all    3.35    0.00   23.92    0.00    3.35    5.26    0.00    0.00   64.11
    18:09:52       0    0.00    0.00    0.00    0.00    0.99    0.00    0.00    0.00   99.01
    18:09:52       1    5.56    0.00   45.37    0.00    6.48   10.19    0.00    0.00   32.41
    18:09:52     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:53     all    3.05    0.00   18.27    0.00    3.55    6.09    0.00    0.00   69.04
    18:09:53       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:53       1    5.88    0.00   35.29    0.00    6.86   10.78    0.00    0.00   41.18
    18:09:53     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:54     all    1.88    0.00   27.23    0.00    3.29    5.16    0.00    0.00   62.44
    18:09:54       0    0.99    0.00    0.00    0.00    0.00    0.00    0.00    0.00   99.01
    18:09:54       1    3.51    0.00   50.88    0.00    6.14    9.65    0.00    0.00   29.82
    18:09:54     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:55     all    0.95    0.00   26.54    0.00    3.79    5.21    0.00    0.00   63.51
    18:09:55       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:55       1    1.82    0.00   50.91    0.00    6.36   10.00    0.00    0.00   30.91
    18:09:55     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:56     all    1.92    0.00   22.60    0.00    2.88    4.33    0.00    0.00   68.27
    18:09:56       0    0.99    0.00    0.00    0.00    0.00    0.00    0.00    0.00   99.01
    18:09:56       1    2.73    0.00   42.73    0.00    6.36    9.09    0.00    0.00   39.09
    18:09:56     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:57     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:57       0    0.00    0.00    1.00    0.00    0.00    0.00    0.00    0.00   99.00
    18:09:57       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:57     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    18:09:58     all    0.00    0.00    0.50    0.00    0.00    0.00    0.00    0.00   99.50
    18:09:58       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    18:09:58       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    TDA4VM as server before ipref.txt
    TDA4VM as server, PC as client.
    
    root@j7-evm:~# ethtool -S eth0
    NIC statistics:
    p0_rx_good_frames: 134
    p0_rx_broadcast_frames: 0
    p0_rx_multicast_frames: 39
    p0_rx_crc_errors: 0
    p0_rx_oversized_frames: 0
    p0_rx_undersized_frames: 0
    p0_ale_drop: 0
    p0_ale_overrun_drop: 0
    p0_rx_octets: 22328
    p0_tx_good_frames: 287
    p0_tx_broadcast_frames: 43
    p0_tx_multicast_frames: 111
    p0_tx_octets: 30921
    p0_tx_64B_frames: 59
    p0_tx_65_to_127B_frames: 307
    p0_tx_128_to_255B_frames: 47
    p0_tx_256_to_511B_frames: 1
    p0_tx_512_to_1023B_frames: 3
    p0_tx_1024B_frames: 4
    p0_net_octets: 53249
    p0_rx_bottom_fifo_drop: 0
    p0_rx_port_mask_drop: 0
    p0_rx_top_fifo_drop: 0
    p0_ale_rate_limit_drop: 0
    p0_ale_vid_ingress_drop: 0
    p0_ale_da_eq_sa_drop: 0
    p0_ale_block_drop: 0
    p0_ale_secure_drop: 0
    p0_ale_auth_drop: 0
    p0_ale_unknown_ucast: 0
    p0_ale_unknown_ucast_bytes: 0
    p0_ale_unknown_mcast: 0
    p0_ale_unknown_mcast_bytes: 0
    p0_ale_unknown_bcast: 0
    p0_ale_unknown_bcast_bytes: 0
    p0_ale_pol_match: 0
    p0_ale_pol_match_red: 0
    p0_ale_pol_match_yellow: 0
    p0_ale_mcast_sa_drop: 0
    p0_ale_dual_vlan_drop: 0
    p0_ale_len_err_drop: 0
    p0_ale_ip_next_hdr_drop: 0
    p0_ale_ipv4_frag_drop: 0
    p0_tx_mem_protect_err: 0
    p0_tx_pri0: 0
    p0_tx_pri1: 0
    p0_tx_pri2: 0
    p0_tx_pri3: 0
    p0_tx_pri4: 0
    p0_tx_pri5: 0
    p0_tx_pri6: 0
    p0_tx_pri7: 0
    p0_tx_pri0_bcnt: 0
    p0_tx_pri1_bcnt: 0
    p0_tx_pri2_bcnt: 0
    p0_tx_pri3_bcnt: 0
    p0_tx_pri4_bcnt: 0
    p0_tx_pri5_bcnt: 0
    p0_tx_pri6_bcnt: 0
    p0_tx_pri7_bcnt: 0
    p0_tx_pri0_drop: 0
    p0_tx_pri1_drop: 0
    p0_tx_pri2_drop: 0
    p0_tx_pri3_drop: 0
    p0_tx_pri4_drop: 0
    p0_tx_pri5_drop: 0
    p0_tx_pri6_drop: 0
    p0_tx_pri7_drop: 0
    p0_tx_pri0_drop_bcnt: 0
    p0_tx_pri1_drop_bcnt: 0
    p0_tx_pri2_drop_bcnt: 0
    p0_tx_pri3_drop_bcnt: 0
    p0_tx_pri4_drop_bcnt: 0
    p0_tx_pri5_drop_bcnt: 0
    p0_tx_pri6_drop_bcnt: 0
    p0_tx_pri7_drop_bcnt: 0
    rx_good_frames: 325
    rx_broadcast_frames: 43
    rx_multicast_frames: 149
    rx_pause_frames: 0
    rx_crc_errors: 0
    rx_align_code_errors: 0
    rx_oversized_frames: 0
    rx_jabber_frames: 0
    rx_undersized_frames: 0
    rx_fragments: 0
    ale_drop: 38
    ale_overrun_drop: 0
    rx_octets: 36846
    tx_good_frames: 134
    tx_broadcast_frames: 0
    tx_multicast_frames: 39
    tx_pause_frames: 0
    tx_deferred_frames: 0
    tx_collision_frames: 0
    tx_single_coll_frames: 0
    tx_mult_coll_frames: 0
    tx_excessive_collisions: 0
    tx_late_collisions: 0
    rx_ipg_error: 0
    tx_carrier_sense_errors: 0
    tx_octets: 22328
    tx_64B_frames: 63
    tx_65_to_127B_frames: 315
    tx_128_to_255B_frames: 73
    tx_256_to_511B_frames: 1
    tx_512_to_1023B_frames: 3
    tx_1024B_frames: 4
    net_octets: 59174
    rx_bottom_fifo_drop: 0
    rx_port_mask_drop: 38
    rx_top_fifo_drop: 0
    ale_rate_limit_drop: 0
    ale_vid_ingress_drop: 0
    ale_da_eq_sa_drop: 0
    ale_block_drop: 0
    ale_secure_drop: 0
    ale_auth_drop: 0
    ale_unknown_ucast: 133
    ale_unknown_ucast_bytes: 15448
    ale_unknown_mcast: 149
    ale_unknown_mcast_bytes: 15975
    ale_unknown_bcast: 43
    ale_unknown_bcast_bytes: 5423
    ale_pol_match: 0
    ale_pol_match_red: 0
    ale_pol_match_yellow: 0
    ale_mcast_sa_drop: 0
    ale_dual_vlan_drop: 0
    ale_len_err_drop: 0
    ale_ip_next_hdr_drop: 0
    ale_ipv4_frag_drop: 0
    iet_rx_assembly_err: 0
    iet_rx_assembly_ok: 0
    iet_rx_smd_err: 0
    iet_rx_frag: 0
    iet_tx_hold: 0
    iet_tx_frag: 0
    tx_mem_protect_err: 0
    tx_pri0: 134
    tx_pri1: 0
    tx_pri2: 0
    tx_pri3: 0
    tx_pri4: 0
    tx_pri5: 0
    tx_pri6: 0
    tx_pri7: 0
    tx_pri0_bcnt: 22328
    tx_pri1_bcnt: 0
    tx_pri2_bcnt: 0
    tx_pri3_bcnt: 0
    tx_pri4_bcnt: 0
    tx_pri5_bcnt: 0
    tx_pri6_bcnt: 0
    tx_pri7_bcnt: 0
    tx_pri0_drop: 0
    tx_pri1_drop: 0
    tx_pri2_drop: 0
    tx_pri3_drop: 0
    tx_pri4_drop: 0
    tx_pri5_drop: 0
    tx_pri6_drop: 0
    tx_pri7_drop: 0
    tx_pri0_drop_bcnt: 0
    tx_pri1_drop_bcnt: 0
    tx_pri2_drop_bcnt: 0
    tx_pri3_drop_bcnt: 0
    tx_pri4_drop_bcnt: 0
    tx_pri5_drop_bcnt: 0
    tx_pri6_drop_bcnt: 0
    tx_pri7_drop_bcnt: 0
    TDA4VM as server after ipref.txt
    TDA4VM as server, PC as client, execute "iperf3.exe -c 192.168.1.205 -i 1 -t 20 -u -b 500M" cmd on PC side.
    
    root@j7-evm:~# ethtool -S eth0
    NIC statistics:
    p0_rx_good_frames: 244
    p0_rx_broadcast_frames: 0
    p0_rx_multicast_frames: 42
    p0_rx_crc_errors: 0
    p0_rx_oversized_frames: 0
    p0_rx_undersized_frames: 0
    p0_ale_drop: 0
    p0_ale_overrun_drop: 0
    p0_rx_octets: 44154
    p0_tx_good_frames: 856623
    p0_tx_broadcast_frames: 43
    p0_tx_multicast_frames: 111
    p0_tx_octets: 1289492755
    p0_tx_64B_frames: 164
    p0_tx_65_to_127B_frames: 386
    p0_tx_128_to_255B_frames: 89
    p0_tx_256_to_511B_frames: 7
    p0_tx_512_to_1023B_frames: 3
    p0_tx_1024B_frames: 856218
    p0_net_octets: 1289536909
    p0_rx_bottom_fifo_drop: 0
    p0_rx_port_mask_drop: 0
    p0_rx_top_fifo_drop: 0
    p0_ale_rate_limit_drop: 0
    p0_ale_vid_ingress_drop: 0
    p0_ale_da_eq_sa_drop: 0
    p0_ale_block_drop: 0
    p0_ale_secure_drop: 0
    p0_ale_auth_drop: 0
    p0_ale_unknown_ucast: 0
    p0_ale_unknown_ucast_bytes: 0
    p0_ale_unknown_mcast: 0
    p0_ale_unknown_mcast_bytes: 0
    p0_ale_unknown_bcast: 0
    p0_ale_unknown_bcast_bytes: 0
    p0_ale_pol_match: 0
    p0_ale_pol_match_red: 0
    p0_ale_pol_match_yellow: 0
    p0_ale_mcast_sa_drop: 0
    p0_ale_dual_vlan_drop: 0
    p0_ale_len_err_drop: 0
    p0_ale_ip_next_hdr_drop: 0
    p0_ale_ipv4_frag_drop: 0
    p0_tx_mem_protect_err: 0
    p0_tx_pri0: 0
    p0_tx_pri1: 0
    p0_tx_pri2: 0
    p0_tx_pri3: 0
    p0_tx_pri4: 0
    p0_tx_pri5: 0
    p0_tx_pri6: 0
    p0_tx_pri7: 0
    p0_tx_pri0_bcnt: 0
    p0_tx_pri1_bcnt: 0
    p0_tx_pri2_bcnt: 0
    p0_tx_pri3_bcnt: 0
    p0_tx_pri4_bcnt: 0
    p0_tx_pri5_bcnt: 0
    p0_tx_pri6_bcnt: 0
    p0_tx_pri7_bcnt: 0
    p0_tx_pri0_drop: 0
    p0_tx_pri1_drop: 0
    p0_tx_pri2_drop: 0
    p0_tx_pri3_drop: 0
    p0_tx_pri4_drop: 0
    p0_tx_pri5_drop: 0
    p0_tx_pri6_drop: 0
    p0_tx_pri7_drop: 0
    p0_tx_pri0_drop_bcnt: 0
    p0_tx_pri1_drop_bcnt: 0
    p0_tx_pri2_drop_bcnt: 0
    p0_tx_pri3_drop_bcnt: 0
    p0_tx_pri4_drop_bcnt: 0
    p0_tx_pri5_drop_bcnt: 0
    p0_tx_pri6_drop_bcnt: 0
    p0_tx_pri7_drop_bcnt: 0
    rx_good_frames: 856686
    rx_broadcast_frames: 43
    rx_multicast_frames: 174
    rx_pause_frames: 0
    rx_crc_errors: 2
    rx_align_code_errors: 0
    rx_oversized_frames: 0
    rx_jabber_frames: 0
    rx_undersized_frames: 0
    rx_fragments: 0
    ale_drop: 63
    ale_overrun_drop: 0
    rx_octets: 1289504056
    tx_good_frames: 402
    tx_broadcast_frames: 0
    tx_multicast_frames: 200
    tx_pause_frames: 158
    tx_deferred_frames: 0
    tx_collision_frames: 0
    tx_single_coll_frames: 0
    tx_mult_coll_frames: 0
    tx_excessive_collisions: 0
    tx_late_collisions: 0
    rx_ipg_error: 0
    tx_carrier_sense_errors: 0
    tx_octets: 54266
    tx_64B_frames: 326
    tx_65_to_127B_frames: 394
    tx_128_to_255B_frames: 140
    tx_256_to_511B_frames: 7
    tx_512_to_1023B_frames: 3
    tx_1024B_frames: 856220
    net_octets: 1289561334
    rx_bottom_fifo_drop: 0
    rx_port_mask_drop: 65
    rx_top_fifo_drop: 0
    ale_rate_limit_drop: 0
    ale_vid_ingress_drop: 0
    ale_da_eq_sa_drop: 0
    ale_block_drop: 0
    ale_secure_drop: 0
    ale_auth_drop: 0
    ale_unknown_ucast: 856469
    ale_unknown_ucast_bytes: 1289477282
    ale_unknown_mcast: 174
    ale_unknown_mcast_bytes: 21351
    ale_unknown_bcast: 43
    ale_unknown_bcast_bytes: 5423
    ale_pol_match: 0
    ale_pol_match_red: 0
    ale_pol_match_yellow: 0
    ale_mcast_sa_drop: 0
    ale_dual_vlan_drop: 0
    ale_len_err_drop: 0
    ale_ip_next_hdr_drop: 0
    ale_ipv4_frag_drop: 0
    iet_rx_assembly_err: 0
    iet_rx_assembly_ok: 0
    iet_rx_smd_err: 0
    iet_rx_frag: 0
    iet_tx_hold: 0
    iet_tx_frag: 0
    tx_mem_protect_err: 0
    tx_pri0: 244
    tx_pri1: 0
    tx_pri2: 0
    tx_pri3: 0
    tx_pri4: 0
    tx_pri5: 0
    tx_pri6: 0
    tx_pri7: 0
    tx_pri0_bcnt: 44154
    tx_pri1_bcnt: 0
    tx_pri2_bcnt: 0
    tx_pri3_bcnt: 0
    tx_pri4_bcnt: 0
    tx_pri5_bcnt: 0
    tx_pri6_bcnt: 0
    tx_pri7_bcnt: 0
    tx_pri0_drop: 0
    tx_pri1_drop: 0
    tx_pri2_drop: 0
    tx_pri3_drop: 0
    tx_pri4_drop: 0
    tx_pri5_drop: 0
    tx_pri6_drop: 0
    tx_pri7_drop: 0
    tx_pri0_drop_bcnt: 0
    tx_pri1_drop_bcnt: 0
    tx_pri2_drop_bcnt: 0
    tx_pri3_drop_bcnt: 0
    tx_pri4_drop_bcnt: 0
    tx_pri5_drop_bcnt: 0
    tx_pri6_drop_bcnt: 0
    tx_pri7_drop_bcnt: 0
    TDA4VM as server while running ipref.txt
    TDA4VM as server, PC as client, execute "iperf3.exe -c 192.168.1.205 -i 1 -t 20 -u -b 500M" cmd on PC side.
    
    root@j7-evm:~# mpstat -P ALL 1
    Linux 5.10.162 (j7-evm)    05/29/24    aarch64    (2 CPU)
    15:30:12     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:13     all    0.50    0.00    0.00    0.00    0.00    0.00    0.00    0.00   99.50
    15:30:13       0    1.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   99.00
    15:30:13       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:13     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:14     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:14       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:14       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:14     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:15     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:15       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:15       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:15     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:16     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:16       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:16       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:16     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:17     all    0.50    0.00    3.02    0.00    1.01    3.02    0.00    0.00   92.46
    15:30:17       0    0.00    0.00    0.00    0.00    1.00    7.00    0.00    0.00   92.00
    15:30:17       1    1.98    0.00    6.93    0.00    0.00    0.00    0.00    0.00   91.09
    15:30:17     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:18     all    2.07    0.00   19.17    0.00    3.63   20.73    0.00    0.00   54.40
    15:30:18       0    0.00    0.00    0.00    0.00    5.15   41.24    0.00    0.00   53.61
    15:30:18       1    4.26    0.00   38.30    0.00    2.13    0.00    0.00    0.00   55.32
    15:30:18     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:19     all    1.56    0.00   15.62    0.00    3.12   19.27    0.00    0.00   60.42
    15:30:19       0    1.02    0.00   13.27    0.00    6.12   36.73    0.00    0.00   42.86
    15:30:19       1    1.06    0.00   19.15    0.00    1.06    0.00    0.00    0.00   78.72
    15:30:19     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:20     all    1.01    0.00   13.13    0.00    3.03   18.18    0.00    0.00   64.65
    15:30:20       0    2.97    0.00   24.75    0.00    5.94   35.64    0.00    0.00   30.69
    15:30:20       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:20     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:21     all    0.50    0.00   15.00    0.00    3.50   17.00    0.00    0.00   64.00
    15:30:21       0    0.00    0.00   30.61    0.00    6.12   34.69    0.00    0.00   28.57
    15:30:21       1    0.00    0.00    1.00    0.00    0.00    0.00    0.00    0.00   99.00
    15:30:21     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:22     all    0.99    0.00   14.78    0.00    2.96   17.24    0.00    0.00   64.04
    15:30:22       0    1.94    0.00   29.13    0.00    5.83   33.98    0.00    0.00   29.13
    15:30:22       1    0.00    0.00    0.00    0.00    0.00    0.99    0.00    0.00   99.01
    15:30:22     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:23     all    1.51    0.00   13.57    0.00    3.02   17.59    0.00    0.00   64.32
    15:30:23       0    3.00    0.00   27.00    0.00    6.00   34.00    0.00    0.00   30.00
    15:30:23       1    1.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   99.00
    15:30:23     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:24     all    1.00    0.00   14.50    0.00    3.00   17.00    0.00    0.00   64.50
    15:30:24       0    2.00    0.00   28.00    0.00    6.00   35.00    0.00    0.00   29.00
    15:30:24       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:24     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:25     all    1.48    0.00   13.30    0.00    2.96   16.75    0.00    0.00   65.52
    15:30:25       0    1.94    0.00   27.18    0.00    5.83   33.01    0.00    0.00   32.04
    15:30:25       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:25     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:26     all    1.01    0.00   14.65    0.00    3.03   17.68    0.00    0.00   63.64
    15:30:26       0    2.04    0.00   28.57    0.00    7.14   34.69    0.00    0.00   27.55
    15:30:26       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:26     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:27     all    1.01    0.00   12.12    0.00    3.03   17.17    0.00    0.00   66.67
    15:30:27       0    2.04    0.00   24.49    0.00    6.12   34.69    0.00    0.00   32.65
    15:30:27       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:27     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:28     all    2.03    0.00   12.18    0.00    3.05   17.77    0.00    0.00   64.97
    15:30:28       0    1.96    0.00   14.71    0.00    4.90   35.29    0.00    0.00   43.14
    15:30:28       1    2.06    0.00    9.28    0.00    1.03    0.00    0.00    0.00   87.63
    15:30:28     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:29     all    0.50    0.00   12.94    0.00    2.99   16.92    0.00    0.00   66.67
    15:30:29       0    0.96    0.00   22.12    0.00    5.77   32.69    0.00    0.00   38.46
    15:30:29       1    1.01    0.00    4.04    0.00    0.00    0.00    0.00    0.00   94.95
    15:30:29     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:30     all    1.56    0.00   15.62    0.00    3.65   20.31    0.00    0.00   58.85
    15:30:30       0    0.00    0.00    4.04    0.00    5.05   38.38    0.00    0.00   52.53
    15:30:30       1    3.30    0.00   28.57    0.00    2.20    0.00    0.00    0.00   65.93
    15:30:30     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:31     all    0.98    0.00   13.73    0.00    2.94   17.16    0.00    0.00   65.20
    15:30:31       0    0.95    0.00   17.14    0.00    5.71   33.33    0.00    0.00   42.86
    15:30:31       1    0.00    0.00    9.18    0.00    0.00    0.00    0.00    0.00   90.82
    15:30:31     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:32     all    1.55    0.00   13.40    0.00    3.61   18.56    0.00    0.00   62.89
    15:30:32       0    0.99    0.00   10.89    0.00    4.95   35.64    0.00    0.00   47.52
    15:30:32       1    3.19    0.00   17.02    0.00    1.06    0.00    0.00    0.00   78.72
    15:30:32     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:33     all    0.50    0.00   12.56    0.00    3.02   17.59    0.00    0.00   66.33
    15:30:33       0    0.00    0.00   16.67    0.00    5.88   34.31    0.00    0.00   43.14
    15:30:33       1    1.03    0.00    8.25    0.00    0.00    0.00    0.00    0.00   90.72
    15:30:33     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:34     all    2.01    0.00   13.07    0.00    3.02   17.59    0.00    0.00   64.32
    15:30:34       0    1.98    0.00   16.83    0.00    5.94   34.65    0.00    0.00   40.59
    15:30:34       1    1.04    0.00    8.33    0.00    1.04    0.00    0.00    0.00   89.58
    15:30:34     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:35     all    0.50    0.00   14.50    0.00    3.00   16.50    0.00    0.00   65.50
    15:30:35       0    0.98    0.00   28.43    0.00    5.88   33.33    0.00    0.00   31.37
    15:30:35       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:35     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:36     all    1.56    0.00   16.67    0.00    3.65   20.83    0.00    0.00   57.29
    15:30:36       0    1.01    0.00    6.06    0.00    5.05   39.39    0.00    0.00   48.48
    15:30:36       1    3.23    0.00   29.03    0.00    2.15    0.00    0.00    0.00   65.59
    15:30:36     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:37     all    2.12    0.00   12.70    0.00    3.17   17.46    0.00    0.00   64.55
    15:30:37       0    0.00    0.00    1.00    0.00    5.00   33.00    0.00    0.00   61.00
    15:30:37       1    4.44    0.00   25.56    0.00    1.11    0.00    0.00    0.00   68.89
    15:30:37     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:38     all    0.50    0.00    0.00    0.00    0.50    0.00    0.00    0.00   99.01
    15:30:38       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:38       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:38     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:39     all    0.00    0.00    0.50    0.00    0.00    0.00    0.00    0.00   99.50
    15:30:39       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:39       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:39     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    15:30:40     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:40       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    15:30:40       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00

  • Hi Rex,

    Thanks for the logs. I will go through the logs and respond by tomorrow.

    Regards,

    Tanmay

  • Hi Rex

        what's the sdk version in your project?

    Regards

       Semon

  • Hi Rex,

    Based on the statistics you provided, I could calculate that the hardware (when TDA4VM is acting as client, the issue case), the number of packets transmitted is in total 863378 during the time iperf ran.

    This results in a bandwidth of 863378*1470(udp packet size)*8(byte to bit conversion)/20(duration)/1024/1024(convert to Mbps) = 484.1483Mbps.

    This is the correct bandwidth provided. This means that the packets are being dropped somewhere later in the network. Can you please check how many packets are received on your PC NIC?

    If possible, can you also test this with two EVMs connected too one another.

    Regards,
    Tanmay