microsoft / xdp-for-windows

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

Add minimal ebpf support for discontiguous frames #518

Closed mtfriesen closed 3 months ago

mtfriesen commented 4 months ago

Resolves #514

N.B. The second step of the task was to match Linux behavior based on a new flag, but ebpf-for-windows does not yet support such flags. That follow-up is now separately being tracked by #517

mtfriesen commented 3 months ago

Waiting to complete this PR until #526 is resolved.