microsoft / xdp-for-windows

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

Relationship to xdp-tools #14

Open dthaler opened 2 years ago

dthaler commented 2 years ago

https://github.com/xdp-project/xdp-tools is the main XDP library/api/tools for using XDP.

In the eBPF for Windows project, we've been enabling the same bpftool source (with appropriate refactoring/ifdefs/etc) to run on eBPF for Windows, and have been working towards parity with the libbpf.h / bpf.h header files in the libbpf project (and have a github issue for stronger integration).

Hence filing this issue to track integration with the xdp-tools project.

nibanks commented 2 years ago

Definitely related to #13 as this would require an answer for how cross-platform apps might consume XDP for Windows.

tohojo commented 2 years ago

Well, guess I better subscribe to this thread, then :)