On 7/30/2021 3:57 PM, Vladimir Oltean wrote:
It is desirable to reduce the surface of DSA_TAG_PROTO_NONE as much as
we can, because we now have options for switches without hardware
support for DSA tagging, and the occurrence in the mt7530 driver is in
fact quite gratuitout and easy to remove. Since ds->ops->get_tag_protocol()
is only called for CPU ports, the checks for a CPU port in
mtk_get_tag_protocol() are redundant and can be removed.
The point of the check was in case the designated CPU port from device
tree/platform data would not match what the Mediatek driver supports,
similar to what b53 does in the same vein. I am fine with removing that
check for mt7530 as it does not look like there is an use case where the
CPU port is not actually MT7530_CPU_PORT.
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
--
Florian