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
scx_rustland_core: Allow to define a default time slice
When initializing the BpfScheduler, allow specifying a default time
slice for tasks automatically dispatched by the scx_rustland_core
backend (for example, when the built-in idle CPU selection policy is
enabled and a task is automatically dispatched on an idle CPU).
This helps improve responsiveness for schedulers with latency-sensitive
requirements, ensuring that tasks never receive a time slice larger than
the value defined by the user-space scheduler.
Also bump up scx_rustland_core major version, as this change breaks
backward compatibility due to the new slice_ns argument added to
BpfScheduler.
Signed-off-by: Andrea Righi <[email protected]>
0 commit comments