Re: [PATCH net-next 05/20] net: dsa: change scope of MDB handlers

2017-05-22 Thread Florian Fainelli
On 05/19/2017 02:00 PM, Vivien Didelot wrote: > Change the scope of the switchdev MDB object handlers from the DSA slave > device to the generic DSA port, so that the future port-wide API can > also be used for other port types, such as CPU and DSA links. > > Signed-off-by: Vivien Didelot

[PATCH net-next 05/20] net: dsa: change scope of MDB handlers

2017-05-19 Thread Vivien Didelot
Change the scope of the switchdev MDB object handlers from the DSA slave device to the generic DSA port, so that the future port-wide API can also be used for other port types, such as CPU and DSA links. Signed-off-by: Vivien Didelot --- net/dsa/slave.c | 41