From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) (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 0165B24468F; Mon, 12 May 2025 17:11:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.142.180.65 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747069906; cv=none; b=nr0aSsmMr5cLPPtpeEjmZNXxB+ttiJTcX8AVPMhhZn/oQ3yGABgDouccoAQPDpp8hoGpDZT4NIOzlTlhIV3WWjIyuYi+zkWDZpPMoQAEGNprjilCD1k2o6mDYWq3UeL9mpungVWKF9CJspYnMAR3gXkCUKNiK80CLLtRqR4OZE0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747069906; c=relaxed/simple; bh=IVnOc9MOV2+02cQgtBlCO9R1yHhMZSXIztpUlnxj9J0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fGHORQb+NjFnpez3sw9+LXICmMCTQTJSQAS3v+6znvUki7N5Kt3KOMovZ3Jd7dYM1k3BmmfifJELLR1NCsErliDt3miPNumIAvzdTGOGABTsPQumsFeGrshXYgvl3iBJYaGD6Pd1mtx8PXFBSfvE3oa1cmG5a4HHKuFdY73szuI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org; spf=pass smtp.mailfrom=makrotopia.org; arc=none smtp.client-ip=185.142.180.65 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.98.2) (envelope-from ) id 1uEWau-000000006LH-25Hs; Mon, 12 May 2025 17:11:32 +0000 Date: Mon, 12 May 2025 18:11:25 +0100 From: Daniel Golle To: Sean Anderson Cc: netdev@vger.kernel.org, Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Russell King , upstream@airoha.com, Kory Maincent , Simon Horman , Christian Marangi , linux-kernel@vger.kernel.org, Heiner Kallweit , Alexandre Belloni , Alexandre Torgue , Clark Wang , Claudiu Beznea , Claudiu Manoil , Conor Dooley , Ioana Ciornei , Jonathan Corbet , Joyce Ooi , Krzysztof Kozlowski , Madalin Bucur , Maxime Coquelin , Michal Simek , Nicolas Ferre , Radhey Shyam Pandey , Rob Herring , Rob Herring , Robert Hancock , Saravana Kannan , UNGLinuxDriver@microchip.com, Vladimir Oltean , Wei Fang , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [net-next PATCH v4 00/11] Add PCS core support Message-ID: References: <20250512161013.731955-1-sean.anderson@linux.dev> 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-Disposition: inline In-Reply-To: <20250512161013.731955-1-sean.anderson@linux.dev> On Mon, May 12, 2025 at 12:10:02PM -0400, Sean Anderson wrote: > This series adds support for creating PCSs as devices on a bus with a > driver (patch 3). As initial users, > > - The Lynx PCS (and all of its users) is converted to this system (patch 5) > - The Xilinx PCS is broken out from the AXI Ethernet driver (patches 6-8) > - The Cadence MACB driver is converted to support external PCSs (namely > the Xilinx PCS) (patches 9-10). Are those changes tested on real hardware?