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 3873140DFD6; Thu, 7 May 2026 00:31:10 +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=1778113871; cv=none; b=RDJLU5dlxVrgmehJnh3X3USKCJRpqJJdnzKGVwa44aYiBgqxIUHlaHjSpgjQixT2Z6FTYN+MSsP0ZAruik4+nkrlVorijPP1z468fTdPgASs+1Q4vVT8/4LVac1r7ZiNJm44IN939QFTndSE4UYRC/AaNV4zrZePr34Y9sP9WdI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778113871; c=relaxed/simple; bh=iMntnkhcKMleC+GwTkKtM1pWRK+8Df7Da/8SXOeUK5M=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=C4SW6KVNrSqthvNM0AF98HYpLWVSRbYFaoLFILYnv2s0xah7LRmTLkuCn6IQEYgEBpTePeLu7djoQXGg6kfqVzbK/hW++b26opUkavgxMSodkrDyattnqRuP+WAg/6qqEJBI08oDmTUQHopPG4Ci2s+gzecibLRu1MuzvRFLVac= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MBgkpQ7O; 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="MBgkpQ7O" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3BCEC2BCB2; Thu, 7 May 2026 00:31:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778113870; bh=iMntnkhcKMleC+GwTkKtM1pWRK+8Df7Da/8SXOeUK5M=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=MBgkpQ7OSb39Mw627vVr8ez7QCzax494QVxEhz3GBqWF72geznOCxwQCGcyjxZo/L wwvO3WyNVuEW+eikDDSx+5b/0rb8Jo/cztQ7nMwfTA4RIRQapVXvMBvcY5j9yvAvkY SN0/mpMXdGWUiREwYO9QT6IIG7qAjbl4NDp6FCmbr14IIt4/WrXbZAF3xDKdMLfwRK JQthLHO0l2kgoA2vUlCuiSISSl6PWXequG3hUptPgkDkEuCo+Ug+IFmqEUGzwGYu2m w3PysIdSlPMUP/yptH8bTh4DDNwFiDK3YtwV/seLZ2reJG0g90oO6VhFY6ZJpGchbL z64jEBTgdTabQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CDB1393089F; Thu, 7 May 2026 00:30:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] rtase: Fix flow control configuration From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177811382004.3276081.6488234094395420706.git-patchwork-notify@kernel.org> Date: Thu, 07 May 2026 00:30:20 +0000 References: <20260505064121.31286-1-justinlai0215@realtek.com> In-Reply-To: <20260505064121.31286-1-justinlai0215@realtek.com> To: Justin Lai Cc: kuba@kernel.org, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, horms@kernel.org, pkshih@realtek.com, larry.chiu@realtek.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 5 May 2026 14:41:21 +0800 you wrote: > The hardware has two sets of registers controlling TX/RX flow control. > The effective flow control state is determined by the logical OR of > these two sets of bits. > > RTASE_FORCE_TXFLOW_EN and RTASE_FORCE_RXFLOW_EN in RTASE_CPLUS_CMD are > the bits used by the driver to control TX/RX flow control according to > the ethtool pause configuration. > > [...] Here is the summary with links: - [net-next,v2] rtase: Fix flow control configuration https://git.kernel.org/netdev/net-next/c/fea3521e043f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html