net: dsa: add VLAN notifier
authorVivien Didelot <[email protected]>
Fri, 19 May 2017 21:00:55 +0000 (17:00 -0400)
committerDavid S. Miller <[email protected]>
Mon, 22 May 2017 23:37:32 +0000 (19:37 -0400)
commitd0c627b8740ca6243054263fbc98981a36ac5618
tree0ad7c85f4b512127fa93980bbd92ebb192fa145d
parent8ae5bcdc5d98a99e59f194101e7acd2e9d055758
net: dsa: add VLAN notifier

Add two new DSA_NOTIFIER_VLAN_ADD and DSA_NOTIFIER_VLAN_DEL events to
notify not only a single switch, but all switches of a the fabric when
an VLAN entry is added or removed.

For the moment, keep the current behavior and ignore other switches.

Signed-off-by: Vivien Didelot <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/dsa/dsa_priv.h
net/dsa/port.c
net/dsa/switch.c