[PATCH net-next v2 0/3] bridge: mrp: Add support for getting the status

From: Horatiu Vultur
Date: Wed Jul 01 2020 - 03:22:30 EST


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

v2:
- fix sparse warnings

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 | 64 ++++++++++++++++++++++++++++++++++
net/bridge/br_netlink.c | 29 ++++++++++++++-
net/bridge/br_private.h | 7 ++++
5 files changed, 117 insertions(+), 1 deletion(-)

--
2.27.0