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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: