scx-upstream/scheds/rust
David Vernet bc0336d727
cpumask: Add bitwise ops for cpumask
We implement functions or(), and(), and xor() for cpumasks, but we
should also implement the bitwise ops for those operations in case
people prefer that syntax.

Signed-off-by: David Vernet <void@manifault.com>
2024-03-14 11:02:01 -05:00
..
scx_layered Merge pull request #187 from sched-ext/layered-updates 2024-03-13 17:15:18 -05:00
scx_rlfifo Revert "scx_rustland_core: use new consume_raw() libbpf-rs API" 2024-03-11 21:54:21 +01:00
scx_rustland topology: Include last CPU in online 2024-03-14 11:01:52 -05:00
scx_rusty cpumask: Add bitwise ops for cpumask 2024-03-14 11:02:01 -05:00
meson.build scx_rlfifo: simple user-space FIFO scheduler written in Rust 2024-02-28 17:49:44 +01:00
README.md scx_rlfifo: simple user-space FIFO scheduler written in Rust 2024-02-28 17:49:44 +01: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