From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Brunet Subject: Re: [PATCH net-next v3 0/2] net: stmmac: Coalesce and tail addr fixes Date: Fri, 14 Sep 2018 17:06:34 +0200 Message-ID: <8ff91f0c9c302e26149bb0d02a73d44472eb190a.camel@baylibre.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Florian Fainelli , Neil Armstrong , Martin Blumenstingl , "David S. Miller" , Joao Pinto , Giuseppe Cavallaro , Alexandre Torgue To: Jose Abreu , netdev@vger.kernel.org Return-path: Received: from mail-wm1-f65.google.com ([209.85.128.65]:40565 "EHLO mail-wm1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726845AbeINUVd (ORCPT ); Fri, 14 Sep 2018 16:21:33 -0400 Received: by mail-wm1-f65.google.com with SMTP id 207-v6so2274871wme.5 for ; Fri, 14 Sep 2018 08:06:37 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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 > Cc: Neil Armstrong > Cc: Jerome Brunet > Cc: Martin Blumenstingl > Cc: David S. Miller > Cc: Joao Pinto > Cc: Giuseppe Cavallaro > Cc: Alexandre Torgue > > 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 > > 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(-) >