-
Notifications
You must be signed in to change notification settings - Fork 44
Home
hq6 edited this page Jan 11, 2017
·
15 revisions
This wiki is currently being used for project progress tracking. If you are interested in trying out Arachne, please see the public introduction and API Documentation.
- Where are all the different priority levels in the kernel?
- We need to know so that the new scheduler class's priority falls between
SCHED_FIFO
andSCHED_CFS
, but is also lower priority than SoftIRQ.
- We need to know so that the new scheduler class's priority falls between
- How do we do we prevent CFS's load-balancing mechanism from scheduling CFS tasks onto our core, which will never get run and possibly stall the system?
- To what extent do the in-kernel threads actually introduce jitter?