Re: [PATCH net-next v2 0/5] net: dsa: Multi-CPU ground work (v2)

2017-06-06 Thread Vivien Didelot
Hi Florian, Since you'll respin a v3, there are still a few typos here: Florian Fainelli writes: > This patch series prepares the ground for adding mutliple CPU port support to multiple > DSA, and starts by removing redundant pieces of inform

Re: [PATCH net-next v2 0/5] net: dsa: Multi-CPU ground work (v2)

2017-06-06 Thread Florian Fainelli
On 06/06/2017 05:03 PM, Florian Fainelli wrote: > Hi all, > > This patch series prepares the ground for adding mutliple CPU port support to > DSA, and starts by removing redundant pieces of information such as > master_netdev which is cpu_dp->ethernet. Finally drivers are moved away from > directl

[PATCH net-next v2 0/5] net: dsa: Multi-CPU ground work (v2)

2017-06-06 Thread Florian Fainelli
Hi all, This patch series prepares the ground for adding mutliple CPU port support to DSA, and starts by removing redundant pieces of information such as master_netdev which is cpu_dp->ethernet. Finally drivers are moved away from directly accessing ds->dst->cpu_dp and use appropriate helper funct