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 2114DC7EE26 for ; Mon, 22 May 2023 12:38:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232728AbjEVMim (ORCPT ); Mon, 22 May 2023 08:38:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232535AbjEVMic (ORCPT ); Mon, 22 May 2023 08:38:32 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DBD9FBE; Mon, 22 May 2023 05:38:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=ynebLUbb/OS1lEOlwmoa3g+T2Lx6tLkw2a+fsnX4QtA=; b=Zo 0mV7U7BhD8XxxvKJMebwtx6HLD3gvkt0vMFsCP7adGkWT0NplBo6BIqKAoCMtpeSnyWf9yaZvV7fq gmJtcguGFsnGizoqQfCdy+cRwKoKhDt4pDDFs0xWVsCQ2oITy5NdsupSK/dCwjoQ0HngOY89ibkcO 5jTS4d2Cbrzz1XM=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q14ba-00DXXA-Si; Mon, 22 May 2023 14:25:38 +0200 Date: Mon, 22 May 2023 14:25:38 +0200 From: Andrew Lunn To: arinc9.unal@gmail.com Cc: Sean Wang , Landen Chao , DENG Qingfang , Daniel Golle , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Russell King , Richard van Schagen , Richard van Schagen , Frank Wunderlich , Bartel Eerdekens , erkin.bozoglu@xeront.com, mithat.guner@xeront.com, =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port Message-ID: <5feba864-b792-4fe4-a58a-e1b22bb7842b@lunn.ch> References: <20230522121532.86610-1-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: <20230522121532.86610-1-arinc.unal@arinc9.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 22, 2023 at 03:15:02PM +0300, arinc9.unal@gmail.com wrote: > Hello! > > This patch series simplifies the code, improves the logic of the switch > hardware support, traps LLDP frames and BPDUs for MT7530, MT7531, and > MT7988 SoC switches, and introduces the preferring local CPU port > operation. Hi Arınç https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html says: Avoid sending series longer than 15 patches. Larger series takes longer to review as reviewers will defer looking at it until they find a large chunk of time. A small series can be reviewed in a short time, so Maintainers just do it. As a result, a sequence of smaller series gets merged quicker and with better review coverage. Given you description above, it sounds like this could easily be split into smaller patch series. Andrew