Currently, eBPF program(s) from a native module can be loaded only once. This is because of a restriction that a driver can only be loaded once in the kernel.
Proposed solution
Add support in eBPF so that native eBPF programs can be loaded multiple times using the same driver file in the same way programs can be loaded in JIT or INTERPRET mode.
Describe the feature you'd like supported
Currently, eBPF program(s) from a native module can be loaded only once. This is because of a restriction that a driver can only be loaded once in the kernel.
Proposed solution
Add support in eBPF so that native eBPF programs can be loaded multiple times using the same driver file in the same way programs can be loaded in JIT or INTERPRET mode.
Additional context
No response