From: Vladimir Oltean <olteanv@gmail.com>
To: netdev@vger.kernel.org
Cc: andrew@lunn.ch, f.fainelli@gmail.com, vivien.didelot@gmail.com,
vinicius.gomes@intel.com, po.liu@nxp.com,
xiaoliang.yang_1@nxp.com, mingkai.hu@nxp.com,
christian.herber@nxp.com, claudiu.manoil@nxp.com,
alexandru.marginean@nxp.com, vlad@buslov.dev, jiri@mellanox.com,
idosch@mellanox.com, kuba@kernel.org
Subject: [PATCH v2 net-next 0/6] tc-gate offload for SJA1105 DSA switch
Date: Tue, 5 May 2020 02:00:28 +0300 [thread overview]
Message-ID: <20200504230034.23958-1-olteanv@gmail.com> (raw)
From: Vladimir Oltean <vladimir.oltean@nxp.com>
Expose the TTEthernet hardware features of the switch using standard
tc-flower actions: trap, drop, redirect and gate.
v1 was submitted at:
https://patchwork.ozlabs.org/project/netdev/cover/20200503211035.19363-1-olteanv@gmail.com/
Changes in v2:
Using a newly introduced dsa_port_from_netdev public helper.
Vladimir Oltean (6):
net: dsa: introduce a dsa_port_from_netdev public helper
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
docs: net: dsa: sja1105: document intended usage of virtual links
Documentation/networking/dsa/sja1105.rst | 116 +++
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 | 215 ++++-
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 | 796 ++++++++++++++++++
drivers/net/dsa/sja1105/sja1105_vl.h | 72 ++
include/net/dsa.h | 1 +
net/dsa/dsa.c | 9 +
17 files changed, 1741 insertions(+), 44 deletions(-)
create mode 100644 drivers/net/dsa/sja1105/sja1105_vl.c
create mode 100644 drivers/net/dsa/sja1105/sja1105_vl.h
--
2.17.1
next reply other threads:[~2020-05-04 23:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-04 23:00 Vladimir Oltean [this message]
2020-05-04 23:00 ` [PATCH v2 net-next 1/6] net: dsa: introduce a dsa_port_from_netdev public helper Vladimir Oltean
2020-05-04 23:00 ` [PATCH v2 net-next 2/6] net: dsa: sja1105: add static tables for virtual links Vladimir Oltean
2020-05-04 23:00 ` [PATCH v2 net-next 3/6] net: dsa: sja1105: make room for virtual link parsing in flower offload Vladimir Oltean
2020-05-04 23:00 ` [PATCH v2 net-next 4/6] net: dsa: sja1105: support flow-based redirection via virtual links Vladimir Oltean
2020-05-04 23:00 ` [PATCH v2 net-next 5/6] net: dsa: sja1105: implement tc-gate using time-triggered " Vladimir Oltean
2020-05-04 23:00 ` [PATCH v2 net-next 6/6] docs: net: dsa: sja1105: document intended usage of " Vladimir Oltean
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=20200504230034.23958-1-olteanv@gmail.com \
--to=olteanv@gmail.com \
--cc=alexandru.marginean@nxp.com \
--cc=andrew@lunn.ch \
--cc=christian.herber@nxp.com \
--cc=claudiu.manoil@nxp.com \
--cc=f.fainelli@gmail.com \
--cc=idosch@mellanox.com \
--cc=jiri@mellanox.com \
--cc=kuba@kernel.org \
--cc=mingkai.hu@nxp.com \
--cc=netdev@vger.kernel.org \
--cc=po.liu@nxp.com \
--cc=vinicius.gomes@intel.com \
--cc=vivien.didelot@gmail.com \
--cc=vlad@buslov.dev \
--cc=xiaoliang.yang_1@nxp.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).