netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/9] prepare mac operations for multiple queues
@ 2017-03-09 11:03 Joao Pinto
  2017-03-09 11:03 ` [PATCH v3 net-next 1/9] net: stmicro: multiple queues dt configuration Joao Pinto
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Joao Pinto @ 2017-03-09 11:03 UTC (permalink / raw)
  To: davem; +Cc: peppe.cavallaro, alexandre.torgue, niklas.cassel, netdev,
	Joao Pinto

As agreed with David Miller, this patch-set is the first of 3 to enable
multiple queues in stmmac.

This first one concentrates on mac operations adding functionalities as:
a) Configuration through DT
b) RX and TX scheduling algorithms programming
b) TX queues weight programming (essential in weightes algorithms)
c) RX enable as DCB or AVB (preparing for future AVB support)
d) Mapping RX queue to DMA channel
e) IRQ treatment prepared for multiple queues
f) Debug dump prepared for multiple queues
g) CBS configuration

In this v3 patch-set version I included a new patch to enable CBS
configuration (Patch 9).

Joao Pinto (9):
  net: stmicro: multiple queues dt configuration
  net: stmicro: configure mtl rx and tx algorithms
  net: stmicro: configure tx queue weight
  net: stmicro: mtl rx queue enabled as dcb or avb
  net: stmicro: mapping mtl rx to dma channel
  net: stmicro: flow_ctrl functions adapted to mtl
  net: stmicro: prepare irq_status for mtl
  net: stmicro: mac debug prepared for multiple queues
  net: stmicro: configuration of CBS in case of a TX AVB queue

 Documentation/devicetree/bindings/net/stmmac.txt   |  58 +++++-
 drivers/net/ethernet/stmicro/stmmac/common.h       |  22 ++-
 .../net/ethernet/stmicro/stmmac/dwmac1000_core.c   |   6 +-
 .../net/ethernet/stmicro/stmmac/dwmac100_core.c    |   3 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac4.h       |  59 +++++-
 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c  | 204 ++++++++++++++++++---
 .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c   |   7 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  | 140 ++++++++++++--
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  | 114 ++++++++++++
 include/linux/stmmac.h                             |  36 ++++
 10 files changed, 592 insertions(+), 57 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-03-10  0:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09 11:03 [PATCH v3 net-next 0/9] prepare mac operations for multiple queues Joao Pinto
2017-03-09 11:03 ` [PATCH v3 net-next 1/9] net: stmicro: multiple queues dt configuration Joao Pinto
2017-03-09 11:03 ` [PATCH v3 net-next 2/9] net: stmicro: configure mtl rx and tx algorithms Joao Pinto
2017-03-09 11:03 ` [PATCH v3 net-next 3/9] net: stmicro: configure tx queue weight Joao Pinto
2017-03-09 11:03 ` [PATCH v3 net-next 4/9] net: stmicro: mtl rx queue enabled as dcb or avb Joao Pinto
2017-03-09 12:01   ` Sergei Shtylyov
2017-03-09 11:03 ` [PATCH v3 net-next 5/9] net: stmicro: mapping mtl rx to dma channel Joao Pinto
2017-03-09 11:03 ` [PATCH v3 net-next 6/9] net: stmicro: flow_ctrl functions adapted to mtl Joao Pinto
2017-03-09 11:03 ` [PATCH v3 net-next 7/9] net: stmicro: prepare irq_status for mtl Joao Pinto
2017-03-09 23:08   ` kbuild test robot
2017-03-10  0:18   ` kbuild test robot
2017-03-09 11:03 ` [PATCH v3 net-next 8/9] net: stmicro: mac debug prepared for multiple queues Joao Pinto
2017-03-09 11:03 ` [PATCH v3 net-next 9/9] net: stmicro: configuration of CBS in case of a TX AVB queue Joao Pinto

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).