Re: [Bugfix rtems-lwip 3/4] Correct the task prio of link_detect_thread

2024-04-02 Thread Markus Moessner
Running SMP on zynq7000 - my theory was that u might use QEMU. Kinsey Moore schrieb am Mo., 1. Apr. 2024, 16:35: > You might be seeing different behavior than I have if you're running > single-core. Almost all my lwIP usage has been on 4 cores on the ZynqMP. > > Kinsey > > On Sun, Mar 31, 2024 a

Re: [Bugfix rtems-lwip 3/4] Correct the task prio of link_detect_thread

2024-04-01 Thread Kinsey Moore
You might be seeing different behavior than I have if you're running single-core. Almost all my lwIP usage has been on 4 cores on the ZynqMP. Kinsey On Sun, Mar 31, 2024 at 5:49 PM Bernd Moessner wrote: > On my side, the link_detect_thread never gets to running state. > I assume that the issues

[Bugfix rtems-lwip 3/4] Correct the task prio of link_detect_thread

2024-03-31 Thread Bernd Moessner
On my side, the link_detect_thread never gets to running state. I assume that the issues with the FreeRTOS tick rate and delay definitions have never been observed as the associated thread was never running / no one requied it to run. Previously, the link_detect_thread was set to RTEMS_MAXIMUM_PRIO