osism / issues

This repository is used for bug reports that are cross-project or not bound to a specific repository (or to an unknown repository).
https://www.osism.tech
1 stars 1 forks source link

Test EEVDF CPU scheduler for Linux #984

Open berendt opened 4 months ago

berendt commented 4 months ago

https://lwn.net/Articles/925371/

Also make the CPU scheduler configurable. The scheduler will be probably the new default with Ubuntu 24.04.

garloff commented 4 months ago

CPU scheduler is not pluggable normally in Linux kernels. You may be able to do some magic with eBPF, but that's not something that you would normally do.

berendt commented 4 months ago

Probably I mixed it up with job queueing scheduler.