linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] bridge: mrp: Add support for MRA role
@ 2020-05-30 18:09 Horatiu Vultur
  2020-05-30 18:09 ` [PATCH net-next v2 1/3] bridge: mrp: Update MRP frame type Horatiu Vultur
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Horatiu Vultur @ 2020-05-30 18:09 UTC (permalink / raw)
  To: nikolay, roopa, jiri, ivecera, davem, kuba, UNGLinuxDriver,
	netdev, linux-kernel, bridge
  Cc: Horatiu Vultur

This patch series extends the MRP with the MRA role.
A node that has the MRA role can behave as a MRM or as a MRC. In case there are
multiple nodes in the topology that has the MRA role then only one node can
behave as MRM and all the others need to be have as MRC. The node that has the
higher priority(lower value) will behave as MRM.
A node that has the MRA role and behaves as MRC, it just needs to forward the
MRP_Test frames between the ring ports but also it needs to detect in case it
stops receiving MRP_Test frames. In that case it would try to behave as MRM.

v2:
 - add new patch that fixes sparse warnings
 - fix parsing of prio attribute

Horatiu Vultur (3):
  bridge: mrp: Update MRP frame type
  bridge: mrp: Set the priority of MRP instance
  bridge: mrp: Add support for role MRA

 include/net/switchdev.h         |   2 +
 include/uapi/linux/if_bridge.h  |   4 +
 include/uapi/linux/mrp_bridge.h |  60 ++++++++++++---
 net/bridge/br_mrp.c             | 128 +++++++++++++++++++++++++++-----
 net/bridge/br_mrp_netlink.c     |  11 +++
 net/bridge/br_mrp_switchdev.c   |   5 +-
 net/bridge/br_private_mrp.h     |   5 +-
 7 files changed, 182 insertions(+), 33 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-06-01 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30 18:09 [PATCH net-next v2 0/3] bridge: mrp: Add support for MRA role Horatiu Vultur
2020-05-30 18:09 ` [PATCH net-next v2 1/3] bridge: mrp: Update MRP frame type Horatiu Vultur
2020-05-30 18:09 ` [PATCH net-next v2 2/3] bridge: mrp: Set the priority of MRP instance Horatiu Vultur
2020-05-30 18:09 ` [PATCH net-next v2 3/3] bridge: mrp: Add support for role MRA Horatiu Vultur
2020-06-01 18:56 ` [PATCH net-next v2 0/3] bridge: mrp: Add support for MRA role David Miller

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