[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240717090820.894234-1-martin@strongswan.org>
Date: Wed, 17 Jul 2024 11:08:18 +0200
From: Martin Willi <martin@...ongswan.org>
To: Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Vladimir Oltean <olteanv@...il.com>,
Chris Packham <chris.packham@...iedtelesis.co.nz>,
Murali Krishna Policharla <murali.policharla@...adcom.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
netdev@...r.kernel.org
Subject: [PATCH net v2 0/2] 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/
Martin Willi (2):
net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU ports
net: dsa: b53: Limit chip-wide jumbo frame config to CPU ports
drivers/net/dsa/b53/b53_common.c | 3 +++
drivers/net/dsa/mv88e6xxx/chip.c | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
--
2.43.0
Powered by blists - more mailing lists