We are currently testing the kernel version, lf-6.1.55-2.2.1 from the linux-imx repository. But we are encountering an issue with the ethernet driver, Realtek R8169, when connecting via SSH. This driver is working on older version which is rel_imx_5.4.70_2.3.7.
The chip we are using is i.MX6 Quad.
Here is the kernel message encountered.
[ 61.995657] ------------[ cut here ]------------
[ 61.995691] WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:526 dev_watchdog+0x1c8/0x1cc
[ 61.995740] NETDEV WATCHDOG: eth1 (r8169): transmit queue 0 timed out
[ 61.995757] Modules linked in: binfmt_misc r8169 imx_sdma nfnetlink [last unloaded: configfs]
[ 61.995851] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 6.1.55 #5
[ 61.995868] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
[ 61.995885] unwind_backtrace from show_stack+0x10/0x14
[ 61.995924] show_stack from dump_stack_lvl+0x40/0x4c
[ 61.995947] dump_stack_lvl from __warn+0xb0/0xd4
[ 61.995966] __warn from warn_slowpath_fmt+0xa4/0x1d0
[ 61.995983] warn_slowpath_fmt from dev_watchdog+0x1c8/0x1cc
[ 61.996007] dev_watchdog from call_timer_fn.constprop.5+0x18/0x80
[ 61.996050] call_timer_fn.constprop.5 from run_timer_softirq+0x43c/0x460
[ 61.996082] run_timer_softirq from __do_softirq+0x148/0x2b0
[ 61.996110] __do_softirq from irq_exit+0xc4/0x100
[ 61.996135] irq_exit from call_with_stack+0x18/0x20
[ 61.996158] call_with_stack from __irq_svc+0x90/0xc8
[ 61.996174] Exception stack(0x80f01ea8 to 0x80f01ef0)
[ 61.996190] 1ea0: 00000000 00000002 00000001 80f09ec0 00000001 00000001
[ 61.996203] 1ec0: 80f0c338 00000001 6ba7edff 6f3a265d daf098f8 0000000e 00000000 80f01ef8
[ 61.996214] 1ee0: 809590d4 806ecf60 20070013 ffffffff
[ 61.996223] __irq_svc from cpuidle_enter_state+0x170/0x37c
[ 61.996252] cpuidle_enter_state from cpuidle_enter+0x28/0x38
[ 61.996276] cpuidle_enter from do_idle+0x1e0/0x258
[ 61.996300] do_idle from cpu_startup_entry+0x18/0x1c
[ 61.996316] cpu_startup_entry from rest_init+0xd8/0xdc
[ 61.996335] rest_init from arch_post_acpi_subsys_init+0x0/0x8
[ 61.996382] ---[ end trace 0000000000000000 ]---
hI, @bamontales
Did you change anything about the BSP code?