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

From: Scariah, Thomas
Date: Tue Mar 28 2017 - 02:46:32 EST


Hello Andrew,
> > 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.
As I have mentioned I have developed against Kernel 4.4.14 and the similar functionality was not available.

Regards and Thanks
Thomas Scariah


-----Original Message-----
From: Andrew Lunn [mailto:andrew@xxxxxxx]
Sent: Monday, March 27, 2017 11:09 PM
To: Florian Fainelli <f.fainelli@xxxxxxxxx>
Cc: Thomas Scariah <thomasscariah@xxxxxxxxx>; nsekhar@xxxxxx; grygorii.strashko@xxxxxx; davem@xxxxxxxxxxxxx; drivshin@xxxxxxxxxxx; mugunthanvnm@xxxxxx; ivan.khoronzhuk@xxxxxxxxxx; Scariah, Thomas <Thomas.Scariah@xxxxxxxxxx>; netdev@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
Subject: [EXTERNAL] Re: [PATCH 1/1] ethtool : added get_phy_stats, get_strings,get_sset_count

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