Skip to content

scx_lavd: Tune per-mode flags#54

Merged
multics69 merged 1 commit into
sched-ext:mainfrom
multics69:lavd-configs
May 24, 2026
Merged

scx_lavd: Tune per-mode flags#54
multics69 merged 1 commit into
sched-ext:mainfrom
multics69:lavd-configs

Conversation

@multics69

Copy link
Copy Markdown
Contributor

Add --pinned-slice-us to all scx_lavd modes and rework Server mode to use --performance with explicit slice bounds.

  • Auto: --autopilot --pinned-slice-us 500
  • Gaming: --performance --pinned-slice-us 500
  • LowLatency: --performance --pinned-slice-us 500
  • PowerSave: --powersave --pinned-slice-us 500
  • Server: --performance --slice-min-us 3000 --slice-max-us 10000 --pinned-slice-us 3000

Updates the default-config test fixture and configuration.md to match.

Add --pinned-slice-us to all scx_lavd modes and rework Server mode to
use --performance with explicit slice bounds.

- Auto:        --autopilot --pinned-slice-us 500
- Gaming:      --performance --pinned-slice-us 500
- LowLatency:  --performance --pinned-slice-us 500
- PowerSave:   --powersave --pinned-slice-us 500
- Server:      --performance --slice-min-us 3000 --slice-max-us 10000 --pinned-slice-us 3000

Updates the default-config test fixture and configuration.md to match.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
@multics69 multics69 merged commit 38ac251 into sched-ext:main May 24, 2026
6 checks passed
@multics69

Copy link
Copy Markdown
Contributor Author

Thanks @multics69 for the review.

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