scx-upstream/scheds/rust
Changwoo Min 83169481a6 scx_lavd: improve latency criticality to latency priority mapping
The old approach is mapping [0, maximum latency criticliy] to [-boost
range, boost range). This approach is easily affected by one outlier
maximum value and suffers from the integer truncation error. The new
approach divides the range into two -- [minimum latency criticality,
average latency criticality) and [average latency criticality, maximum
latency criticality] -- and maps them into [boost range/2, 0) and [0,
-boost range/2), respectively,

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-03-25 22:13:41 +09:00
..
scx_lavd scx_lavd: improve latency criticality to latency priority mapping 2024-03-25 22:13:41 +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