> +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
> +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