-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Symmetric multiprocessing (SMP) support #210
Comments
Imported from trac issue 187. Created by jwilmot on 2017-06-20T13:04:24, last modified: 2019-08-14T14:11:46 |
Trac comment by jhageman on 2019-04-08 14:33:54: Is this related to Steve Duran's techdev-osal-smp, [changeset:0437baa]? Need a coordinated solution. |
Trac comment by jhageman on 2019-07-03 13:47:08: Moved 4.3.0 tickets that won't make release to 4.4.0 |
Trac comment by jhageman on 2019-07-26 15:13:05: Milestone renamed |
Removing milestone until funding is identified. |
SMP requirements attached |
See nasa/cFS#427 |
There's already the OS_EVENT concept implemented such that a PSP can do whatever is required at startup. Taking advantage of this an example was created to set thread CPU affinity: nasa/PSP#341 Could consider closing this. There isn't really additional requirements at the OS level... the PSP or a platform specific app could manage SMP. Removed the 'Draco' milestone since no other SMP work has been identified for closure this round. |
Moves CFE_SB_GetPipeName to public API Adds CFE_SB_GetPipeIdByName Adds 6 related events Adds to SB HK packet (GetPipeIdByNameErrorCounter) Updates associated internal name logic Unit tests and stubs added
Flight and ground computing platforms contain multiple processing cores. Symmetric multiprocessing (SMP) support must be added to the OSAL to fully utilize these platforms.
The text was updated successfully, but these errors were encountered: