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 B6B4D37F007; Tue, 10 Mar 2026 11:20:12 +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=1773141612; cv=none; b=petlU7Q6iBCV+dZuHWvlegpXLfC1Za5pfD/lOTajKpNsrITyZj7pLpktqAb32sYNZGdUrlet8YNLBU4S/2joyMcwQQYtTkWf0jCoGWNttCjMw7F/j3OrdYWEtmpG3QroKluMpBqI4fD+b2C3hqeZLhPc3Oz7g0xGq8JBWtexSds= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773141612; c=relaxed/simple; bh=j2K+/MlPJ4v8a/IomATkpkFBHRwJov93d/c1nb/fdfA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=blKVaNtgNcUsZaHYVqWBNZqtOpAuS2WaRJMBLJ3jTKMlfeKXDHG+oLmyTZA6VPo8LImn5yGE7seh6KNXO8vXR//C7dVTssUEuFyxe8F9vMfJCLSnwMNmuba+o1q12zbLyn0e/iXCpcWYeZJ4xfYzODBKXCTvQUMMAc3teuy5b3A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uC47DIaT; 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="uC47DIaT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95E46C19423; Tue, 10 Mar 2026 11:20:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773141612; bh=j2K+/MlPJ4v8a/IomATkpkFBHRwJov93d/c1nb/fdfA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uC47DIaTUzwhPjtIGQ0SaZ59lpLhDM4OE4MljYmqap3x4YIxoLZlddqjZb3xokZf5 yIxgEjFERSBKMpgQsgqupGSguAOaq8OlPfpcEzRHUWV/oFwGddgFN4Bl7iTCjLHIJy oruVjfLnVh3WZCT1uf+SgiWqi2neNyQPqCq2rQhQOj05acMSJfMWwgJGnMiC3y1kUx JOkwGTjV25V3v8Z2Nq8g3OGorjwSjRYtDGNS3FkLM+Wr0Fa+7EN7W7IKuqaAcorRRU KQDCL2UMqlV4k66s3J9Bf7ljST/wnedIihJY5Xij1TlXhdnBt3zfmzmDYZTzyHF/r5 DHY2X9KSrrLvg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9F183808200; Tue, 10 Mar 2026 11:20:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3 net 0/3] amd-xgbe: RX adaptation and PHY handling fixes From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177314160955.2198076.10740915136308263708.git-patchwork-notify@kernel.org> Date: Tue, 10 Mar 2026 11:20:09 +0000 References: <20260306111629.1515676-1-Raju.Rangoju@amd.com> In-Reply-To: <20260306111629.1515676-1-Raju.Rangoju@amd.com> To: Raju Rangoju Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, pabeni@redhat.com, kuba@kernel.org, edumazet@google.com, davem@davemloft.net, andrew+netdev@lunn.ch, horms@kernel.org, Shyam-sundar.S-k@amd.com Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 6 Mar 2026 16:46:26 +0530 you wrote: > This series fixes several issues in the amd-xgbe driver related to RX > adaptation and PHY handling in 10GBASE-KR mode, particularly when > auto-negotiation is disabled. > > Patch 1 fixes link status handling during RX adaptation by correctly > reading the latched link status bit so transient link drops are > detected without losing the current state. > > [...] Here is the summary with links: - [v3,net,1/3] amd-xgbe: fix link status handling in xgbe_rx_adaptation https://git.kernel.org/netdev/net/c/6485cb96be5c - [v3,net,2/3] amd-xgbe: prevent CRC errors during RX adaptation with AN disabled https://git.kernel.org/netdev/net/c/27a4dd0c702b - [v3,net,3/3] amd-xgbe: reset PHY settings before starting PHY https://git.kernel.org/netdev/net/c/a8ba129af468 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html