On Thu, 2018-09-13 at 09:02 +0100, Jose Abreu wrote: > The fix for coalesce timer and a fix in tail address setting that impacts > XGMAC2 operation. > > Cc: Florian Fainelli <f.faine...@gmail.com> > Cc: Neil Armstrong <narmstr...@baylibre.com> > Cc: Jerome Brunet <jbru...@baylibre.com> > Cc: Martin Blumenstingl <martin.blumensti...@googlemail.com> > Cc: David S. Miller <da...@davemloft.net> > Cc: Joao Pinto <jpi...@synopsys.com> > Cc: Giuseppe Cavallaro <peppe.cavall...@st.com> > Cc: Alexandre Torgue <alexandre.tor...@st.com> > > Jose Abreu (2): > net: stmmac: Rework coalesce timer and fix multi-queue races > net: stmmac: Fixup the tail addr setting in xmit path
Looks better this time. Stable so far, with even a small throughput improvement on the Tx path. so for the a113 s400 board (single queue) Tested-by: Jerome Brunet <jbru...@baylibre.com> > > drivers/net/ethernet/stmicro/stmmac/common.h | 4 +- > drivers/net/ethernet/stmicro/stmmac/stmmac.h | 14 +- > drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 238 > ++++++++++++---------- > include/linux/stmmac.h | 1 + > 4 files changed, 149 insertions(+), 108 deletions(-) >