microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
364 stars 41 forks source link

eBPF tests should be disabled on release/1.0 #526

Closed mtfriesen closed 3 months ago

mtfriesen commented 3 months ago

eBPF is not officially supported on XDP version 1.0, the eBPF version it was built against is obsolete, and eBPF behavior is changing uplevel.

Eliminate the overhead of testing eBPF on v1.0.x by removing the tests.

This also allows cleaning up the -UseJitEbpf and zip expansion logic, etc.