scx-upstream/scheds/rust
Changwoo Min d1d9e97d08 scx_lavd: reduce LAVD_CPDOM_MAX_DIST to 4
The BPF verifier in the old kernel gives up to analysis the nested loop
in the consume_task(). We reduce the loop less complex by reducing
LAVD_CPDOM_MAX_DIST from 6 to 4 in order to make the verifier happy.
Note that the theoretical maximum distance is 6 (numa > llc > core type)
but there is no such hardware today, hence reducing it to 6 should be
okay in next few years, when hopefully the verifier becomes smarter.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-08-26 11:43:29 +09:00
..
scx_bpfland Merge pull request #561 from sched-ext/bpfland-fix-energy-profile-refresh 2024-08-25 18:31:34 +02:00
scx_lavd scx_lavd: reduce LAVD_CPDOM_MAX_DIST to 4 2024-08-26 11:43:29 +09:00
scx_layered build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
scx_mitosis build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
scx_rlfifo Merge pull request #559 from sched-ext/htejun/cargo-workspace 2024-08-25 06:26:18 -10:00
scx_rustland Merge pull request #559 from sched-ext/htejun/cargo-workspace 2024-08-25 06:26:18 -10:00
scx_rusty build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
.gitignore build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
Cargo.lock scx_lavd: use itertools::iproduct!() for a nested loop 2024-08-26 11:43:29 +09:00
Cargo.toml build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
meson.build build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
README.md scheds: introduce scx_bpfland 2024-06-27 17:28:42 +02: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