Re: [PATCH net-next 0/6] net: dsa: enable and disable all ports

2019-08-19 Thread David Miller
From: Vivien Didelot Date: Sun, 18 Aug 2019 13:35:42 -0400 > The DSA stack currently calls the .port_enable and .port_disable switch > callbacks for slave ports only. However, it is useful to call them for all > port types. For example this allows some drivers to delay the optimization > of power

[PATCH net-next 0/6] net: dsa: enable and disable all ports

2019-08-18 Thread Vivien Didelot
The DSA stack currently calls the .port_enable and .port_disable switch callbacks for slave ports only. However, it is useful to call them for all port types. For example this allows some drivers to delay the optimization of power consumption after the switch is setup. This can also help reducing t