From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 861F5421F10; Thu, 4 Jun 2026 16:00:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780588829; cv=none; b=NbDFGm+E9bqDAZDI4MxsnyvCELdN3petbPWLSZgmpkRvUeATNjLDRJfUu9LmB2WYuFe3olUXJseCNy+W3nSeW7ViXCXXLIsrdiU7yWKFKnTKZ6wHoxakzAfmQW5ZuQnACVX4UyJF9CSGeNFcjkiW5MRzJnwLqQyKzo/FBkmELUw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780588829; c=relaxed/simple; bh=9fu5TCX1JMHyQbNhPkxmp6mA7guwydc4zcI/EDAY4YI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=LL5cmJPmtkn+wCKn7gGEgo084YfjZLGC2pfqFU0N30xu+M/M4DfBcD+3zRDs4uzFUsmgWDICqVs+cJ6MEoMndiD16r0q2B+DKHuXhgVcmr/X1Y5/O3bnqv5DSQBwLpFF7IJMmMoQFcD1YFQZSWA77OTRCFTUuDXjk4LaYqsl0uc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CDhvtm92; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CDhvtm92" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 390B91F00893; Thu, 4 Jun 2026 16:00:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780588828; bh=4h7AD9uWV6717BlUSSiXM3fiDJit+ieznbxH6ru2vFg=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=CDhvtm92gc2NaudALeR4z7+RWxY+M0bBcXpYzvlGhG0R8nQh1BvYVAEeapQWphXad ldiNySsDkcYgLZqLuQDqpLQll6vWa1zNfCTKBVVjuNJCBGeZkZxELAFkUTT/NxUKyK NqxoHIVQUTpSlY9pv6fZG3368zSdLAq8rVS7lDNt4DjbE0gY/kuFbT/frwYc18ToIR iAuVrsFoDKaJ83Dp1JjsUI2wM0l71rvqvlqwuEZwDaUeGpBlJXxh90gOeMbGavMUAd lAvFr45laQqM8fND2E7eFlMbAe4W/a2IXB9kaJPTTs6bASM7Q5koYa0oigYfD+Kiox crZMByFTTgYFg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 56AD039309B7; Thu, 4 Jun 2026 16:00:30 +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 v2] rtase: Reset TX subqueue when clearing TX ring From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178058882889.2493857.5736779387535763141.git-patchwork-notify@kernel.org> Date: Thu, 04 Jun 2026 16:00:28 +0000 References: <20260602114659.12335-1-justinlai0215@realtek.com> In-Reply-To: <20260602114659.12335-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, stable@vger.kernel.org, horms@kernel.org, pkshih@realtek.com, larry.chiu@realtek.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 2 Jun 2026 19:46:59 +0800 you wrote: > rtase_tx_clear() clears the TX ring and resets the ring indexes. > However, the TX queue state and BQL accounting are not reset at > the same time. > > This may leave __QUEUE_STATE_STACK_XOFF asserted after > rtase_sw_reset(), preventing new TX packets from being scheduled. > > [...] Here is the summary with links: - [net,v2] rtase: Reset TX subqueue when clearing TX ring https://git.kernel.org/netdev/net/c/ab1ecaabe74b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html