Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add libraries for event driven eBPF porgrams #91

Open
yunwei37 opened this issue Mar 22, 2023 · 0 comments
Open

[FEATURE] Add libraries for event driven eBPF porgrams #91

yunwei37 opened this issue Mar 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yunwei37
Copy link
Member

Is your feature request related to a problem? Please describe.

Make the user development experience more simple. Currently developers will need to handle the polling themselves.

Describe the solution you'd like

Add a Wasm library (can be in any languages, which will be compiled and link to the user functions) to help polling the eBPF buffers. So, the developer can focus on develop event-driven handlers.

Provide usage examples

For example, the only thing user will develop is:

void process_event(void* input_data, int input_size, void* output_data, int output_size) {
   // xxx process
}
@yunwei37 yunwei37 added the enhancement New feature or request label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants