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

Set stack to cache since BPF_F_REUSE_STACKID is not set by default #14

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

keisku
Copy link
Owner

@keisku keisku commented Jul 12, 2024

The reason for not setting the stack in the cache was concern over the same stack id being reused.

I just didn't know how BPF_F_REUSE_STACKID works.

Since BPF_F_REUSE_STACKID is unset by default, we can set stack to the cache.

@keisku keisku merged commit 9c4ba26 into main Jul 12, 2024
1 check passed
@keisku keisku deleted the improve-cache-usage branch July 12, 2024 23:34
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.

1 participant