mbox series

[net-next,0/2] bridge: mrp: Disable roles before deleting

Message ID 20210323083347.1474883-1-horatiu.vultur@microchip.com
Headers show
Series bridge: mrp: Disable roles before deleting | expand

Message

Horatiu Vultur March 23, 2021, 8:33 a.m. UTC
The first patch in this series make sures that the driver is notified
that the role is disabled before the MRP instance is deleted. The
second patch uses this so it can simplify the driver.

Horatiu Vultur (2):
  bridge: mrp: Disable roles before deleting the MRP instance
  net: ocelot: Simplify MRP deletion

 drivers/net/ethernet/mscc/ocelot_mrp.c | 16 ----------------
 net/bridge/br_mrp.c                    |  7 +++++++
 2 files changed, 7 insertions(+), 16 deletions(-)