You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, an application using bpfman must identify the maps it requires upfront in its deployment.yaml file. Then, the application doesn't load until all maps are available for mounting, which implies that all of the eBPF programs needed to create the maps must be loaded before the application can be loaded.
Is it possible to decouple the loading of the application from the loading of the eBPF programs so that it will load even if the maps haven't been created yet?
A use case for this behavior is an application for which eBPF programs are dynamically loaded and unloaded based on configuration or other events.
The text was updated successfully, but these errors were encountered:
Currently, an application using bpfman must identify the maps it requires upfront in its deployment.yaml file. Then, the application doesn't load until all maps are available for mounting, which implies that all of the eBPF programs needed to create the maps must be loaded before the application can be loaded.
Is it possible to decouple the loading of the application from the loading of the eBPF programs so that it will load even if the maps haven't been created yet?
A use case for this behavior is an application for which eBPF programs are dynamically loaded and unloaded based on configuration or other events.
The text was updated successfully, but these errors were encountered: