xdp-for-windows
xdp-for-windows copied to clipboard
XDP speeds up networking on Windows
Currently XDP does not register as eBPF extension provider by default, and we need to set `XdpEbpfEnabled` reg key and restart XDP driver to enable the feature. This issue is...
KM XDPAPI prototype + hacks to test with xskbench and measure perf
For XDP eBPF program developers, having a NuGet package that contains the header files and bpf_export tool simplifies the workflow. This issue is to track creating and publishing a NuGet...
xdp-for-windows currently does not support wildcard attach of eBPF programs. Wildcard attach happens when user provides `ifIndex = 0`. In this case the eBPF program is attached to _all_ the...
Today XDP is entirely offload unaware, so if it happens to indicate a coalesced packet to the eBPF program, we will TX an invalid packet to the NIC.
- [ ] xdp_adjust_head - [ ] xdp_adjust_tail - [ ] xdp_adjust_meta
The [XDP tests](https://github.com/microsoft/ebpf-for-windows/tree/main/tests/xdp) in the eBPF for Windows repo must now be run in the XDP CI.
Replace XDPFNMP with FNMP from https://github.com/microsoft/win-net-test. Figure out what to do with the FNLWF - we should probably migrate that to [win-net-test](https://github.com/microsoft/win-net-test), too.
The eBPF team is asking for more diagnostics for the MSI uninstall issue.
We have at least one internal customer that has an LWF to do DSR, and must not be bypassed. We need to make sure that still works, and have documentation...