commit | e6db98db8a9595f8001958e489ff07ed97a15a54 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Thu Nov 30 11:24:00 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 02 21:18:56 2017 -0500 |
tree | 934469e8b3fe39d8d5e6c743384ccb1d8a9788a7 | |
parent | 9c428c593fb7533595c439b510e5eb5e94aec65e [diff] |
net: dsa: add switch mdb bitmap functions This patch brings no functional changes. It moves out the MDB code iterating on a multicast group into new dsa_switch_mdb_{prepare,add}_bitmap() functions. This gives us a better isolation of the two switchdev phases. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>