Re: [PATCH net v2 2/2] net: mvpp2: disable force link UP during port init procedure

2020-12-17 Thread Marcin Wojtas
czw., 17 gru 2020 o 15:09 Andrew Lunn napisał(a): > > > Do you think it's a fix that should be backported to stable branches? > > If yes, please add 'Fixes: ("commit title")' and it may be > > good to add 'Cc: sta...@vger.kernel.org' adjacent to the Signed-off-by > > tag. > > netdev patches

Re: [PATCH net v2 2/2] net: mvpp2: disable force link UP during port init procedure

2020-12-17 Thread Andrew Lunn
> Do you think it's a fix that should be backported to stable branches? > If yes, please add 'Fixes: ("commit title")' and it may be > good to add 'Cc: sta...@vger.kernel.org' adjacent to the Signed-off-by > tag. netdev patches should not be Cc: sta...@vger.kernel.org. David and Jakub handle

RE: [EXT] Re: [PATCH net v2 2/2] net: mvpp2: disable force link UP during port init procedure

2020-12-17 Thread Stefan Chulski
> On Thu, Dec 17, 2020 at 12:00:49PM +0100, Marcin Wojtas wrote: > > Hi Stefan, > > > > czw., 17 gru 2020 o 10:42 napisał(a): > > > > > > From: Stefan Chulski > > > > > > Force link UP can be enabled by bootloader during tftpboot and > > > breaks NFS support. > > > Force link UP disabled during

Re: [PATCH net v2 2/2] net: mvpp2: disable force link UP during port init procedure

2020-12-17 Thread Russell King - ARM Linux admin
On Thu, Dec 17, 2020 at 12:00:49PM +0100, Marcin Wojtas wrote: > Hi Stefan, > > czw., 17 gru 2020 o 10:42 napisał(a): > > > > From: Stefan Chulski > > > > Force link UP can be enabled by bootloader during tftpboot > > and breaks NFS support. > > Force link UP disabled during port init

Re: [PATCH net v2 2/2] net: mvpp2: disable force link UP during port init procedure

2020-12-17 Thread Marcin Wojtas
Hi Stefan, czw., 17 gru 2020 o 10:42 napisał(a): > > From: Stefan Chulski > > Force link UP can be enabled by bootloader during tftpboot > and breaks NFS support. > Force link UP disabled during port init procedure. > > Signed-off-by: Stefan Chulski > --- What are the updates against v1?

[PATCH net v2 2/2] net: mvpp2: disable force link UP during port init procedure

2020-12-17 Thread stefanc
From: Stefan Chulski Force link UP can be enabled by bootloader during tftpboot and breaks NFS support. Force link UP disabled during port init procedure. Signed-off-by: Stefan Chulski --- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 14 +- 1 file changed, 13 insertions(+), 1