From: Joao Pinto <Joao.Pinto@synopsys.com>
To: davem@davemloft.net
Cc: peppe.cavallaro@st.com, alexandre.torgue@st.com,
netdev@vger.kernel.org, Joao Pinto <Joao.Pinto@synopsys.com>
Subject: [PATCH net-next v2 0/3] add support for multiple queues/channels in stmmac
Date: Thu, 16 Feb 2017 11:19:38 +0000 [thread overview]
Message-ID: <cover.1487243644.git.jpinto@synopsys.com> (raw)
This patch-set was built in order to be easy for a developer to have
a clear view of what was done to add multiple queues/channels to stmmac.
It shows a progressive work starting in an initial mac functions upgrade,
followed by dma related functions upgrade and finally introcuding the
multiple buffers.
Some of the functions had to be broken in RX and TX related, in order to
enable separated treatment, since the number of RX queues can be different
from the number of TX queues for example.
Each patch and the final patch-set were tested using a 4.21 EQOS IP Core.
Joao Pinto (3):
net: stmicro: prepare dwmac4 core for mtl
net: stmicro: prepare dwmac4 dma for mtl
net: stmicro: multiple buffer support
Documentation/devicetree/bindings/net/stmmac.txt | 11 +
drivers/net/ethernet/stmicro/stmmac/chain_mode.c | 44 +-
drivers/net/ethernet/stmicro/stmmac/common.h | 89 +-
.../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 6 +-
.../net/ethernet/stmicro/stmmac/dwmac1000_dma.c | 16 +-
.../net/ethernet/stmicro/stmmac/dwmac100_core.c | 3 +-
drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c | 19 +-
drivers/net/ethernet/stmicro/stmmac/dwmac4.h | 49 +-
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 194 +-
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c | 297 ++-
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h | 25 +-
drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c | 58 +-
drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h | 15 +-
drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c | 14 +-
drivers/net/ethernet/stmicro/stmmac/ring_mode.c | 47 +-
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 47 +-
.../net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 25 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1961 ++++++++++++++------
.../net/ethernet/stmicro/stmmac/stmmac_platform.c | 33 +
include/linux/stmmac.h | 8 +
20 files changed, 2152 insertions(+), 809 deletions(-)
--
2.9.3
next reply other threads:[~2017-02-16 11:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-16 11:19 Joao Pinto [this message]
2017-02-16 11:19 ` [PATCH net-next v2 1/3] net: stmicro: prepare dwmac4 core for mtl Joao Pinto
2017-02-17 18:02 ` David Miller
2017-02-17 18:09 ` Joao Pinto
2017-02-17 18:49 ` David Miller
2017-02-16 11:19 ` [PATCH net-next v2 2/3] net: stmicro: prepare dwmac4 dma " Joao Pinto
2017-02-16 11:19 ` [PATCH net-next v2 3/3] net: stmicro: multiple buffer support Joao Pinto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1487243644.git.jpinto@synopsys.com \
--to=joao.pinto@synopsys.com \
--cc=alexandre.torgue@st.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=peppe.cavallaro@st.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).