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

2019-10-21 Thread David Miller
From: Vivien Didelot Date: Sat, 19 Oct 2019 23:19:25 -0400 > 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 >

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

2019-10-19 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