Re: [PATCH v6 2/4] net: dsa: add new DSA switch driver for the SMSC-LAN9303

2017-04-20 Thread Florian Fainelli
On 04/18/2017 01:48 AM, Juergen Borleis wrote: > The SMSC/Microchip LAN9303 is an ethernet switch device with one CPU port > and two external ethernet ports with built-in phys. > > This driver uses the DSA framework, but is currently only capable of > separating the two external ports. There is

[PATCH v6 2/4] net: dsa: add new DSA switch driver for the SMSC-LAN9303

2017-04-18 Thread Juergen Borleis
The SMSC/Microchip LAN9303 is an ethernet switch device with one CPU port and two external ethernet ports with built-in phys. This driver uses the DSA framework, but is currently only capable of separating the two external ports. There is no offload support yet. Signed-off-by: Juergen Borleis