Should map reuse permit maps with larger max_entries? #4561
Alan-Jowett
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when reusing an existing map while loading a BPF program the maximum entries in the map is required to match.
Is there a compelling reason to keep this requirement?
Scenario that is blocked:
BPF program that is offline verified with a map with some default initial size.
At runtime, the application determines the actual required map size and creates a map of that size.
At load time, the BPF program is used with the new map size.
Beta Was this translation helpful? Give feedback.
All reactions