commit | cd605d455a445837edb3372addbdd9a9e38df23b | [log] [tgz] |
---|---|---|
author | Horatiu Vultur <horatiu.vultur@microchip.com> | Tue Feb 16 22:42:02 2021 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 16 14:47:46 2021 -0800 |
tree | 7f97101453c7859bf260c1ca2a63f9b9d42f845e | |
parent | 1a3ddb0b751604215630ca121c090d57e8c68169 [diff] |
bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdev Check the return values of the br_mrp_switchdev function. In case of: - BR_MRP_NONE, return the error to userspace, - BR_MRP_SW, continue with SW implementation, - BR_MRP_HW, continue without SW implementation, Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>