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 59207E7D0A5 for ; Thu, 21 Sep 2023 18:34:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229797AbjIUSep (ORCPT ); Thu, 21 Sep 2023 14:34:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbjIUSed (ORCPT ); Thu, 21 Sep 2023 14:34:33 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F16AAF976; Thu, 21 Sep 2023 11:07:41 -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-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=H0wDWGM/2PBIbk/yXbAOjYkvlXpuBN14KtZzTicg7Ms=; b=T9l7Wlkzjg1dnAjRsTuSln5NmA Bar1e75HbYp3F8T+58G5qIwVYIKi3U0u+k5HEbjVloOlAzzo8D9Oql8vgUxAt4fnK2ERnDOoPFOTH vhNQpssCvxDQ6NlfonCuO0Rk5xyhZi8z/hTluRa0p2CBxn0NJd2N/dhtCasD+FcPB19w=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qjMKC-0076Vj-W7; Thu, 21 Sep 2023 18:14:44 +0200 Date: Thu, 21 Sep 2023 18:14:44 +0200 From: Andrew Lunn To: MD Danish Anwar Cc: Vignesh Raghavendra , Nishanth Menon , afd@ti.com, Conor Dooley , Krzysztof Kozlowski , Rob Herring , Tero Kristo , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, srk@ti.com, r-gunasekaran@ti.com Subject: Re: [PATCH v2 3/4] arm64: dts: ti: k3-am654-idk: Add ICSSG Ethernet ports Message-ID: References: <20230921060913.721336-1-danishanwar@ti.com> <20230921060913.721336-4-danishanwar@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230921060913.721336-4-danishanwar@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > + /* Dual Ethernet application node on PRU-ICSSG0 */ > + /* Dual Ethernet application node on PRU-ICSSG1 */ Not relevant to this patch, but to the ongoing discussions around adding switchdev support. Are these two PRU-ICSSG instances completely separate? It is physically impossible to combine these four ethernet ports in one acceleration domain? It will always be two separate switches, and if frames need to go from one switch to the other it happens in software? Andrew