Re: [PATCH net-next v2] sfc: siena: eliminate xdp_rxq_info_valid using XDP base API
From: Edward Cree
Date: Tue Jul 01 2025 - 09:39:58 EST
On 01/07/2025 14:29, Larysa Zaremba wrote:
> On Sat, Jun 28, 2025 at 01:10:33PM +0800, Fushuai Wang wrote:
>> Commit d48523cb88e0 ("sfc: Copy shared files needed for Siena (part 2)")
>> use xdp_rxq_info_valid to track failures of xdp_rxq_info_reg().
>> However, this driver-maintained state becomes redundant since the XDP
>> framework already provides xdp_rxq_info_is_reg() for checking registration
>> status.
>>
>> Signed-off-by: Fushuai Wang <wangfushuai@xxxxxxxxx>
>
> You could have sent those patches in a single patchset, but the patches
> themselves are fine.
I asked him to split it, for a few reasons (different blamed commits,
clearer Subject: lines, Siena is EOL).
So if you don't like it, blame me ;-)
> Reviewed-by: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>