bpf: wire events map rate limits through node config - #44230
Merged
Conversation
viktor-kurchenko
force-pushed
the
pr/vk/bpf/events/map/limit
branch
from
February 6, 2026 16:18
72a224e to
b56ed55
Compare
41 tasks
Contributor
Author
|
/test |
viktor-kurchenko
force-pushed
the
pr/vk/bpf/events/map/limit
branch
from
February 6, 2026 17:11
b56ed55 to
3e60020
Compare
Contributor
Author
|
/test |
viktor-kurchenko
commented
Feb 6, 2026
viktor-kurchenko
marked this pull request as ready for review
February 6, 2026 18:08
viktor-kurchenko
force-pushed
the
pr/vk/bpf/events/map/limit
branch
from
February 6, 2026 19:48
3e60020 to
8138fc0
Compare
Contributor
Author
|
/test |
dylandreimerink
approved these changes
Feb 9, 2026
Move events map rate/burst limits into node config and read them via
CONFIG(events_map_{rate,burst}_limit) in BPF helpers. This drops the
compile-time EVENTS_MAP* defines from the header writer and cleans up
the legacy defaults in bpf/node_config.h.
Signed-off-by: viktor-kurchenko <[email protected]>
viktor-kurchenko
force-pushed
the
pr/vk/bpf/events/map/limit
branch
from
February 9, 2026 11:32
8138fc0 to
c693829
Compare
Contributor
Author
|
/test |
tklauser
approved these changes
Feb 10, 2026
tklauser
enabled auto-merge
February 10, 2026 09:40
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.
Move events map rate/burst limits into node config and read them via CONFIG(events_map_{rate,burst}_limit) in BPF helpers.
This drops the compile-time EVENTS_MAP* defines from the header writer and cleans up the legacy defaults in bpf/node_config.h.