From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Abreu Subject: [PATCH net-next v3 0/2] net: stmmac: Coalesce and tail addr fixes Date: Thu, 13 Sep 2018 09:02:21 +0100 Message-ID: Cc: Jose Abreu , Florian Fainelli , Neil Armstrong , Jerome Brunet , Martin Blumenstingl , "David S. Miller" , Joao Pinto , Giuseppe Cavallaro , Alexandre Torgue To: netdev@vger.kernel.org Return-path: Received: from smtprelay.synopsys.com ([198.182.60.111]:52244 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726751AbeIMNK7 (ORCPT ); Thu, 13 Sep 2018 09:10:59 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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 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(-) -- 2.7.4