commit | cbcf0999ae33e7a8e1dba7ca935556634f679ccf | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Mon Jul 22 10:39:30 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 22 18:23:32 2019 -0700 |
tree | eab637e82c30f8b1154312fc240778acc77e72bb | |
parent | f4e5f775db5a4631300dccd0de5eafb50a77c131 [diff] |
net: stmmac: RX Descriptors need to be clean before setting buffers RX Descriptors are being cleaned after setting the buffers which may lead to buffer addresses being wiped out. Fix this by clearing earlier the RX Descriptors. Fixes: 2af6106ae949 ("net: stmmac: Introducing support for Page Pool") Signed-off-by: Jose Abreu <joabreu@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>