commit | 5ec2ee28d27b9232d1cae08ec597b9f3464fd8be | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Sun Feb 24 06:46:24 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 24 20:25:28 2019 -0800 |
tree | db3772b2a6db036e746d1adbdde9caacad9696b2 | |
parent | 2802aadfcff32a61d4afe78c07137dac63cd8d3c [diff] |
mlxsw: spectrum_acl: Introduce a mutex to guard region list updates In order to remove RTNL lock dependency, it is needed to protect the regions list in a group. Introduce a mutex to do the job. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>