FreeRTOS-Kernel icon indicating copy to clipboard operation
FreeRTOS-Kernel copied to clipboard

Granular Lock for SMP

Open amazonKamath opened this issue 1 year ago • 2 comments

Current FreeRTOS SMP uses a single lsingle set of locks to guard all critical sections and scheduler suspension. This results in lower performance because of lock contention. This work item involves making the locking more granular by having one lock per kernel object to remove lock contention when different cores are not accessing the same kernel object.

amazonKamath avatar Nov 27 '23 06:11 amazonKamath

@amazonKamath @aggarg I can't assign this issue to myself. I think I'll need collaborator access to be able to do that (cc @sudeep-mohanty in case you need to assign FreeRTOS kernel issues as well).

Dazza0 avatar Dec 11 '23 09:12 Dazza0

Note: I'm already working on this issue.

Dazza0 avatar Jan 08 '24 07:01 Dazza0