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 DAA181A01BE for ; Thu, 5 Mar 2026 02:20:06 +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=1772677206; cv=none; b=f8LOFuI3nF8K4ucKGPCC/5A+kooeEbtqwBv/QTNWnRDQ8M9QbCxc286X1xqRv4rGKiMfimqNanruQditbzDZnD/FrbVGHmORV7HMQMp8kP4BMMmPbCnu2xq1og/kM/rZMiiiWRWndBMd3Wja3kbtqonOYKlMw4b+I/s/Cm3xRnc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772677206; c=relaxed/simple; bh=9UO8lt9v7GGpMmP6oi4Pe0/s9d/c1+g3VeidezzGfmA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Uku62iegN/i4A1QT/o11i+H8U+/r1rZXftqJvdKlE3A/xas6QV9v8a6WeKJtp9yhhHl9ylMr5ySOIbm7ub2HXGpOyKFxdGnZLlVXRn/sWEUehj/tHtG85f5AZyi5a+Hlk+OFOq7aofD6ZQrx+cfhRqbmKdPXZQOyKNoH0Y08Yek= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VGA2VRu1; 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="VGA2VRu1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6CED9C4CEF7; Thu, 5 Mar 2026 02:20:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772677206; bh=9UO8lt9v7GGpMmP6oi4Pe0/s9d/c1+g3VeidezzGfmA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=VGA2VRu1fIxEm+FzUDIf0QmSZCkr0tN8l/kPnKW7Fy3RJ3ouio+vI04Isyy0eVcCG 8GoEXWnj73I6cfp5qy/h68KmettQVEK6BQb2dJuuWarmwXu3RO8aA+ffcALjRnwQuO f3cfjFlvShNgocZdv1iaJCjjtAae0n4AxeqthnL9yOps2nyGLVMEIG8mx3AgS+2Y/d GAoYe71fHMMyRqXzXBTCZSVPTlPQyemTrJhrA/KLzQM0WEG5IJmiDmi9dnKadDuZs4 F19OQ5Kkq++fmTBxVMhsWYz8cwuAaUTCkGw6Fyzigi5cGJF+IquFaR8hBmv/T2VsFH k9yNLub4ZooOQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 030D93808200; Thu, 5 Mar 2026 02:20:08 +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 net] net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177267720655.2482446.15302187063401500356.git-patchwork-notify@kernel.org> Date: Thu, 05 Mar 2026 02:20:06 +0000 References: <20260304015640.961780-1-edumazet@google.com> In-Reply-To: <20260304015640.961780-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, jhs@mojatatu.com, jiri@resnulli.us, netdev@vger.kernel.org, eric.dumazet@gmail.com, pkaligineedi@google.com, willemb@google.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 4 Mar 2026 01:56:40 +0000 you wrote: > When/if a NIC resets, queues are deactivated by dev_deactivate_many(), > then reactivated when the reset operation completes. > > fq_reset() removes all the skbs from various queues. > > If we do not clear q->band_pkt_count[], these counters keep growing > and can eventually reach sch->limit, preventing new packets to be queued. > > [...] Here is the summary with links: - [net] net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset() https://git.kernel.org/netdev/net/c/a4c2b8be2e53 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html