Merge branch 'net-dsa-fix-chip-wide-frame-size-config-in-some-drivers'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 18 Jul 2024 11:09:13 +0000 (13:09 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 18 Jul 2024 11:09:14 +0000 (13:09 +0200)
commit269521e250699b312876d85e6ab2279c6d16e91d
tree686a917918c995757d44e50943c88da5a6975907
parent4e076ff6ad5302c015617da30d877b4cdcbdf613
parentc5118072e228e7e4385fc5ac46b2e31cf6c4f2d3
Merge branch 'net-dsa-fix-chip-wide-frame-size-config-in-some-drivers'

Martin Willi says:

====================
net: dsa: Fix chip-wide frame size config in some drivers

Some DSA chips support a chip-wide frame size configurations, only. Some
drivers adjust that chip-wide setting for user port changes, overriding
the frame size requirements on the CPU port that includes tagger overhead.

Fix the mv88e6xxx and b53 drivers and align them to the behavior of other
drivers.

v2:
  - Skip chip-wide config for non-CPU ports instead of finding the maximim
    MTU over all ports
  - Add a patch fixing the b53 driver as well

v1: https://lore.kernel.org/netdev/20240716120808.396514-1-martin@strongswan.org/
====================

Link: https://patch.msgid.link/20240717090820.894234-1-martin@strongswan.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>