commit | 4d5b4e84c72451face4d7817697684196cbee50d | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@nvidia.com> | Tue Aug 10 18:29:28 2021 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 11 13:34:41 2021 +0100 |
tree | 399745a08b826682d4da6fdf78c74449b9a25511 | |
parent | 941121ee22a69935252473f03976f1f1200b9ae9 [diff] |
net: bridge: mcast: move querier state to the multicast context We need to have the querier state per multicast context in order to have per-vlan control, so remove the internal option bit and move it to the multicast context. Also annotate the lockless reads of the new variable. Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>