Can bpf_prog_test_run be facilitated without an extension driver #3045
shankarseal
started this conversation in
Ideas
Replies: 1 comment
-
The eBPF program may be invoking some program type specific helper functions. That may not work with the above proposal. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Extension drivers have to implement create/destroy context functions for bpf_prog_test_run. Can this be done by extension developers publishing some sort of type description, that can be used by eBPF core to de-serialize the buffer sent by the user mode to construct the program context? This bpf_prog_test_run can be executed without any real extension installed at all.
Beta Was this translation helpful? Give feedback.
All reactions