forked from cilium/ebpf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
collection: lazily load maps and programs in LoadAndAssign
LoadAndAssing currently loads all maps and programs in the CollectionSpec, whether the user is interested in them or not. This is problematic, since loading a program requires more privileges than loading a pinned map. By lazily loading maps and programs we allow the user to reduce the amount of privileges needed. It also saves work.
- Loading branch information
Showing
2 changed files
with
180 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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