All of lore.kernel.org
 help / color / mirror / Atom feed
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 0/3] net: stmmac: adding multiple buffers and routing
Date: Thu, 16 Mar 2017 10:56:54 +0000	[thread overview]
Message-ID: <cover.1489661229.git.jpinto@synopsys.com> (raw)

As agreed with David Miller, this patch-set is the third and last to enable
multiple queues in stmmac.

This third one focuses on:

a) Enable multiple buffering to the driver and queue independent data
b) Configuration of RX and TX queues' priority
c) Configuration of RX queues' routing

Joao Pinto (3):
  net: stmmac: enable multiple buffers
  net: stmmac: TX and RX queue priority configuration
  net: stmmac: RX queue routing configuration

 Documentation/devicetree/bindings/net/stmmac.txt   |   24 +-
 drivers/net/ethernet/stmicro/stmmac/chain_mode.c   |   45 +-
 drivers/net/ethernet/stmicro/stmmac/common.h       |   13 +
 drivers/net/ethernet/stmicro/stmmac/dwmac4.h       |   31 +
 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c  |  100 ++
 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  | 1379 ++++++++++++++------
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   |   12 +
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |   65 +
 include/linux/stmmac.h                             |   16 +
 11 files changed, 1306 insertions(+), 474 deletions(-)

-- 
2.9.3

             reply	other threads:[~2017-03-16 10:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 10:56 Joao Pinto [this message]
2017-03-16 10:56 ` [PATCH net-next 1/3] net: stmmac: enable multiple buffers Joao Pinto
2017-03-16 10:56 ` [PATCH net-next 2/3] net: stmmac: TX and RX queue priority configuration Joao Pinto
2017-03-16 16:55   ` Florian Fainelli
2017-03-17 11:16     ` Joao Pinto
2017-03-16 10:56 ` [PATCH net-next 3/3] net: stmmac: RX queue routing configuration Joao Pinto
2017-03-16 17:12   ` Florian Fainelli
2017-03-17 11:18     ` 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.1489661229.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.