Re: [PATCH net-next v3 0/2] net: phy: broadcom: Support for PHY counters

2016-11-30 Thread David Miller
From: Florian Fainelli Date: Tue, 29 Nov 2016 09:57:16 -0800 > This patch series adds support for reading the Broadcom PHYs internal > counters. > > Changes in v3: > > - fixed the allocation of priv->stats in bcm7xxx > > Changes in v2: > > - fixed modular build reported by kbuild > > - cons

[PATCH net-next v3 0/2] net: phy: broadcom: Support for PHY counters

2016-11-29 Thread Florian Fainelli
Hi all, This patch series adds support for reading the Broadcom PHYs internal counters. Changes in v3: - fixed the allocation of priv->stats in bcm7xxx Changes in v2: - fixed modular build reported by kbuild - constify array of stats Florian Fainelli (2): net: phy: broadcom: Add support co