From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Abreu Subject: [PATCH net-next v2 0/2] net: stmmac: Coalesce and tail addr fixes Date: Mon, 10 Sep 2018 10:14:05 +0100 Message-ID: Cc: Jose Abreu , Jerome Brunet , Martin Blumenstingl , "David S. Miller" , Joao Pinto , Giuseppe Cavallaro , Alexandre Torgue To: netdev@vger.kernel.org Return-path: Received: from smtprelay2.synopsys.com ([198.182.60.111]:37476 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726081AbeIJOHd (ORCPT ); Mon, 10 Sep 2018 10:07:33 -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: 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 | 6 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 212 ++++++++++++++-------- 3 files changed, 138 insertions(+), 84 deletions(-) -- 2.7.4