Re: [PATCH 1/6] net: lwip: call sys_check_timeouts and schedule on rx

2025-05-30 Thread Jerome Forissier
Hi Tim, On 5/29/25 23:49, Tim Harvey wrote: > Call sys_check_timeouts to service lwIP timers and schedule to service > U-Boot tasks and actions during packet rx. > > This resolves the issue of an active watchdog resetting the board on > long network activities. > > Suggested-by: Jerome Forissier

[PATCH 1/6] net: lwip: call sys_check_timeouts and schedule on rx

2025-05-29 Thread Tim Harvey
Call sys_check_timeouts to service lwIP timers and schedule to service U-Boot tasks and actions during packet rx. This resolves the issue of an active watchdog resetting the board on long network activities. Suggested-by: Jerome Forissier Signed-off-by: Tim Harvey --- net/lwip/net-lwip.c | 7 +