Messages in this thread |  | | From | Horatiu Vultur <> | Subject | [PATCH net 0/2] bridge: mrp: Fix br_mrp_port_switchdev_set_state | Date | Sat, 6 Feb 2021 22:47:32 +0100 |
| |
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.
[1] https://www.spinics.net/lists/netdev/msg714816.html
Horatiu Vultur (2): bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_state switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STAT
include/net/switchdev.h | 2 -- net/bridge/br_mrp.c | 9 ++++++--- net/bridge/br_mrp_switchdev.c | 7 +++---- net/bridge/br_private_mrp.h | 3 +-- 4 files changed, 10 insertions(+), 11 deletions(-)
-- 2.27.0
|  |