Re: [PATCH net-next] eth: fbnic: Add PCIe hardware statistics

From: Andrew Lunn
Date: Wed Nov 06 2024 - 12:32:30 EST


> +struct fbnic_hw_stat {
> + struct fbnic_stat_counter frames;
> + struct fbnic_stat_counter bytes;
> +};

I don't think this belongs in this patch, since the PCIe counters
don't seem to have anything to do with frames or bytes.

Andrew