]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge-mrp'
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Feb 2021 00:20:58 +0000 (16:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Feb 2021 00:20:58 +0000 (16:20 -0800)
commit5e1a9366da128a8f751c4b9412fd1883b3faff3f
tree3e51cc659f77932742a2c749a2d9da441806cfb2
parent74a736c2ec28b3d7076dda0d234e58b499d46dcb
parentb2790c1f45c8bf83263b3a3df95476b9e38c6094
Merge branch 'bridge-mrp'

Horatiu Vultur says:

====================
bridge: mrp: Fix br_mrp_port_switchdev_set_state

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>