Re: [PATCH net-next v2 0/7] net: Extend availability of PHY statistics

2018-04-24 Thread David Miller
From: Florian Fainelli Date: Tue, 24 Apr 2018 17:35:09 -0700 > David, sorry looks like there will be a v3, the last patch introduces a > possible problem with bcm_sf2 which uses b53_common as a library, will > respin later. Ok, no problem.

Re: [PATCH net-next v2 0/7] net: Extend availability of PHY statistics

2018-04-24 Thread Florian Fainelli
On 04/24/2018 05:27 PM, Florian Fainelli wrote: > Hi all, > > This patch series adds support for retrieving PHY statistics with DSA switches > when the CPU port uses a PHY to PHY connection (as opposed to MAC to MAC). > To get there a number of things are done: > > - first we move the code dealin

[PATCH net-next v2 0/7] net: Extend availability of PHY statistics

2018-04-24 Thread Florian Fainelli
Hi all, This patch series adds support for retrieving PHY statistics with DSA switches when the CPU port uses a PHY to PHY connection (as opposed to MAC to MAC). To get there a number of things are done: - first we move the code dealing with PHY statistics outside of net/core/ethtool.c and cr