mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-01 23:07:11 +00:00
b9b9875aa7
scx_rusty's intention is to support hotplug by automatically restarting whenever a hotplug event is encountered. Now that we're not trying to consume a bogus DSQ in the rusty_dispatch() on a newly hotplugged CPU, let's just remove offline tracking. It's really just there as a sanity check, but it triggers if an offline task is made runnable during a hotplug event before the ops.hotplug() callback has been invoked. Signed-off-by: David Vernet <void@manifault.com> |
||
---|---|---|
.. | ||
scx_lavd | ||
scx_layered | ||
scx_rlfifo | ||
scx_rustland | ||
scx_rusty | ||
meson.build | ||
README.md |
RUST SCHEDULERS
Introduction
This directory contains schedulers with user space rust components.
The README in each scheduler directory provides some background and describes the types of workloads or scenarios they're designed to accommodate. For more details on any of these schedulers, please see the header comment in their main.rs or *.bpf.c files.