lwIP | embeddedsw/emacps: Backport iteration limit fix (!35)
Chris Johns (@chris)
gitlab at rtems.org
Wed Dec 24 06:19:28 UTC 2025
Chris Johns commented on a discussion on embeddedsw/XilinxProcessorIPLib/drivers/emacps/src/xemacps_bdring.c: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/35#note_137807
> while (BdCount < BdLimitLoc) {
> /* Read the status */
> if(CurBdPtr != NULL){
> BdStr = XEmacPs_BdRead(CurBdPtr, XEMACPS_BD_STAT_OFFSET);
Using cache coherent memory is a much better solution. The code I had predates support for that type of memory.
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/35#note_137807
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/20251224/01ac6c93/attachment.htm>
More information about the bugs
mailing list