Re: [PATCH net-next 08/20] net: dsa: change scope of ageing time setter

2017-05-22 Thread Florian Fainelli
On 05/19/2017 02:00 PM, Vivien Didelot wrote: > Change the scope of the switchdev bridge ageing time attribute setter > from the DSA slave device to the generic DSA port, so that the future > port-wide API can also be used for other port types, such as CPU and DSA > links. > > Also ds->ports is

Re: [PATCH net-next 08/20] net: dsa: change scope of ageing time setter

2017-05-22 Thread Florian Fainelli
On 05/19/2017 02:00 PM, Vivien Didelot wrote: > Change the scope of the switchdev bridge ageing time attribute setter > from the DSA slave device to the generic DSA port, so that the future > port-wide API can also be used for other port types, such as CPU and DSA > links. > > Also ds->ports is

[PATCH net-next 08/20] net: dsa: change scope of ageing time setter

2017-05-19 Thread Vivien Didelot
Change the scope of the switchdev bridge ageing time attribute setter from the DSA slave device to the generic DSA port, so that the future port-wide API can also be used for other port types, such as CPU and DSA links. Also ds->ports is now a contiguous array of dsa_port structures, thus their

[PATCH net-next 08/20] net: dsa: change scope of ageing time setter

2017-05-19 Thread Vivien Didelot
Change the scope of the switchdev bridge ageing time attribute setter from the DSA slave device to the generic DSA port, so that the future port-wide API can also be used for other port types, such as CPU and DSA links. Also ds->ports is now a contiguous array of dsa_port structures, thus their