Re: [PATCH 2/3] ethtool: Add common functions for get and set settings

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on net/master] [also build test ERROR on v4.7-rc3 next-20160609] [cannot apply to net-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dongpo-Li/Add-Hisilic

Re: [PATCH 2/3] ethtool: Add common functions for get and set settings

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on net/master] [also build test ERROR on v4.7-rc3 next-20160609] [cannot apply to net-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dongpo-Li/Add-Hisilic

Re: [PATCH 2/3] ethtool: Add common functions for get and set settings

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on net/master] [also build test ERROR on v4.7-rc3 next-20160609] [cannot apply to net-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dongpo-Li/Add-Hisilic

[PATCH 2/3] ethtool: Add common functions for get and set settings

2016-06-12 Thread Dongpo Li
Currently, most drivers only support get and set PHY settings by PHY ethtool API. For those drivers, it's better to supply common functions for get_settings and set_settings. This patch adds common functions implementation. Reviewed-by: Jiancheng Xue Signed-off-by: Dongpo Li --- include/linux/e