RTEMS | Draft: cpukit: Create DHRL Library for DRAM Latency Mitigation (!1193)
Joel Sherrill (@joel)
gitlab at rtems.org
Thu Apr 9 23:09:48 UTC 2026
Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193 was reviewed by Joel Sherrill
--
Joel Sherrill started a new discussion on cpukit/dhrl/dhrl.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148338
> +/**
Add SPDX header.
--
Joel Sherrill started a new discussion on cpukit/dhrl/dhrl.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148339
> + }
> +
> + CPU_ZERO( &cpuset );
Is this applicable to non-SMP configurations?
--
Joel Sherrill started a new discussion on cpukit/include/rtems/dhrl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148340
> +/**
Add SPDX headers.
--
Joel Sherrill started a new discussion on cpukit/dhrl/dhrl.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148341
> +
> + // Initialize Worker B
> + sc = rtems_task_create(
If you go to self-contained objects, I don't know how you would be able to set the affinity.
--
Joel Sherrill started a new discussion on cpukit/dhrl/dhrl.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148342
> +
> + CPU_ZERO( &cpuset );
> + CPU_SET( core_b, &cpuset );
I don't remember if it was fixed or not but the scheduler with affinity support may need to be touched to add a missing scheduler operation.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193
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/20260409/c7610c29/attachment-0001.htm>
More information about the bugs
mailing list