scx/scheds/rust
Andrea Righi 8e7a526356 scx_bpfland: use nr_cpu_ids for consistency
We always use nr_cpu_ids to represent the maximum CPU id returned by
scx_bpf_nr_cpu_ids().

Replace cpu_max with nr_cpu_ids to be more consistent with the rest of
the code.

Signed-off-by: Andrea Righi <righi.andrea@gmail.com>
2024-07-15 08:44:35 +02:00
..
scx_bpfland scx_bpfland: use nr_cpu_ids for consistency 2024-07-15 08:44:35 +02:00
scx_lavd Merge pull request #424 from sched-ext/sync-upstream-kernel-and-bump-to-1.0 2024-07-14 07:00:38 -10:00
scx_layered Bump most versions to 1.0.0 2024-07-12 11:34:14 -10:00
scx_mitosis Bump most versions to 1.0.0 2024-07-12 11:34:14 -10:00
scx_rlfifo Bump most versions to 1.0.0 2024-07-12 11:34:14 -10:00
scx_rustland Bump most versions to 1.0.0 2024-07-12 11:34:14 -10:00
scx_rusty Bump most versions to 1.0.0 2024-07-12 11:34:14 -10:00
meson.build Sync from kernel - 1edab907b57d 2024-07-12 11:08:41 -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