Vladimir Oltean says:
====================
Configure the MTU on DSA switches
This series adds support for configuring the MTU on front-panel switch
ports, while seamlessly adapting the CPU port and the DSA master to the
largest value plus the tagger overhead.
It also implements bridge MTU auto-normalization within the DSA core, as
resulted after the feedback of the implementation of this feature inside
the bridge driver in v2.
Support was added for quite a number of switches, in the hope that this
series would gain some traction:
 - sja1105
 - felix
 - vsc73xx
 - b53 and rest of the platform
V3 of this series was submitted here:
https://patchwork.ozlabs.org/cover/
1262394/
V2 of this series was submitted here:
https://patchwork.ozlabs.org/cover/
1261471/
V1 of this series was submitted here:
https://patchwork.ozlabs.org/cover/
1199868/
====================
Signed-off-by: David S. Miller <davem@davemloft.net>