commit | a66b58849ffe611402e6c144db010e3bf05863ed | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Fri Jun 28 09:29:17 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 28 09:23:39 2019 -0700 |
tree | 1f1eeb93e24985aac4966787a0633193b5672b56 | |
parent | 5b0d7d7da64b42175a41b9c39de0a512216621cd [diff] |
net: stmmac: Do not disable interrupts when cleaning TX This is a performance killer and anyways the interrupts are being disabled by RX NAPI so no need to disable them again. Signed-off-by: Jose Abreu <joabreu@synopsys.com> Cc: Joao Pinto <jpinto@synopsys.com> Cc: David S. Miller <davem@davemloft.net> Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com> Cc: Alexandre Torgue <alexandre.torgue@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>