commit | 65e190356098f2bd6adbdee06047a941ca1d20e1 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Sun Feb 24 06:46:27 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 24 20:25:29 2019 -0800 |
tree | 9d9deaf778a350fad8a7e210cb9e40a2d4f5cf1e | |
parent | 1263a9ab82249a5af42302a522ea8453affc5fda [diff] |
mlxsw: spectrum_acl: Introduce mutex to guard Bloom Filter updates Bloom filter is shared within multiple regions. For updates, it needs to be guarded by a separate mutex. Do that in order to not rely on RTNL mutex. 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>