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 748DF3009D6; Fri, 10 Apr 2026 02:59:52 +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=1775789992; cv=none; b=GVIfEhg1GOJm1/CYjnDxPaq+EU97797Owv5NaVQ7Av24pQEX/+NwxQ3Bc42MoKxcJP09pjr9dmFX9tfJScEvnYZjG6J5xhP8WLM6riTWFhYVgovdewRLLXU9usQw5nWt8Li8sOgTVXqcoZeyK+oV5702OpewnG9b+Rc/pkhOYys= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775789992; c=relaxed/simple; bh=MLXmBUt+5y/LI0drG1RByAqBpv7xchmUlLNdG+XBJsQ=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=mzVFk6I/YrN73B5QbTqjZMNXfsISdCdRC8pIoFA0qSuOe6ak8gp6Z35rwBQ52TcTuFPGn4v7PoQGQwezlTlQFbgGfDfuHb4fCiymsWLZZNyXOovFvV6cVLAESBBRaJYYNnAr0KoH/4FNaCGClkzLWqmuDDfekwt14L2pwEFfqzs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ET+FxGEv; 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="ET+FxGEv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 401BEC4CEF7; Fri, 10 Apr 2026 02:59:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775789992; bh=MLXmBUt+5y/LI0drG1RByAqBpv7xchmUlLNdG+XBJsQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ET+FxGEvFyK5aaK+ipK1ANSh6vQiJyeax0/cD9WmrzLEe2QVyFmRKPWqSObyd+qTJ QSzcUj6m9S1xblsfE44tUvjCAFeYDYC9srazHTj/qsl1mlRTo8vOed9ZeIdSZq6j7D pudl4tcKOjQ2p5tL1gDhD9kNHYDRC4/08SXGsCQlPrs2owo9yVSh3EjVx2JgOqXO5M ajsOf01oae4IUhmEzFaTSw25ZjdD4mYq3oljBQ4Ou3QbodLrpUdlGjyZgIb6Z5XONz IqOPpMtRgIKjzB4McPOuCK5kiTFI53fID9YsKYugOxt2j3/HAkavSgktmlQwtn39rz fVv4wwHryhw8A== Date: Thu, 9 Apr 2026 19:59:50 -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: <20260409195950.74e4bc97@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: netdev@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. Looks like this driver uses page pool. If you're sharing the same page pool across multiple netdevs it must not be linked to a netdev.