RE: [PATCH net-next] net: stmmac: support FPE link partner hand-shaking procedure

2021-03-25 Thread Wong, Vee Khee
On Thu, 25 March 2021, 11:13PM +800, Marek Szyprowski wrote: > This patch landed in today's linux-next as commit 5a5586112b92 ("net: > stmmac: support FPE link partner hand-shaking procedure"). It causes the > following NULL pointer dereference issue on various Amlogic SoC based > boards: > >  m

Re: [PATCH net-next] net: stmmac: support FPE link partner hand-shaking procedure

2021-03-25 Thread Marek Szyprowski
Hi, On 24.03.2021 10:07, mohammad.athari.ism...@intel.com wrote: > From: Ong Boon Leong > > In order to discover whether remote station supports frame preemption, > local station sends verify mPacket and expects response mPacket in > return from the remote station. > > So, we add the functions to

Re: [PATCH net-next] net: stmmac: support FPE link partner hand-shaking procedure

2021-03-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 24 Mar 2021 17:07:42 +0800 you wrote: > From: Ong Boon Leong > > In order to discover whether remote station supports frame preemption, > local station sends verify mPacket and expects response mPacket in > return

[PATCH net-next] net: stmmac: support FPE link partner hand-shaking procedure

2021-03-24 Thread mohammad . athari . ismail
From: Ong Boon Leong In order to discover whether remote station supports frame preemption, local station sends verify mPacket and expects response mPacket in return from the remote station. So, we add the functions to send and handle event when verify mPacket and response mPacket are exchanged