This week in XDP2- Sept. 26, 2025

Tom Herbert <[email protected]> Fri, 26 Sep 2025 16:23:28 -0700
Newsgroups dev.linux.lists.xdp2
Message-ID <CALx6S35r308JBk92H1h1HwJR08BsvKLqAPOUpeHNLzTDH8cqmQ@mail.gmail.com>
Hi, here's a summary of XDP2 new XDP2 patches:

- Fixed a bunch of compiler warnings when building with clang
- Add parsing of Falcon, Scale Up Ethernet (SUE), and Ultra Ethernet
Transport (UET). THis is the first step towards implementation of
those protocols in XDP2. This includes packet tools to generate pcap
samples of UET, Falcon, and SUE. Also, documentation (under
documentation/protocol
https://github.com/xdp2-dev/xdp2/tree/main/documentation/protocol).
- Cleanup in parse_dump

Tom