Re: [PATCH net-next 0/8] net: dsa: change dsa_ptr for a dsa_port

2017-09-29 Thread Vivien Didelot
Hi Florian, Florian Fainelli writes: > On 09/29/2017 11:36 AM, Vivien Didelot wrote: >> With DSA, a master net_device is physically wired to a dedicated CPU >> switch port. For interaction with the DSA layer, the struct net_device >> contains a dsa_ptr, which currently points to a dsa_switch_tre

Re: [PATCH net-next 0/8] net: dsa: change dsa_ptr for a dsa_port

2017-09-29 Thread Florian Fainelli
On 09/29/2017 11:36 AM, Vivien Didelot wrote: > With DSA, a master net_device is physically wired to a dedicated CPU > switch port. For interaction with the DSA layer, the struct net_device > contains a dsa_ptr, which currently points to a dsa_switch_tree object. > > This is only valid for a switc