Re: mvpp2: oops on first received packet

2019-05-16 Thread Yanko Kaneti
After some putzing around in kernel and edk2 sources, I stumbled on this magic one-liner for kernel/mvpp2 that fixes the crashing with a controller already initialized by uboot/mvpp2 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c @@ -530

Re: mvpp2: oops on first received packet

2019-05-15 Thread Yanko Kaneti
On Tue, 2019-05-14 at 16:25 +0300, Yanko Kaneti wrote: > On Tue, 2019-05-14 at 14:32 +0200, Maxime Chevallier wrote: > > Hi Yanko, > > > > > On Tue, 14 May 2019 10:29:31 +0300 > > > Yanko Kaneti wrote: > > > > > > > Hello, > > > > > > > > I am trying to get some Fedora working on the MACCHIATOb

Re: mvpp2: oops on first received packet

2019-05-14 Thread Yanko Kaneti
On Tue, 2019-05-14 at 14:32 +0200, Maxime Chevallier wrote: > Hi Yanko, > > > On Tue, 14 May 2019 10:29:31 +0300 > > Yanko Kaneti wrote: > > > > > Hello, > > > > > > I am trying to get some Fedora working on the MACCHIATObin SingleShot > > > and I am getting an OOPS on what seems to be the firs

Re: mvpp2: oops on first received packet

2019-05-14 Thread Maxime Chevallier
Hi Yanko, >On Tue, 14 May 2019 10:29:31 +0300 >Yanko Kaneti wrote: > >> Hello, >> >> I am trying to get some Fedora working on the MACCHIATObin SingleShot >> and I am getting an OOPS on what seems to be the first received packet >> on the gigabit port. >> >> I've tried both 5.0.x stable and 5.1

Re: mvpp2: oops on first received packet

2019-05-14 Thread Jesper Dangaard Brouer
On Tue, 14 May 2019 10:29:31 +0300 Yanko Kaneti wrote: > Hello, > > I am trying to get some Fedora working on the MACCHIATObin SingleShot > and I am getting an OOPS on what seems to be the first received packet > on the gigabit port. > > I've tried both 5.0.x stable and 5.1.1 with the same resu