Re: [PATCH net-next 1/6] net: Move PHY statistics code into PHY library helpers

2018-04-23 Thread kbuild test robot
Hi Florian, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-Extend-availability-of-PHY-statistics/20180423-113141 config: alpha-defconfig (attached as .config) compiler: alpha-linux-gnu

Re: [PATCH net-next 1/6] net: Move PHY statistics code into PHY library helpers

2018-04-23 Thread kbuild test robot
Hi Florian, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-Extend-availability-of-PHY-statistics/20180423-113141 config: parisc-c3000_defconfig (attached as .config) compiler: hppa-lin

[PATCH net-next 1/6] net: Move PHY statistics code into PHY library helpers

2018-04-21 Thread Florian Fainelli
In order to make it possible for network device drivers that do not necessarily have a phy_device attached, but still report PHY statistics, have a preliminary refactoring consisting in creating helper functions that encapsulate the PHY device driver knowledge within PHYLIB. Signed-off-by: Florian