From: George McCollister <george.mccollister@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: Andrew Lunn <andrew@lunn.ch>,
Vivien Didelot <vivien.didelot@gmail.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Vladimir Oltean <olteanv@gmail.com>,
Jonathan Corbet <corbet@lwn.net>,
netdev@vger.kernel.org,
George McCollister <george.mccollister@gmail.com>
Subject: [RESEND PATCH net-next 0/4] add HSR offloading support for DSA switches
Date: Mon, 1 Feb 2021 08:04:59 -0600 [thread overview]
Message-ID: <20210201140503.130625-1-george.mccollister@gmail.com> (raw)
Add support for offloading HSR/PRP (IEC 62439-3) tag insertion, tag
removal, forwarding and duplication on DSA switches.
This series adds offloading to the xrs700x DSA driver.
Resent. Jakub says "looks like this is not showing up in patchwork
probably because of the ML server issue - please repost"
Changes since RFC:
* Split hsr and dsa patches. (Florian Fainelli)
George McCollister (4):
net: hsr: generate supervision frame without HSR tag
net: hsr: add offloading support
net: dsa: add support for offloading HSR
net: dsa: xrs700x: add HSR offloading support
Documentation/networking/netdev-features.rst | 20 +++++
drivers/net/dsa/xrs700x/xrs700x.c | 106 +++++++++++++++++++++++++++
drivers/net/dsa/xrs700x/xrs700x_reg.h | 5 ++
include/linux/if_hsr.h | 22 ++++++
include/linux/netdev_features.h | 9 +++
include/linux/netdevice.h | 13 ++++
include/net/dsa.h | 13 ++++
net/dsa/dsa_priv.h | 11 +++
net/dsa/port.c | 34 +++++++++
net/dsa/slave.c | 13 ++++
net/dsa/switch.c | 24 ++++++
net/dsa/tag_xrs700x.c | 7 +-
net/ethtool/common.c | 4 +
net/hsr/hsr_device.c | 44 ++---------
net/hsr/hsr_forward.c | 37 ++++++++--
net/hsr/hsr_forward.h | 1 +
net/hsr/hsr_main.c | 14 ++++
net/hsr/hsr_main.h | 8 +-
net/hsr/hsr_slave.c | 13 +++-
19 files changed, 343 insertions(+), 55 deletions(-)
create mode 100644 include/linux/if_hsr.h
--
2.11.0
next reply other threads:[~2021-02-01 14:06 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-01 14:04 George McCollister [this message]
2021-02-01 14:05 ` [RESEND PATCH net-next 1/4] net: hsr: generate supervision frame without HSR tag George McCollister
2021-02-01 14:59 ` Vladimir Oltean
2021-02-01 19:43 ` George McCollister
2021-02-02 0:37 ` Vladimir Oltean
2021-02-02 14:49 ` George McCollister
2021-02-03 21:16 ` Vladimir Oltean
2021-02-06 23:43 ` Vladimir Oltean
2021-02-08 15:26 ` George McCollister
2021-02-01 14:05 ` [RESEND PATCH net-next 2/4] net: hsr: add offloading support George McCollister
2021-02-01 15:23 ` Vladimir Oltean
2021-02-01 20:15 ` George McCollister
2021-02-03 20:43 ` George McCollister
2021-02-01 14:05 ` [RESEND PATCH net-next 3/4] net: dsa: add support for offloading HSR George McCollister
2021-02-01 14:05 ` [RESEND PATCH net-next 4/4] net: dsa: xrs700x: add HSR offloading support George McCollister
2021-02-01 15:29 ` Vladimir Oltean
2021-02-01 21:25 ` George McCollister
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=20210201140503.130625-1-george.mccollister@gmail.com \
--to=george.mccollister@gmail.com \
--cc=andrew@lunn.ch \
--cc=corbet@lwn.net \
--cc=f.fainelli@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=vivien.didelot@gmail.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).