Re: [PATCH net-next 08/16] net: dsa: use ports list to setup multiple master devices

2019-10-21 Thread Andrew Lunn
On Sun, Oct 20, 2019 at 08:03:34PM -0700, Florian Fainelli wrote: > > > On 10/19/2019 8:19 PM, Vivien Didelot wrote: > > Now that we have a potential list of CPU ports, make use of it instead > > of only configuring the master device of an unique CPU port. > > Out of your series, this is the

Re: [PATCH net-next 08/16] net: dsa: use ports list to setup multiple master devices

2019-10-20 Thread Florian Fainelli
On 10/19/2019 8:19 PM, Vivien Didelot wrote: > Now that we have a potential list of CPU ports, make use of it instead > of only configuring the master device of an unique CPU port. Out of your series, this is the only one that has possible side effects to existing set-up in that if you had

[PATCH net-next 08/16] net: dsa: use ports list to setup multiple master devices

2019-10-19 Thread Vivien Didelot
Now that we have a potential list of CPU ports, make use of it instead of only configuring the master device of an unique CPU port. Signed-off-by: Vivien Didelot --- net/dsa/dsa2.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/net/dsa/dsa2.c