Hi!
From: Horatiu Vultur horatiu.vultur@microchip.com
commit 059d2a1004981dce19f0127dabc1b4ec927d202a upstream.
Now that MRP started to use also SWITCHDEV_ATTR_ID_PORT_STP_STATE to notify HW, then SWITCHDEV_ATTR_ID_MRP_PORT_STAT is not used anywhere else, therefore we can remove it.
Are you sure this is suitable for 5.10 backport? Unlike mainline, net/bridge use is not removed, so this will cause compile problem...?
pavel@amd:~/cip/krc$ grep -ri SWITCHDEV_ATTR_ID_MRP_PORT_STATE . ./include/net/switchdev.h: SWITCHDEV_ATTR_ID_MRP_PORT_STATE, ./net/bridge/br_mrp_switchdev.c: .id = SWITCHDEV_ATTR_ID_MRP_PORT_STATE, pavel@amd:~/cip/krc$ e ./net/bridge/br_mrp_switchdev.c
The usage of SWITCHDEV_ATTR_ID_MRP_PORT_STATE in net/bridge/br_mrp_switchdev.c is removed in this patch: https://www.spinics.net/lists/stable/msg443626.html
You are right, sorry for the noise.
Best regards, Pavel