scx-upstream/scheds/rust
Changwoo Min 2b5d3c1300 scx_lavd: change sched_prio_to_latency_weight to more skewed one
Replace a latency weight arrary to more skewed one, which is the
inverse of sched_prio_to_slice_weight. It turns out more skewed one
works better under highly CPU-overloaded cases since it gives a longer
deadline to non-latency-critical tasks.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-03-21 14:01:44 +09:00
..
scx_lavd scx_lavd: change sched_prio_to_latency_weight to more skewed one 2024-03-21 14:01:44 +09:00
scx_layered Merge pull request #187 from sched-ext/layered-updates 2024-03-13 17:15:18 -05:00
scx_rlfifo rusty: Account for disabled but offline CPUs 2024-03-14 11:15:28 -05:00
scx_rustland rusty: Account for disabled but offline CPUs 2024-03-14 11:15:28 -05:00
scx_rusty rusty: Fix up the scheduler description 2024-03-14 11:21:03 -05:00
meson.build scx_lavd: add scx_lavd to the meson build 2024-03-16 10:55:37 +09:00
README.md scx_lavd: add scx_lavd (Latency-criticality Aware Virtual Deadline) scheduler 2024-03-16 10:31:07 +09:00

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.

Schedulers