Re: [PATCH net-next 3/9] net: dsa: fix dsa_is_normal_port helper

2017-10-26 Thread Florian Fainelli
On 10/26/2017 08:22 AM, Vivien Didelot wrote: > In order to know if a port is of type user, dsa_is_normal_port checks > that the given port is not of type DSA nor CPU. This is not enough > because a port can be unused. > > Without the previous fix, this caused the unused mv88e6xxx ports to be > co

[PATCH net-next 3/9] net: dsa: fix dsa_is_normal_port helper

2017-10-26 Thread Vivien Didelot
In order to know if a port is of type user, dsa_is_normal_port checks that the given port is not of type DSA nor CPU. This is not enough because a port can be unused. Without the previous fix, this caused the unused mv88e6xxx ports to be configured in normal mode. The ds->enabled_port_mask report