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: <8958bf63-d5e4-9f3c-ad61-b85068cb2fd3@kernel.org> Date: Fri, 11 Nov 2022 15:35:46 +0200 From: Roger Quadros <rogerq@...nel.org> To: Vladimir Oltean <vladimir.oltean@....com>, Jakub Kicinski <kuba@...nel.org> Cc: Ido Schimmel <idosch@...sch.org>, Nikolay Aleksandrov <razor@...ckwall.org>, "davem@...emloft.net" <davem@...emloft.net>, "edumazet@...gle.com" <edumazet@...gle.com>, "pabeni@...hat.com" <pabeni@...hat.com>, "vigneshr@...com" <vigneshr@...com>, "srk@...com" <srk@...com>, "linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] net: ethernet: ti: cpsw_ale: optimize cpsw_ale_restore() On 11/11/2022 14:03, Vladimir Oltean wrote: > On Thu, Nov 10, 2022 at 12:32:49PM -0800, Jakub Kicinski wrote: >>> I have a question here. How should ageable entries be treated in this case? >> >> Ah, no idea :) Let's me add experts to To: > > Not a real expert, but if suspend/resume loses the Ethernet link, > I expect that no dynamically learned entries are preserved across > a link loss event. Understood. We loose the link in this particular case. > > In DSA for example, we only keep ageable entries in hardware as long as > the port STP state, plus BR_LEARNING port flag, are compatible with > having such FDB entries. Otherwise, any transition to such a state > flushes the ageable FDB entries. > > A link loss generates a bridge port transition to the DISABLED state, > which DSA uses to generate a SWITCHDEV_FDB_FLUSH_TO_BRIDGE event. > > I'm not sure if it would even be possible to accurately do the right > thing and update the ageing timer of the FDB entries with the amount of > time that the system was suspended. In that case I'll leave the entries as they are and let the Switch logic deal with the stale entries. They should eventually get flushed out. cheers, -roger
Powered by blists - more mailing lists