Re: [PATCH 1/1] ethtool : added get_phy_stats,get_strings,get_sset_count

From: Andrew Lunn
Date: Mon Mar 27 2017 - 13:39:42 EST


On Mon, Mar 27, 2017 at 09:44:37AM -0700, Florian Fainelli wrote:
> Hello,
>
> On 03/27/2017 03:12 AM, Thomas Scariah wrote:
> > From: "Scariah, Thomas" <thomas.scariah@xxxxxxxxxx>
> >
> > Added functions to support ethtool to print the phy statistics and error
> > information along with other ethtool statistics. This will help ethtool
> > information to know the error is from physical layer or MAC layer.
> > This is an enahancement for ethtool to accommodate phy statistics

Hi Thomas

What tree is this against? net-next already has get_phy_stats,
get_strings, and get_sset_count in struct phy_driver.

Andrew