mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-26 04:30:23 +00:00
6caf6c5c99
This is to fix fedora build failures for these archs: s390x and ppc64le Error: ``` ---- bpf_builder::tests::test_bpf_builder_new stdout ---- thread 'bpf_builder::tests::test_bpf_builder_new' panicked at src/bpf_builder.rs:592:9: Failed to create BpfBuilder (Err(CPU arch "s390x" not found in ARCH_MAP)) ``` https://koji.fedoraproject.org/koji/taskinfo?taskID=111114326 |
||
---|---|---|
.. | ||
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.