]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mlxsw: spectrum: Centralize VLAN-aware bridge ref counting
authorIdo Schimmel <idosch@mellanox.com>
Mon, 20 Jun 2016 21:04:06 +0000 (23:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2016 09:02:49 +0000 (05:02 -0400)
commit7117a570b93b8c1f0e20d4efd2695abe929c1fc4
tree347d41b9c5065869af918082d5e3e2865763bf2f
parent279438952b7f5423f33ce4ddf639a7e796377b59
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>
drivers/net/ethernet/mellanox/mlxsw/spectrum.c