Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scx_lavd: boost the latency-criticality of kernel threads #654

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

multics69
Copy link
Contributor

Many kernel threads performs latency critical tasks (e.g., net, gpu). In particular, AMD GPU driver runs the most part in the kernel space using kworker. Hence, treat kernel threads as if a woken up task.

Many kernel threads performs latency critical tasks (e.g., net, gpu). In
particular, AMD GPU driver runs the most part in the kernel space using
kworker. Hence, treat kernel threads as if a woken up task.

Signed-off-by: Changwoo Min <[email protected]>
@multics69 multics69 merged commit 4fb2b09 into sched-ext:main Sep 14, 2024
1 of 2 checks passed
@multics69 multics69 changed the title scx_lavd: boost the latency critility of kernel threads scx_lavd: boost the latency-criticality of kernel threads Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants