On Tue, Aug 26, 2025 at 05:54:54PM +0200, Alexander Lobakin wrote: > Add XDP support (w/o XSk for now) to the idpf driver using the libeth_xdp > sublib. All possible verdicts, .ndo_xdp_xmit(), multi-buffer etc. are here. > In general, nothing outstanding comparing to ice, except performance -- > let's say, up to 2x for .ndo_xdp_xmit() on certain platforms and > scenarios. > idpf doesn't support VLAN Rx offload, so only the hash hint is > available for now. > > Patches 1-7 are prereqs, without which XDP would either not work at all or > work slower/worse/... Hi Alexander, I'm wondering if you could give a hash that this patch-set applies to. Or a branch where it has been applied. I suspect it's terribly obvious how to do this, but I'm drawing a blank here. Thanks!