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

Add ubpf JLL, use in tests #7

Open
jpsamaroo opened this issue Dec 15, 2020 · 0 comments · May be fixed by #10
Open

Add ubpf JLL, use in tests #7

jpsamaroo opened this issue Dec 15, 2020 · 0 comments · May be fixed by #10
Labels
enhancement New feature or request tests

Comments

@jpsamaroo
Copy link
Owner

ubpf is a great Apache-licensed eBPF interpreter, and is easy to use for testing BPF program output. We should pack it into a JLL, export some functions for using the VM, and use it for testing codegen. It doesn't have many of the features in the Linux kernel's BPF interpreter (yet), but it also doesn't require us to have root permission to test with, and doesn't have inconsistent feature support across kernel versions.

@jpsamaroo jpsamaroo added enhancement New feature or request tests labels Dec 15, 2020
@jpsamaroo jpsamaroo linked a pull request Dec 17, 2020 that will close this issue
@jpsamaroo jpsamaroo linked a pull request Dec 17, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant