Re: [Intel-wired-lan] [PATCH net] i40e: xsk: fix multi-buffer XDP_PASS skb construction
Tony Nguyen <[email protected]> Thu, 16 Jul 2026 11:15:45 -0700
| Newsgroups | org.osuosl.intel-wired-lan,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 7/15/2026 4:54 AM, Maciej Fijalkowski wrote: ... > We could go with this as-is, right, but given we have a helper available > to do exactly what this patch touches, I think we could kill two birds > with one stone by removing home-grown code. However one might argue that > such change is a -next material. I agree with trying to utilize the helper here. I don't see a need to try and fix a home grown implementation when a working helper already exists. Thanks, Tony