On Wed, 6 Nov 2024 at 09:32, Andrew Lunn <andrew@xxxxxxx> wrote: > > > +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 Removed the unnecessary block in v2. Thanks for reviewing the patch, Andrew