mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-26 04:30:23 +00:00
c8a721b033
This is so we can package scx_utils into fedora without having to upgrade rust-bindgen (https://bodhi.fedoraproject.org/updates/FEDORA-2023-18e7f124e1). To make this happen we need to stop using the `CargoCallbacks::new` constructor which was added in 0.69. Old way seems legit according to the docs: https://rust-lang.github.io/rust-bindgen/non-system-libraries.html |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
bpf_h | ||
build.rs | ||
Cargo.toml | ||
LICENSE | ||
meson.build | ||
README.md |
Utility collection for sched_ext schedulers
sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them.
Thie crate is a collection of utilities for sched_ext scheduler implementations which use Rust for userspace component. This enables implementing hot paths in BPF while offloading colder and more complex operations to userspace Rust code which can be significantly more convenient and powerful.
Please see documentation for more details.