Re: [PATCH 09/11] net: dsa: Move the phylink driver calls into port.c

2019-05-27 Thread Florian Fainelli
On 5/27/2019 2:22 PM, Ioana Ciornei wrote: > In order to have a common handling of PHYLINK for the slave and non-user > ports, the DSA core glue logic (between PHYLINK and the driver) must use > an API that does not rely on a struct net_device. > > These will also be called by the CPU-port-hand

[PATCH 09/11] net: dsa: Move the phylink driver calls into port.c

2019-05-27 Thread Ioana Ciornei
In order to have a common handling of PHYLINK for the slave and non-user ports, the DSA core glue logic (between PHYLINK and the driver) must use an API that does not rely on a struct net_device. These will also be called by the CPU-port-handling code in a further patch. Signed-off-by: Ioana Cior