commit | 7117a570b93b8c1f0e20d4efd2695abe929c1fc4 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Mon Jun 20 23:04:06 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 21 05:02:49 2016 -0400 |
tree | 347d41b9c5065869af918082d5e3e2865763bf2f | |
parent | 279438952b7f5423f33ce4ddf639a7e796377b59 [diff] |
mlxsw: spectrum: Centralize VLAN-aware bridge ref counting We hold a reference count on the number of ports member in the VLAN-aware bridge, as we only support one. Instead of always incrementing / decrementing the reference count after joining / leaving the bridge, simply do this accounting in the join / leave functions. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>