From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Abreu Subject: [PATCH net 0/2] net: stmmac: Coalesce and tail addr fixes Date: Mon, 17 Sep 2018 09:22:55 +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 smtprelay4.synopsys.com ([198.182.47.9]:38628 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727166AbeIQNta (ORCPT ); Mon, 17 Sep 2018 09:49:30 -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. The series is: Tested-by: Jerome Brunet on a113 s400 board (single queue) 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