Re: [PATCH net-next 06/16] net: dsa: use ports list for routing table setup

2019-10-21 Thread Andrew Lunn
On Sat, Oct 19, 2019 at 11:19:31PM -0400, Vivien Didelot wrote: > Use the new ports list instead of accessing the dsa_switch array > of ports when iterating over DSA ports of a switch to set up the > routing table. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew

Re: [PATCH net-next 06/16] net: dsa: use ports list for routing table setup

2019-10-20 Thread Florian Fainelli
On 10/19/2019 8:19 PM, Vivien Didelot wrote: > Use the new ports list instead of accessing the dsa_switch array > of ports when iterating over DSA ports of a switch to set up the > routing table. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next 06/16] net: dsa: use ports list for routing table setup

2019-10-19 Thread Vivien Didelot
Use the new ports list instead of accessing the dsa_switch array of ports when iterating over DSA ports of a switch to set up the routing table. Signed-off-by: Vivien Didelot --- net/dsa/dsa2.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/dsa/dsa2.c b/net/dsa/ds