From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 73C8B13D53C; Fri, 10 Apr 2026 02:56:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775789807; cv=none; b=Jiw5rzC0H8Gx3TFZp4aBl3CMLlBpATdJWo2ZM9fEmwf9iZuvioEEhtNG9W7MNNkdXSvnZ1S9M8vDbbd7gw/hLHjMfl2mqsPZIrsJXwvSDDJ/Ah5FwzdFdV7qm+dp8whBRafryhyJL/XlxdaetZyUJNfNj/T6gQoLIsNVp9PMqJc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775789807; c=relaxed/simple; bh=B9kpSbJJ5ghjv9xGYI9AfenQBYv+RQ6JZSeUfjkeTW0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=l+UONJ0oX9Fht77O4YSNrbbgBJoElnv2OML7uhxlGXC4gTLYPX3HMLigKK2eq+xoJv64EQUl2M3gRYfAB7/fcz90xog1M8MiO8/sse4MLPMcTUG5Ob+ttPcl37yov2qBjpP7xkOik7HAooK1T2T4gj0XaoWj3fkk7T1t9LKarnY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j0PBCj58; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="j0PBCj58" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74FA2C4CEF7; Fri, 10 Apr 2026 02:56:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775789807; bh=B9kpSbJJ5ghjv9xGYI9AfenQBYv+RQ6JZSeUfjkeTW0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=j0PBCj5804Oi5magRfTOBgMi/tGqroy9tnJC5VzMthMJAIwT1slg/7krpIJFdCRvN /EiROl2kPERgWlqviiKXYbI9zRvlgwANO7CQhfOQHKXmb1poBTD5qJpfjPpyqaMQQE Asx44P5Izpwq691fu3Ndh3F9qYAOfxqNKptg45+hXVoC3kNUwbhiu6R/zZNzVa4Dzb rh2FsVJfXmmaup2N5YXjZo4rsUD8DjGsgkNLGOkJS2Td3jTovdsphi94IUkJvwIHWr 0hpic6bEjTuVxXv7MXBXFpux2PHELaVuNNnfVWZ6F6lf9C9bRriR/g0r5z9/qpk7VT cqeDiYniRnqhg== Date: Thu, 9 Apr 2026 19:56:45 -0700 From: Jakub Kicinski To: Lorenzo Bianconi Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Christian Marangi , Benjamin Larsson , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, Xuegang Lu Subject: Re: [PATCH net-next v3 00/12] net: airoha: Support multiple net_devices connected to the same GDM port Message-ID: <20260409195645.16c68979@kernel.org> In-Reply-To: <20260406-airoha-eth-multi-serdes-v3-0-ab6ea49d59ff@kernel.org> References: <20260406-airoha-eth-multi-serdes-v3-0-ab6ea49d59ff@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 06 Apr 2026 12:34:05 +0200 Lorenzo Bianconi wrote: > EN7581 or AN7583 SoCs support connecting multiple external SerDes (e.g. > Ethernet or USB SerDes) to GDM3 or GDM4 ports via a hw arbiter that > manages the traffic in a TDM manner. As a result multiple net_devices can > connect to the same GDM{3,4} port and there is a theoretical "1:n" > relation between GDM ports and net_devices. Still waiting for the device tree review. I'm going to blindly send out the Sashiko review, please comment if any of it makes sense?