commit | 9c428c593fb7533595c439b510e5eb5e94aec65e | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Thu Nov 30 11:23:59 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 02 21:18:56 2017 -0500 |
tree | ae24c2fba9fd22add3a0607e7e874778dc1f09c8 | |
parent | 3709aadc8375a1b0c42da5b12e38eddf8133dd4e [diff] |
net: dsa: add switch vlan bitmap functions This patch brings no functional changes. It moves out the VLAN code iterating on a list of VLAN members into new dsa_switch_vlan_{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>