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

Expose scheduling group API to Rust #33

Open
patjed41 opened this issue Feb 21, 2023 · 0 comments · May be fixed by #34
Open

Expose scheduling group API to Rust #33

patjed41 opened this issue Feb 21, 2023 · 0 comments · May be fixed by #34
Assignees

Comments

@patjed41
Copy link
Collaborator

patjed41 commented Feb 21, 2023

We would like to expose a simplified version of the API implemented in scheduling.hh to Rust. More specifically, we want to expose:

  • seastar::schedoluing_group with all its methods except get_specific,
  • functions: create_scheduling_group, destroy_scheduling_group, rename_scheduling_group.
  • functions: max_scheduling_groups, current_scheduling_group, default_scheduling_group.

Additionally, we want to use exposed seastar::schedoluing_group to finish implementation of timer's specializations (see #32).

We don't want to expose the rest of the scheduling API for now because it might be really hard to implement and is not that important for us.

@patjed41 patjed41 self-assigned this Feb 21, 2023
@patjed41 patjed41 linked a pull request Feb 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant