sched-ext / scx

sched_ext schedulers and tools
https://bit.ly/scx_slack
GNU General Public License v2.0
692 stars 48 forks source link

scx_rlfifo: improve code usability for experiments #360

Closed arighi closed 3 weeks ago

arighi commented 3 weeks ago

Minor code readability improvements + force all tasks to be scheduled in user-space by default.

This makes the scheduler more accessible for experimentation, allowing to apply changes just to user-space code and observe the effects, without addressing any in-kernel optimization.