lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20221111052937.GD27099@pengutronix.de> Date: Fri, 11 Nov 2022 06:29:37 +0100 From: Oleksij Rempel <o.rempel@...gutronix.de> To: Vladimir Oltean <olteanv@...il.com> Cc: Woojung Huh <woojung.huh@...rochip.com>, UNGLinuxDriver@...rochip.com, Andrew Lunn <andrew@...n.ch>, Vivien Didelot <vivien.didelot@...il.com>, Florian Fainelli <f.fainelli@...il.com>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Arun Ramadoss <arun.ramadoss@...rochip.com>, kernel@...gutronix.de, linux-kernel@...r.kernel.org, netdev@...r.kernel.org Subject: Re: [PATCH net-next v4 4/4] net: dsa: microchip: ksz8: add MTU configuration support On Thu, Nov 10, 2022 at 03:03:25PM +0200, Vladimir Oltean wrote: > On Thu, Nov 10, 2022 at 01:22:25PM +0100, Oleksij Rempel wrote: > > Make MTU configurable on KSZ87xx and KSZ88xx series of switches. > > > > Before this patch, pre-configured behavior was different on different > > switch series, due to opposite meaning of the same bit: > > - KSZ87xx: Reg 4, Bit 1 - if 1, max frame size is 1532; if 0 - 1514 > > - KSZ88xx: Reg 4, Bit 1 - if 1, max frame size is 1514; if 0 - 1532 > > > > Since the code was telling "... SW_LEGAL_PACKET_DISABLE, true)", I > > assume, the idea was to set max frame size to 1532. > > > > With this patch, by setting MTU size 1500, both switch series will be > > configured to the 1532 frame limit. > > > > This patch was tested on KSZ8873. > > > > Signed-off-by: Oleksij Rempel <o.rempel@...gutronix.de> > > Acked-by: Arun Ramadoss <arun.ramadoss@...rochip.com> > > --- > > Reviewed-by: Vladimir Oltean <olteanv@...il.com> > > As an extension to this patch set, you might also want to set > ds->mtu_enforcement_ingress = true, to activate the bridge MTU > normalization logic, since you have one MTU global to the entire switch. Ok, I'll include it in to a different patch set. There are more patches to mainline :) Regards, Oleksij -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
Powered by blists - more mailing lists