Re: [PATCH net-next v2 00/16] net: dsa: turn arrays of ports into a list

2019-10-22 Thread Jakub Kicinski
On Mon, 21 Oct 2019 16:51:14 -0400, Vivien Didelot wrote: > The dsa_switch structure represents the physical switch device itself, > and is allocated by the driver. The dsa_switch_tree and dsa_port structures > represent the logical switch fabric (eventually composed of multiple switch > devices) a

Re: [PATCH net-next v2 00/16] net: dsa: turn arrays of ports into a list

2019-10-22 Thread Michal Vokáč
On 21. 10. 19 22:51, Vivien Didelot wrote: The dsa_switch structure represents the physical switch device itself, and is allocated by the driver. The dsa_switch_tree and dsa_port structures represent the logical switch fabric (eventually composed of multiple switch devices) and its ports, and are

Re: [PATCH net-next v2 00/16] net: dsa: turn arrays of ports into a list

2019-10-21 Thread Florian Fainelli
On 10/21/19 1:51 PM, Vivien Didelot wrote: > The dsa_switch structure represents the physical switch device itself, > and is allocated by the driver. The dsa_switch_tree and dsa_port structures > represent the logical switch fabric (eventually composed of multiple switch > devices) and its ports, a

[PATCH net-next v2 00/16] net: dsa: turn arrays of ports into a list

2019-10-21 Thread Vivien Didelot
The dsa_switch structure represents the physical switch device itself, and is allocated by the driver. The dsa_switch_tree and dsa_port structures represent the logical switch fabric (eventually composed of multiple switch devices) and its ports, and are allocated by the DSA core. This branch list