From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 160AE284B3B; Wed, 29 Apr 2026 01:53:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777427599; cv=none; b=nPXze21mdveYD54GKeXNGdoM+XMnrDv3NEW2YTadMm8TKqpJLBftPCKM3mraIIPJTzA7hk9PynZCZ1lsUtMmJpYEkNm4+Z4UmTxlhhoXCMRLCe56RiqR3JBIccLLJ8uXOmg2fow5gBmTCyvOcvO619STt8o/PqZF8OVnuQ5iBcA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777427599; c=relaxed/simple; bh=HEfENaxPdoEBaVjcy6JSx5kQFCbGcsxD+Fxm9fgW2BQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mDlWleIyKBiVT/WjbgExmiV1hppVJCk7sPTWgAn+hMgkLC2S4zNJ0cxILeaFuHGewcdf9z3XyH9XEC7ZkiKb+IIkOsBM9eSUeLHP0+iWrMtVRDZNeXVgC/WkIcmyIHtve+C77r8O+yOpEbthitAIiLWdkk1P9CaT2t+L9nHrB7M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=Y+oJ1g7s; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="Y+oJ1g7s" 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=S3z4+ksZ817zcqBOQryCMtoE2XrWi/5IxYxEIDWo8Aw=; b=Y+oJ1g7sGe6SMd21pqTNLhl8KK e6dbzRuqDYXVXYD5iFrpbck+shiCis13H6Hx/Jko0JnUdjxOHDN1HZb9A88JbkVhUAfgdY7rzcYle 7w4EIQkpy53MG95A1fQgCfx6V1IoVx/jEcR9V9HNgoeNP890E5zmDudtNj+j86Y+Jd6A=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wHu6x-000Rni-PR; Wed, 29 Apr 2026 03:53:11 +0200 Date: Wed, 29 Apr 2026 03:53:11 +0200 From: Andrew Lunn To: Birger Koblitz Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Chih Kai Hsu Subject: Re: [PATCH net-next 1/4] r8152: Add support for 10Gbit Link Speeds and EEE Message-ID: References: <20260428-rtl8159_net_next-v1-0-52d03927b46f@birger-koblitz.de> <20260428-rtl8159_net_next-v1-1-52d03927b46f@birger-koblitz.de> 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: <20260428-rtl8159_net_next-v1-1-52d03927b46f@birger-koblitz.de> On Tue, Apr 28, 2026 at 05:47:21AM +0200, Birger Koblitz wrote: > The RTL8159 supports 10GBit Link speeds. Add support for this speed > in the setup and setting/getting through ethtool. Also add 10GBit EEE. > Add functionality for setup and ethtool get/set methods. > > Signed-off-by: Birger Koblitz Reviewed-by: Andrew Lunn Andrew