Another push for sched_ext
Another push for sched_ext
Posted May 16, 2024 13:27 UTC (Thu) by corbet (editor, #1)In reply to: Another push for sched_ext by rwmj
Parent article: Another push for sched_ext
I'm not the expert in this area, but can try to answer the questions...
As I understand it, BPF is indeed fast enough to use in this way. It's all native code by the time it runs.
Using regular modules would forego many of the safety features of BPF, making it much easier to hose the system. That would be undesirable in a system meant to encourage experimentation.
