Re: [PATCH net 0/2] bridge: mrp: Fix br_mrp_port_switchdev_set_state

2021-02-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sat, 6 Feb 2021 22:47:32 +0100 you wrote: > Based on the discussion here[1], there was a problem with the function > br_mrp_port_switchdev_set_state. The problem was that it was called > both with BR_STATE* and BR_MRP_PORT_S

[PATCH net 0/2] bridge: mrp: Fix br_mrp_port_switchdev_set_state

2021-02-06 Thread Horatiu Vultur
Based on the discussion here[1], there was a problem with the function br_mrp_port_switchdev_set_state. The problem was that it was called both with BR_STATE* and BR_MRP_PORT_STATE* types. This patch series fixes this issue and removes SWITCHDEV_ATTR_ID_MRP_PORT_STAT because is not used anymore. [