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