xdp-for-windows icon indicating copy to clipboard operation
xdp-for-windows copied to clipboard

XDP speeds up networking on Windows

Results 106 xdp-for-windows issues
Sort by recently updated
recently updated
newest added

https://github.com/microsoft/xdp-for-windows/actions/runs/9663469753/job/26678786620?pr=571 has the full data. But as far as I can tell, it just timed out.

bug
tests
P1

The cached eBPF binaries are not versioned on test machines, causing prepare-machine.ps1 to fail to upgrade the binaries whenever an eBPF version change occurs.

bug
tests
ebpf
P1

The Microsoft unit testing framework is just plain bad, and is not going to get any better. Switch to something decent, like the google test framework.

tests
P1

XDP isn't registering its eBPF characteristics within the MSI installer, which causes certain eBPF features to break. Somewhat surprisingly, the libbpf APIs covered by the functional tests work fine. This...

bug
ebpf

XDP isn't registering its eBPF characteristics within the MSI installer, which causes certain eBPF features to break. Somewhat surprisingly, the libbpf APIs covered by the functional tests work fine. This...

bug
ebpf
P1

We have both a mscodehub and microsoft/undock mirror, each with some subset of Azure Pipelines running jobs. Figure out what to keep, what to remove, and what needs updating. ```[tasklist]...

build
tests
P1
github_actions

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...

tests
ebpf
P1
github_actions

The release/1.0 branch has become fairly stale and increasing maintenance burden, for fork a new v1.1 release.

P1

We can see a delay between XDP requesting a restart and the stack fully pausing. The delay appears to be either in TCPIP or NIDS itself. Test case output: ```...

bug
tests
P2

1. Consume https://github.com/microsoft/ebpf-for-windows/issues/3576 once it is completed 2. Prohibit inspection of discontiguous frames unless `BPF_F_XDP_HAS_FRAGS ` is set for the program.

bug
ebpf
P1
xplat
blocked