microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
346 stars 40 forks source link

Clean up eBPF dependency: consume MSI directly, remove JIT #553

Open mtfriesen opened 2 weeks ago

mtfriesen commented 2 weeks ago

We disabled eBPF tests downlevel in #526, which had required a hacky installation of eBPF that supported JIT.

Now that those are disabled, clean up the -UseJitEbpf and zip expansion logic, etc.