From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao Pinto Subject: Re: [PATCH 0/4 v2 net-next] net: stmmac: adding multiple buffers Date: Thu, 6 Apr 2017 09:24:17 +0100 Message-ID: <760cba1c-5f9b-6992-d1a5-553a55d72fc0@synopsys.com> References: <20170405165941.GA18568@Red> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Cc: , , , To: Corentin Labbe , Joao Pinto Return-path: Received: from smtprelay2.synopsys.com ([198.182.60.111]:57245 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752924AbdDFIYe (ORCPT ); Thu, 6 Apr 2017 04:24:34 -0400 In-Reply-To: <20170405165941.GA18568@Red> Sender: netdev-owner@vger.kernel.org List-ID: Ās 5:59 PM de 4/5/2017, Corentin Labbe escreveu: > On Wed, Apr 05, 2017 at 05:43:00PM +0100, Joao Pinto wrote: >> This patch adds multiple buffers to stmmac in a more fragmented >> way, in order to make problem debug easier. >> >> I would kindly request to people to test this patch in their HWs in >> order to check if everything's functional. Thank you. >> >> Joao Pinto (4): >> net: stmmac: break some functions into RX and TX scopes >> net: stmmac: adding multiple buffers for RX >> net: stmmac: adding multiple buffers for TX >> net: stmmac: adding multiple napi mechanism >> >> drivers/net/ethernet/stmicro/stmmac/chain_mode.c | 45 +- >> drivers/net/ethernet/stmicro/stmmac/ring_mode.c | 46 +- >> drivers/net/ethernet/stmicro/stmmac/stmmac.h | 49 +- >> drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1257 ++++++++++++++------- >> 4 files changed, 947 insertions(+), 450 deletions(-) >> >> -- >> 2.9.3 >> > > Hello > > I have tested v1 and didn't hit any issue on dwmac-sunxi/dwmac-sun8i. > I will test the v2 and send just after my tested-by > Hi, Great news! Joao > Regards >