Re: [PATCH net-next V2 4/5] net/mlx5e: Report RX csum netdev stats

From: Gal Pressman

Date: Thu Mar 12 2026 - 05:52:06 EST


On 11/03/2026 5:20, Jakub Kicinski wrote:
> On Mon, 9 Mar 2026 11:55:18 +0200 Tariq Toukan wrote:
>> Report RX checksum statistics via the netdev queue stats API by mapping
>> the existing csum_complete, csum_unnecessary, csum_unnecessary_inner,
>> and csum_none counters to the csum_complete, csum_unnecessary and
>> csum_none fields.
>
> The doc doesnt say clearly but I'd assume this should also count wire
> frames for consistency with the Tx one

Makes sense, so this also doesn't fit naturally.