You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have pages for sched_ext kfuncs, the struct_ops and its helper library. The only thing that remains is to write a concept page that explain what sched_ext is and how it operates.
Important points to cover:
How tasks move from the existing scheduler to SCX
SCX core and BPF scheduler divide
How does SCX core (roughly) call into the BPF scheduler
What is a runqueue
What is a DSQ
FIFO DSQ vs vtime DSQ
Local vs Global vs User DSQs
CPU masks
Task weight
cGroup scheduling
The text was updated successfully, but these errors were encountered:
We now have pages for sched_ext kfuncs, the struct_ops and its helper library. The only thing that remains is to write a concept page that explain what sched_ext is and how it operates.
Important points to cover:
The text was updated successfully, but these errors were encountered: