Re: [PATCH net-next 10/20] net: dsa: move bridging routines
On 05/19/2017 02:00 PM, Vivien Didelot wrote: > Move the DSA port code which bridges a port in port.c, where it belongs. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian
[PATCH net-next 10/20] net: dsa: move bridging routines
Move the DSA port code which bridges a port in port.c, where it belongs. Signed-off-by: Vivien Didelot --- net/dsa/dsa_priv.h | 2 ++ net/dsa/port.c | 58 ++ net/dsa/slave.c| 57 - 3