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 2CDCF27B358 for ; Mon, 26 Jan 2026 17:04:42 +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=1769447083; cv=none; b=NlsxYe+0PmuLIKrIBj9eCGLwFvEClaLbJVnyiGQzfUleIAaXn/spBTOT4O9Kwpkz7UcDnt5NCKXzyok2GY3dl8P7HCULCJ57x0YSHJQBomD8UkyE1HNJ0diy2tF3NYLxYXmCHtvTKMq0gEB9G4q14yiKl9kk4RSMl39cZhoeeL8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769447083; c=relaxed/simple; bh=Q1NoHrO1ZQky5deC5cWXZqkEivHkThu9bvM7bFYoSU8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=g7Oenk1Kz6lHJnfVFNsC7zuqHDx0PlSmzB4Vtm44eXJ6ntrngIVNJM72PPvoqxuKG01vASpvTawZ/g31JdW4EkILotCqcV0b6obRYv82fagbuGfZsFHfWkCb5wDPJFBb6wjRFpwnz+WkkmlFy6gmd3nya9zf1o9MqlE5+4xFrFs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Obr9O4M1; 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="Obr9O4M1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00037C116C6; Mon, 26 Jan 2026 17:04:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769447082; bh=Q1NoHrO1ZQky5deC5cWXZqkEivHkThu9bvM7bFYoSU8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Obr9O4M1qcMdaZwPhgpTcLZN/x9GDS6EvcTqnnqFdVwZk0LTyvNmRZnc12x9tCng2 UTr98PzaLsuOuQ6QgPSnqI/KFiXWCsiTCRLytTQqjTnhT79Spx4/tO76L7BH7IjShw MaGXbeJBxSN1XIVnHVYZpXqzmIpCUiQMe/8f5CUHabIvzjb1u69Ltm28eaxdbp8sid PiHUIBu+whN47sYa+ixPMyMpH0hjYgfJyVDZfy9UX+xJsgVHFOxF4quxS0iJQS/oDj 4G13RLh3XCtjs43W1srPXiwaZc55JnYalQkm5mNZwhUXejRPofp3NL2rhyiDLedPCK ZMKMrEdjg12gQ== Date: Mon, 26 Jan 2026 17:04:39 +0000 From: Simon Horman To: Heiner Kallweit Cc: Javen Xu , Realtek linux nic maintainers , Andrew Lunn , Paolo Abeni , Jakub Kicinski , David Miller , Eric Dumazet , "netdev@vger.kernel.org" Subject: Re: [PATCH net-next] r8169: add support for extended chip version id and RTL9151AS Message-ID: References: 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: On Sat, Jan 24, 2026 at 10:27:24PM +0100, Heiner Kallweit wrote: > From: Javen Xu > > The bits in register TxConfig used for chip identification aren't > sufficient for the number of upcoming chip versions. Therefore a register > is added with extended chip version information, for compatibility > purposes it's called TX_CONFIG_V2. First chip to use the extended chip > identification is RTL9151AS. > > Signed-off-by: Javen Xu > [hkallweit1@gmail.com: add support for extended XID where XID is printed] > Signed-off-by: Heiner Kallweit Reviewed-by: Simon Horman