RTEMS | cpukit: Create DHRL Library for DRAM Latency Mitigation (!1193)

Gedare Bloom (@gedare) gitlab at rtems.org
Fri May 22 14:45:35 UTC 2026




Gedare Bloom started a new discussion on cpukit/dhrl/dhrl.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150826

 > +  rtems_id          start_barrier;
 > +};
 > +
 > +/**
 > + * @brief Core execution loop for DHRL worker tasks.
 > + *
 > + * This task waits on the start barrier until the main thread signals
 > + * that a new read epoch has begun. It then performs a volatile read
 > + * of its assigned memory address based on the configured data size.
 > + * The first worker to successfully complete its read uses an atomic
 > + * compare-and-exchange to record its result and advance the completed
 > + * epoch, effectively "winning" the race.
 > + *
 > + * @param arg Pointer to the internal DHRL control structure.
 > + */
 > +static rtems_task rtems_dhrl_worker_loop( rtems_task_argument arg )

`RTEMS_NO_RETURN`

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150826
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/20260522/c63dd709/attachment-0001.htm>


More information about the bugs mailing list