commit | 8465769592c293f7a642218f0dad525e6a948a78 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Sep 24 13:59:42 2024 -1000 |
committer | Tejun Heo <tj@kernel.org> | Tue Sep 24 13:59:42 2024 -1000 |
tree | faeb201a48a24aaa4e7ad2aaa39a31533cfd4a40 | |
parent | 43f32676611a18d989336316b7f0adc9a11eee62 [diff] |
sched_ext: Use shorter slice while bypassing While bypassing, tasks are scheduled in FIFO order which favors tasks that hog CPUs. This can slow down e.g. unloading of the BPF scheduler. While bypassing, guaranteeing timely forward progress is the main goal. There's no point in giving long slices. Shorten the time slice used while bypassing from 20ms to 5ms. Signed-off-by: Tejun Heo <tj@kernel.org>