iovisor / ubpf

Userspace eBPF VM
Apache License 2.0
814 stars 132 forks source link

Add test to validate default dispatch behavior #514

Closed Alan-Jowett closed 2 months ago

Alan-Jowett commented 2 months ago

This pull request primarily introduces a new custom test for the eBPF (Extended Berkeley Packet Filter) JIT (Just-In-Time) compiler, focusing on testing if JIT'd eBPF programs correctly pass the context to helper functions via the default dispatcher.

Test Implementation:

Codebase Improvement: