From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao Pinto Subject: [PATCH 0/4 net-next] net: stmmac: adding multiple buffers Date: Tue, 4 Apr 2017 18:54:23 +0100 Message-ID: Cc: netdev@vger.kernel.org, Joao Pinto To: davem@davemloft.net, clabbe.montjoie@gmail.com, treding@nvidia.com, niklas.cassel@axis.com Return-path: Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:52443 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932326AbdDDRyc (ORCPT ); Tue, 4 Apr 2017 13:54:32 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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 | 1295 ++++++++++++++------- 4 files changed, 969 insertions(+), 466 deletions(-) -- 2.9.3