netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] tc-gate offload for SJA1105 DSA switch
@ 2020-04-28  1:39 Vladimir Oltean
  2020-04-28  1:39 ` [RFC PATCH 1/5] net: dsa: export dsa_slave_dev_check and dsa_slave_to_port Vladimir Oltean
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vladimir Oltean @ 2020-04-28  1:39 UTC (permalink / raw)
  To: netdev
  Cc: andrew, f.fainelli, vivien.didelot, vinicius.gomes, po.liu,
	xiaoliang.yang, mingkai.hu, christian.herber, claudiu.manoil,
	vladimir.oltean, alexandru.marginean, vlad, jiri, idosch, kuba

From: Vladimir Oltean <vladimir.oltean@nxp.com>

This is a prototype implementation of tc-gate offload, implemented using
Po Liu's patch series:

https://patchwork.ozlabs.org/project/netdev/cover/20200422024852.23224-1-Po.Liu@nxp.com/

Posting as RFC until the above is merged.

Vladimir Oltean (5):
  net: dsa: export dsa_slave_dev_check and dsa_slave_to_port
  net: dsa: sja1105: add static tables for virtual links
  net: dsa: sja1105: make room for virtual link parsing in flower
    offload
  net: dsa: sja1105: support flow-based redirection via virtual links
  net: dsa: sja1105: implement tc-gate using time-triggered virtual
    links

 drivers/net/dsa/sja1105/Kconfig               |   9 +
 drivers/net/dsa/sja1105/Makefile              |   4 +
 drivers/net/dsa/sja1105/sja1105.h             |  59 +-
 .../net/dsa/sja1105/sja1105_dynamic_config.c  |  51 ++
 drivers/net/dsa/sja1105/sja1105_flower.c      | 207 ++++-
 drivers/net/dsa/sja1105/sja1105_main.c        |  13 +-
 drivers/net/dsa/sja1105/sja1105_ptp.h         |  13 +
 drivers/net/dsa/sja1105/sja1105_spi.c         |   2 +
 .../net/dsa/sja1105/sja1105_static_config.c   | 202 +++++
 .../net/dsa/sja1105/sja1105_static_config.h   |  65 ++
 drivers/net/dsa/sja1105/sja1105_tas.c         | 127 ++-
 drivers/net/dsa/sja1105/sja1105_tas.h         |  31 +
 drivers/net/dsa/sja1105/sja1105_vl.c          | 797 ++++++++++++++++++
 drivers/net/dsa/sja1105/sja1105_vl.h          |  72 ++
 .../net/ethernet/freescale/enetc/enetc_qos.c  |  17 +
 include/net/dsa.h                             |   2 +
 net/dsa/dsa_priv.h                            |   8 -
 net/dsa/slave.c                               |   9 +
 18 files changed, 1636 insertions(+), 52 deletions(-)
 create mode 100644 drivers/net/dsa/sja1105/sja1105_vl.c
 create mode 100644 drivers/net/dsa/sja1105/sja1105_vl.h

-- 
2.17.1


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

end of thread, other threads:[~2020-04-28  1:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28  1:39 [RFC PATCH 0/5] tc-gate offload for SJA1105 DSA switch Vladimir Oltean
2020-04-28  1:39 ` [RFC PATCH 1/5] net: dsa: export dsa_slave_dev_check and dsa_slave_to_port Vladimir Oltean
2020-04-28  1:39 ` [RFC PATCH 2/5] net: dsa: sja1105: add static tables for virtual links Vladimir Oltean
2020-04-28  1:39 ` [RFC PATCH 3/5] net: dsa: sja1105: make room for virtual link parsing in flower offload Vladimir Oltean
2020-04-28  1:39 ` [RFC PATCH 4/5] net: dsa: sja1105: support flow-based redirection via virtual links Vladimir Oltean
2020-04-28  1:39 ` [RFC PATCH 5/5] net: dsa: sja1105: implement tc-gate using time-triggered " Vladimir Oltean

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