]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
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)
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>

Trivial merge