From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C1DFEB64D9 for ; Mon, 19 Jun 2023 12:13:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229554AbjFSMNZ (ORCPT ); Mon, 19 Jun 2023 08:13:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230354AbjFSMNU (ORCPT ); Mon, 19 Jun 2023 08:13:20 -0400 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FE2F1A3; Mon, 19 Jun 2023 05:13:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=kQ6j6dX9aZEeVUrZqOivnXu1KbEYl5oEY+pIwik2BvU=; b=zTc0l0FyekG0jWVv9+VDlOpIOs j7JBKqCOmIuXEzMLS/Gt3hqdRbZoxlkb0FxtrvSCHylIsxI0nynsFYitXjb6kvaU0h8vRRZ8RRC40 i4WR4ecy4wbwf3x4jJiSwy2hF8qDoDecgq9vW+pP1F6qUB4w5BD2f+4/rISKcj2UP+kxDPCkTfUNg MbiXCXu4VfpHYtwLeRnK6PzkWqdKDIQ3xlVYjHu1YDhOQ0L5NNJ1P6BJFR47wnj/pPHC3lGyxJqBq nuOtec6OiwJb+Wl1BfZXj8n7yRo1Lfi/Mmttm69d4SVwkY68UufUQMQ8QeY7DLS2DAW6bUpTo+65h zWFKkQfg==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:56530) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qBDkr-0008Gz-7B; Mon, 19 Jun 2023 13:13:09 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1qBDkq-0005d3-2W; Mon, 19 Jun 2023 13:13:08 +0100 Date: Mon, 19 Jun 2023 13:13:08 +0100 From: "Russell King (Oracle)" To: arinc9.unal@gmail.com Cc: =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Daniel Golle , Landen Chao , DENG Qingfang , Sean Wang , Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Frank Wunderlich , Bartel Eerdekens , mithat.guner@xeront.com, erkin.bozoglu@xeront.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net v6 4/6] net: dsa: mt7530: fix handling of LLDP frames Message-ID: References: <20230617062649.28444-1-arinc.unal@arinc9.com> <20230617062649.28444-5-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230617062649.28444-5-arinc.unal@arinc9.com> Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 17, 2023 at 09:26:47AM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > LLDP frames are link-local frames, therefore they must be trapped to the > CPU port. Currently, the MT753X switches treat LLDP frames as regular > multicast frames, therefore flooding them to user ports. To fix this, set > LLDP frames to be trapped to the CPU port(s). > > Fixes: b8f126a8d543 ("net-next: dsa: add dsa support for Mediatek MT7530 switch") > Signed-off-by: Arınç ÜNAL Reviewed-by: Russell King (Oracle) Thanks! -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!