All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH net-next 0/3] add HSR offloading support for DSA switches
@ 2021-01-22 15:59 George McCollister
  2021-01-22 15:59 ` [RFC PATCH net-next 1/3] net: hsr: generate supervision frame without HSR tag George McCollister
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: George McCollister @ 2021-01-22 15:59 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Andrew Lunn, Vivien Didelot, Florian Fainelli, Vladimir Oltean,
	Jonathan Corbet, Murali Karicheri, netdev, George McCollister

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.

Please let me know if you see any issues or anything that should be
discussed before submitting it as a non-RFC patch series. Since
many may not be familiar with HSR/PRP let me know if I omitted anything
in the commit messages which might have seemed obvious to me.

George McCollister (3):
  net: hsr: generate supervision frame without HSR tag
  net: hsr: add DSA offloading support
  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


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

end of thread, other threads:[~2021-01-26  5:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 15:59 [RFC PATCH net-next 0/3] add HSR offloading support for DSA switches George McCollister
2021-01-22 15:59 ` [RFC PATCH net-next 1/3] net: hsr: generate supervision frame without HSR tag George McCollister
2021-01-22 15:59 ` [RFC PATCH net-next 2/3] net: hsr: add DSA offloading support George McCollister
2021-01-22 17:56   ` Florian Fainelli
2021-01-22 18:00     ` Florian Fainelli
2021-01-22 18:48       ` Nishanth Menon
2021-01-24  8:43         ` Vladimir Oltean
2021-01-25 13:56           ` George McCollister
2021-01-22 18:50     ` George McCollister
2021-01-24 17:29   ` Vladimir Oltean
2021-01-25 14:33     ` George McCollister
2021-01-22 15:59 ` [RFC PATCH net-next 3/3] net: dsa: xrs700x: add HSR " George McCollister

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.