netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] bridge: mrp: Add support for getting the status
@ 2020-06-30 13:44 Horatiu Vultur
  2020-06-30 13:44 ` [PATCH net-next 1/3] bridge: uapi: mrp: Extend MRP attributes to get " Horatiu Vultur
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Horatiu Vultur @ 2020-06-30 13:44 UTC (permalink / raw)
  To: nikolay, roopa, davem, kuba, jiri, netdev, linux-kernel, bridge,
	UNGLinuxDriver
  Cc: Horatiu Vultur

This patch series extends the MRP netlink interface to allow the userspace
daemon to get the status of the MRP instances in the kernel.

Horatiu Vultur (3):
  bridge: uapi: mrp: Extend MRP attributes to get the status
  bridge: mrp: Add br_mrp_fill_info
  bridge: Extend br_fill_ifinfo to return MPR status

 include/uapi/linux/if_bridge.h | 17 ++++++++++
 include/uapi/linux/rtnetlink.h |  1 +
 net/bridge/br_mrp_netlink.c    | 57 ++++++++++++++++++++++++++++++++++
 net/bridge/br_netlink.c        | 29 ++++++++++++++++-
 net/bridge/br_private.h        |  7 +++++
 5 files changed, 110 insertions(+), 1 deletion(-)

-- 
2.27.0


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

end of thread, other threads:[~2020-06-30 19:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 13:44 [PATCH net-next 0/3] bridge: mrp: Add support for getting the status Horatiu Vultur
2020-06-30 13:44 ` [PATCH net-next 1/3] bridge: uapi: mrp: Extend MRP attributes to get " Horatiu Vultur
2020-06-30 13:44 ` [PATCH net-next 2/3] bridge: mrp: Add br_mrp_fill_info Horatiu Vultur
2020-06-30 16:12   ` Jakub Kicinski
2020-06-30 18:45     ` Horatiu Vultur
2020-06-30 19:42   ` kernel test robot
2020-06-30 13:44 ` [PATCH net-next 3/3] bridge: Extend br_fill_ifinfo to return MPR status Horatiu Vultur

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