From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9E649101D9 for ; Wed, 17 May 2023 16:14:36 +0000 (UTC) Received: from sender4-op-o10.zoho.com (sender4-op-o10.zoho.com [136.143.188.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5FD3FB for ; Wed, 17 May 2023 09:14:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1684340053; cv=none; d=zohomail.com; s=zohoarc; b=Ila3l4t8TcGCIofkSH013KkYuWqQP/gmMMNUCZBNMa6UqHeiiVuuL1SW6qQjj2DTeI4I6OalcPDEetoaqmbAN5KjV9lryk5O6LNbVj5ltKtkIniBmt5O+Pf0508Et/UwdJreqCfCqVToMGj9eZXudXUDbNxkZjGUbBzdaHYNFes= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1684340053; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=V/19PBQ7+oJiKfsdLT2+D0gnjx8cglmD4Es9XIaz/VA=; b=jnicse2yl+O5lylhrJayNWdmhjemvouj1B0pDsWYSov02oP5O1oG/K4s7m5vIod3lnnsPDD6ArDUHwRLxQ1JXfzU+f+CqllllLrUyXfCrzlnplXBh2UlyEfnp0r/j5AnleiY0DPniH743wEJeS6QOjydTw0+PZPPisjle9mX2dA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=arinc9.com; spf=pass smtp.mailfrom=arinc.unal@arinc9.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1684340053; s=zmail; d=arinc9.com; i=arinc.unal@arinc9.com; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:Cc:Cc:References:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=V/19PBQ7+oJiKfsdLT2+D0gnjx8cglmD4Es9XIaz/VA=; b=Kj9IUwIkctj2Ht/X6sBAyPupZuIHTyPDdNgED5/OUvWFP9X6m2ME9tTaOwwgpbGt VqbVCm6iy8OvHOTS1r33/OzHvn3mxJmB7JJGRDhsTrOjlgJOdtz+KERj/B5MGcGJa2y 7YwLGYPH40rr5JtOHeK+4Wb4isuHVa11cssjuhrY= Received: from [10.10.10.122] (149.91.1.15 [149.91.1.15]) by mx.zohomail.com with SMTPS id 1684340050887355.8482072241528; Wed, 17 May 2023 09:14:10 -0700 (PDT) Message-ID: Date: Wed, 17 May 2023 19:14:01 +0300 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: Choose a default DSA CPU port To: Vladimir Oltean Cc: Frank Wunderlich , Felix Fietkau , netdev , erkin.bozoglu@xeront.com, Andrew Lunn , Florian Fainelli , John Crispin , Mark Lee , Lorenzo Bianconi , Matthias Brugger , Landen Chao , Sean Wang , DENG Qingfang References: <20230224210852.np3kduoqhrbzuqg3@skbuf> <6383a98a-1b00-913d-0db1-fe33685a8410@arinc9.com> <20230228115846.4r2wuyhsccmrpdfh@skbuf> <91c90cc5-7971-8a95-fe64-b6e5f53a8246@arinc9.com> <20230517161028.6xmt4dgxtb4optm6@skbuf> Content-Language: en-US From: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= In-Reply-To: <20230517161028.6xmt4dgxtb4optm6@skbuf> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On 17.05.2023 19:10, Vladimir Oltean wrote: > On Tue, May 16, 2023 at 10:29:27PM +0300, Arınç ÜNAL wrote: >> For MT7530, the port to trap the frames to is fixed since CPU_PORT is only >> of 3 bits so only one CPU port can be defined. This means that, in case of >> multiple ports used as CPU ports, any frames set for trapping to CPU port >> will be trapped to the numerically greatest CPU port. > > *that is up Yes, the DSA conduit interface of the CPU port must be up. Otherwise, these frames won't appear anywhere. I should mention this on my patch, thanks. Arınç