Re: [PATCH net-next] sfc: siena: eliminate xdp_rxq_info_valid using XDP base API
From: Fushuai Wang
Date: Sat Jun 28 2025 - 00:22:25 EST
>> Commit eb9a36be7f3e ("sfc: perform XDP processing on received packets")
>> and 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>
>
> Looks alright except that subject prefix is misleading as it sounds like
> it's just patching siena rather than both siena and ef10.
> I'd suggest splitting this into two patches, one just touching the siena
> version with this title, the other with subject prefix just "sfc: ".
Hi, Edward
I'll split this into two separate patches and send the update
patches shortly.
--
Regards,
Wang