On Mon, Jul 27, 2020 at 11:36 AM David Miller <da...@davemloft.net> wrote: > > From: Michael Chan <michael.c...@broadcom.com> > Date: Sun, 26 Jul 2020 23:29:36 -0400 > > > This patchset removes the PCIe histogram and other debug register > > data from ethtool -S. The removed data are not counters and they have > > very large and constantly fluctuating values that are not suitable for > > the ethtool -S decimal counter display. > > > > The rest of the patches implement counter rollover for all hardware > > counters that are not 64-bit counters. Different generations of > > hardware have different counter widths. The driver will now query > > the counter widths of all counters from firmware and implement > > rollover support on all non-64-bit counters. > > > > The last patch adds the PCIe histogram and other PCIe register data back > > using the ethtool -d interface. > > I guess you missed the necessary infiniband driver updates necessary > with the firmware interface changes?
Yes, I missed it in v1, but v2 that I sent out afterwards has fixed it. Thanks.