From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 4835D83F81 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 9133B81DBF MIME-Version: 1.0 Date: Thu, 29 Sep 2022 18:17:40 +0200 From: netdev@kapio-technology.com In-Reply-To: <20220929091143.468546f2@kernel.org> References: <20220928174904.117131-1-netdev@kapio-technology.com> <20220929091143.468546f2@kernel.org> Message-ID: <6811b44516cf8bf37678bab23bca80ba@kapio-technology.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH v6 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jakub Kicinski Cc: Andrew Lunn , Alexandre Belloni , Nikolay Aleksandrov , Kurt Kanzenbach , Eric Dumazet , linux-kselftest@vger.kernel.org, Joachim Wiberg , Shuah Khan , Ivan Vecera , Florian Fainelli , Daniel Borkmann , Ido Schimmel , bridge@lists.linux-foundation.org, Russell King , linux-arm-kernel@lists.infradead.org, Roopa Prabhu , Paolo Abeni , Vivien Didelot , Woojung Huh , Landen Chao , Jiri Pirko , Amit Cohen , Christian Marangi , Hauke Mehrtens , Hans Schultz , Sean Wang , DENG Qingfang , Claudiu Manoil , linux-mediatek@lists.infradead.org, Matthias Brugger , Yuwei Wang , Petr Machata , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Florent Fourcot , UNGLinuxDriver@microchip.com, Vladimir Oltean , davem@davemloft.net On 2022-09-29 18:11, Jakub Kicinski wrote: > On Wed, 28 Sep 2022 19:49:04 +0200 Hans Schultz wrote: >> From: "Hans J. Schultz" >> >> Verify that the MAC-Auth mechanism works by adding a FDB entry with >> the >> locked flag set, denying access until the FDB entry is replaced with a >> FDB entry without the locked flag set. >> >> Add test of blackhole fdb entries, verifying that there is no >> forwarding >> to a blackhole entry from any port, and that the blackhole entry can >> be >> replaced. >> >> Also add a test that verifies that sticky FDB entries cannot roam >> (this >> is not needed for now, but should in general be present anyhow for >> future >> applications). > > If you were trying to repost just the broken patches - that's not gonna > work :( Sorry, I do not understand what 'broken' patches you are referring to? I think that the locked port tests should be working?