Re: [PATCH v2 net-next 11/12] net: ethernet: Add helper for set_pauseparam for Pause

2018-09-11 Thread kbuild test robot
Hi Andrew, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Andrew-Lunn/Preparing-for-phylib-limkmodes/20180911-204149 reproduce: make htmldocs All warnings (new ones prefixed by >>): drivers/targ

Re: [PATCH v2 net-next 11/12] net: ethernet: Add helper for set_pauseparam for Pause

2018-09-10 Thread Florian Fainelli
On 09/10/2018 02:52 PM, Andrew Lunn wrote: > ethtool can be used to enable/disable pause. Add a helper to configure > the PHY when Pause is supported. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli -- Florian

[PATCH v2 net-next 11/12] net: ethernet: Add helper for set_pauseparam for Pause

2018-09-10 Thread Andrew Lunn
ethtool can be used to enable/disable pause. Add a helper to configure the PHY when Pause is supported. Signed-off-by: Andrew Lunn --- v2: Rename phy_set_pause() to phy_set_sym_pause() Use the bcm63xx_enet.c logic, not fec_main.c --- drivers/net/ethernet/broadcom/bcm63xx_enet.c | 7 ++-