Re: [PATCH net 1/2] net: enetc: set MAC RX FIFO to recommended value

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 15:23:38 +0200 you wrote: > From: Alex Marginean > > On LS1028A, the MAC RX FIFO defaults to the value 2, which is too high > and may lead to RX lock-up under traffic at a rate higher than 6 Gbps. > Set it

[PATCH net 1/2] net: enetc: set MAC RX FIFO to recommended value

2021-03-07 Thread Vladimir Oltean
From: Alex Marginean On LS1028A, the MAC RX FIFO defaults to the value 2, which is too high and may lead to RX lock-up under traffic at a rate higher than 6 Gbps. Set it to 1 instead, as recommended by the hardware design team and by later versions of the ENETC block guide. Signed-off-by: Alex M