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 A690FC54EAA for ; Wed, 25 Jan 2023 13:39:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235370AbjAYNjc (ORCPT ); Wed, 25 Jan 2023 08:39:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235233AbjAYNj1 (ORCPT ); Wed, 25 Jan 2023 08:39:27 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B81356EE3 for ; Wed, 25 Jan 2023 05:39:16 -0800 (PST) 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=ocX1zgrok/klJTIJ8/NOXVr7g8xBepvgYUvc4xVF4qI=; b=HRheRYHlR3TJ3+jV2xxg5xvnYo y+UeS789grM75QO8Mu6D8UCiBqM13SMXrIIcYW0WNYU3SEOcpH8N3Rw5KDzE1q8qshQ0dvWvsR2ur RCtojcN39j93vJbdSsI1O5MvgMP/qoJhFSNdU8bHtFX7GR08kErUegmfXTFzewjFb0k8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pKfzc-0038sL-D4; Wed, 25 Jan 2023 14:39:12 +0100 Date: Wed, 25 Jan 2023 14:39:12 +0100 From: Andrew Lunn To: Raju Rangoju Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, edumazet@google.com, pabeni@redhat.com, Shyam-sundar.S-k@amd.com Subject: Re: [PATCH net-next 1/2] amd-xgbe: add 2.5GbE support to 10G BaseT mode Message-ID: References: <20230125072529.2222420-1-Raju.Rangoju@amd.com> <20230125072529.2222420-2-Raju.Rangoju@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230125072529.2222420-2-Raju.Rangoju@amd.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Jan 25, 2023 at 12:55:28PM +0530, Raju Rangoju wrote: > Add support to the driver to fully recognize and enable 2.5GbE speed in > 10GBaseT mode. Can the hardware also do 5G? It is reasonably common for a 10GBASE-T PHY which can do 2.5GBASE-T can also do 5GBASE-T? Andrew