mlxsw: spectrum_mr: Protect multicast table list with a lock
authorIdo Schimmel <idosch@mellanox.com>
Fri, 21 Feb 2020 17:54:05 +0000 (19:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Feb 2020 05:24:51 +0000 (21:24 -0800)
commitc366de85894f076b1790b24deec910c2503d9e01
treee426275bf5bd9b2e1f5f921e7ddc9e1b97428f0f
parent3e3c8dafc05f28bfa8065c957620c02bbadf0042
mlxsw: spectrum_mr: Protect multicast table list with a lock

The multicast table list is traversed from a delayed work that
periodically updates the kernel about packets and bytes statistics from
each multicast route.

The list is currently protected by RTNL, but subsequent patches will
remove the driver's dependence on this contended lock.

In order to be able to remove dependence on RTNL in the next patch,
guard this list with a dedicated mutex.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c