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

layered: bpf: add layer kind to layer #826

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

JakeHillion
Copy link
Contributor

Currently we have an approximation of LayerKind in the BPF code with open on
the layer, but it is difficult/impossible to tell the difference between an
Open and a Grouped layer. Add a kind field to the BPF layer and plumb
through an enum from the Rust side.

Currently we have an approximation of LayerKind in the BPF code with `open` on
the layer, but it is difficult/impossible to tell the difference between an
Open and a Grouped layer. Add a `kind` field to the BPF `layer` and plumb
through an enum from the Rust side.
Copy link
Contributor

@hodgesds hodgesds left a comment

Choose a reason for hiding this comment

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

LGTM

@JakeHillion JakeHillion added this pull request to the merge queue Oct 21, 2024
Merged via the queue into sched-ext:main with commit 6216a4b Oct 21, 2024
42 checks passed
@JakeHillion JakeHillion deleted the pr826 branch October 21, 2024 10:56
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