perf: fix breaking error for creating over perf ring from a loaded pr…#78
Closed
iAklis wants to merge 1 commit intocilium:masterfrom
iAklis:master
Closed
perf: fix breaking error for creating over perf ring from a loaded pr…#78iAklis wants to merge 1 commit intocilium:masterfrom iAklis:master
iAklis wants to merge 1 commit intocilium:masterfrom
iAklis:master
Conversation
Contributor
|
Thank your for the pull request! I'd prefer the approach I mentioned in: #58 (review)
That way the fix for your issue also partially fixes the issue with hotplugged CPUs. According to Are you up for that? If not, I'll try and get to this sometime in the next days. |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Keep same behavior with libbpf.
The ABI
max_entriesof in BPF_MAP_TYPE_PERF_EVENT_ARRAY elf is more like a guidance than an exact value.I'm glad someone reviewed the code for me.