Skip to content

scx_rlfifo: Clarify Round-Robin scheduling #1774

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

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

EricccTaiwan
Copy link
Contributor

Update both README and source file to clarify that scx_rlfifo implements a simple Round-Robin scheduler rather than pure FIFO.

Tasks are dequeued in FIFO order but assigned dynamic time slices, enabling preemption and re-enqueueing to achieve Round-Robin execution.

Update both README and source file to clarify that scx_rlfifo
implements a simple Round-Robin scheduler rather than pure FIFO.

Tasks are dequeued in FIFO order but assigned dynamic time slices,
enabling preemption and re-enqueueing to achieve Round-Robin execution.

Co-authored-by: Po-Ying Chiu <[email protected]>
Signed-off-by: Cheng-Yang Chou <[email protected]>
Copy link
Contributor

@arighi arighi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@arighi arighi added this pull request to the merge queue Apr 28, 2025
Merged via the queue into sched-ext:main with commit c335eb9 Apr 28, 2025
16 checks passed
@EricccTaiwan EricccTaiwan deleted the scx_rlfifo-update-doc branch April 28, 2025 19:59
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