lwIP | Providing SPARC GRETH NEtwork Driver for lwIP with TX & RX UDP Tests (!29)
Matteo Concas (@matteo.concas)
gitlab at rtems.org
Thu Oct 30 14:59:17 UTC 2025
Matteo Concas started a new discussion: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/29#note_135479
Currently the implementation will not compile if a SMP BSP is used due to the use of the `rtems_interrupt_enable()` and `rtems_interrupt_disable()` functions (not available in SMP configurations).
It would be good to replace them with `rtems_interrupt_lock_acquire()` and `rtems_interrupt_lock_release()` instead.
You can find a succinct explanation on their differences in the [RTEMS SMP Final Report](http://microelectronics.esa.int/gr740/rtems-smp-final-report-v5.pdf#subsection.3.4).
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/29#note_135479
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20251030/290bdfee/attachment-0001.htm>
More information about the bugs
mailing list