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

_ebpf_epoch_release_free_list should re-arm the flush timer if needed #445

Closed
Alan-Jowett opened this issue Aug 27, 2021 · 1 comment
Closed

Comments

@Alan-Jowett
Copy link
Member

_ebpf_epoch_release_free_list should re-arm the flush timer if needed.

ebpf_epoch_exit currently rearms the flush timer if the per-CPU free list is not empty, but _ebpf_epoch_update_cpu_entry does not. If the logic to rearm the timer is moved to _ebpf_epoch_release_free_list, it will be hit from both paths.

@Alan-Jowett
Copy link
Member Author

Code no longer exists.

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

No branches or pull requests

1 participant