Merge branch 'bridge-mrp-Add-br_mrp_unique_ifindex-function'
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2020 23:17:15 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2020 23:17:15 +0000 (16:17 -0700)
commit1e6a705266409e0dbe020ac10107d265b73e5ca9
treef127f0ca4b86898b7528b157e7bd397b41dafe30
parenta74707396c9185cbbca0ae0a115b95b5a8b6bfa1
parent4fb13499d3a0cc74cf9820c052481f0ccda2bb23
Merge branch 'bridge-mrp-Add-br_mrp_unique_ifindex-function'

Horatiu Vultur says:

====================
bridge: mrp: Add br_mrp_unique_ifindex function

This patch series adds small fixes to MRP implementation.
The following are fixed in this patch series:
- now is not allow to add the same port to multiple MRP rings
- remove unused variable
- restore the port state according to the bridge state when the MRP instance
  is deleted

v2:
 - use rtnl_dereference instead of rcu_dereference in the first patch
====================

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