Re: [PATCH net-next v3 05/13] net: dsa: Move FDB add/del implementation inside DSA

2017-08-07 Thread Florian Fainelli
On 08/06/2017 06:15 AM, Arkadi Sharshevsky wrote: > Currently DSA uses switchdev's implementation of FDB add/del ndos. This > patch moves the implementation inside DSA in order to support the legacy > way for static FDB configuration. > > Signed-off-by: Arkadi Sharshevsky

Re: [PATCH net-next v3 05/13] net: dsa: Move FDB add/del implementation inside DSA

2017-08-07 Thread Vivien Didelot
Arkadi Sharshevsky writes: > Currently DSA uses switchdev's implementation of FDB add/del ndos. This > patch moves the implementation inside DSA in order to support the legacy > way for static FDB configuration. > > Signed-off-by: Arkadi Sharshevsky

[PATCH net-next v3 05/13] net: dsa: Move FDB add/del implementation inside DSA

2017-08-06 Thread Arkadi Sharshevsky
Currently DSA uses switchdev's implementation of FDB add/del ndos. This patch moves the implementation inside DSA in order to support the legacy way for static FDB configuration. Signed-off-by: Arkadi Sharshevsky --- net/dsa/dsa_priv.h | 7 +++ net/dsa/legacy.c | 22