Re: [PATCH v2] net: dsa: qca8k: enable port flow control

2019-07-26 Thread xiaofeis
On 2019-07-26 21:29, Andrew Lunn wrote: I didn't compile it on this tree, same code is just compiled and tested on kernel v4.14. For kernel development work, v4.14 is dead. It died 12th November 2017. It gets backports of bug fixes, but kernel developers otherwise don't touch it. We are work

Re: [PATCH v2] net: dsa: qca8k: enable port flow control

2019-07-26 Thread Andrew Lunn
> I didn't compile it on this tree, same code is just compiled and tested on > kernel v4.14. For kernel development work, v4.14 is dead. It died 12th November 2017. It gets backports of bug fixes, but kernel developers otherwise don't touch it. > We are working on one google project, all the chan

Re: [PATCH v2] net: dsa: qca8k: enable port flow control

2019-07-24 Thread Andrew Lunn
On Wed, Jul 24, 2019 at 01:02:56PM +0800, xiaofeis wrote: > Set phy device advertising to enable MAC flow control. Hi Xiaofeis It seems like you are still using the wrong, and old tree. Please rebase on net-next/master. Thanks Andrew

Re: [PATCH v2] net: dsa: qca8k: enable port flow control

2019-07-24 Thread kbuild test robot
Hi xiaofeis, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.3-rc1 next-20190724] [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/

[PATCH v2] net: dsa: qca8k: enable port flow control

2019-07-23 Thread xiaofeis
Set phy device advertising to enable MAC flow control. Signed-off-by: Xiaofei Shen --- drivers/net/dsa/qca8k.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/dsa/qca8k.c b/drivers/net/dsa/qca8k.c index 232e8cc..c5ac426 100644 --- a/drivers/net/dsa/qca8k.c +++