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 5C9103ACA41 for ; Tue, 16 Jun 2026 22:11:41 +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=1781647902; cv=none; b=MZCqN4jq2Klic8wE91CM8mcvFCXs5QoCpea6VuB/UDgzsM2iCAytB13UUvHMgbQ0K/i5LiOg8ww6ygdqEnc9X2JfBNXYPv+yZVbQ1N63Bk7yu5Ux8FKuug5SWTcb5d6sbE0+sZQVfcMImOzuYvvIUV/PEZ+EVG8JJ9VsPOiDpag= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781647902; c=relaxed/simple; bh=CYQaBUlulMIk0QXaU1x6EL1nxwi+M7Uq7HKmMyVAJV0=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=JonZqobPHQ8kcKMzPheajV7Ozm4QHUGGRtz5oNdzBejnw4cw5xGcDH2hUELyylFey5oOusIjUT98L6bbK9Xs2oX0mm6izCsyYEH4iTEMsx2UC8Bw0UMdvnInr1GIkFxxSITMu6cerUeQZdGYzCmcdBKb3KU5mfAcEqZbEX+3DGY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jKbwD3o2; 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="jKbwD3o2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0ED41F00A3A; Tue, 16 Jun 2026 22:11:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781647900; bh=CQD2Rea8tT9Evki9cBF/txLTFbUp+ukuW+gnffNHODw=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=jKbwD3o2tt0FtNHDpOTzRUzaNm7iND58wdAcyq2/wDBecABCppjOk+AP5zWhoT9aE RV3k8vVvAe7bz0DyGUraz7LSLLvBKbQ8F1LyVmL+mnQB/Gl0fXBimKpdX8JO9ZgbAY Vv1BawSJWEfYBTR4544VerFG7Av+DSFEvT2aPGzyDeiKUzr1fqytuq2b4x/eI1J4EL SbW26dbJv0EnNQx8EgOeskhqro30dm3avZICvfRxZQrBt1NRABe2wy59sNSty+Lbpr ts208rSiN33hkJmT37/qJ4aiFUCRqGm70mKf4jPaQUrbZb7pzJM01B7HJHvYsVaQ82 1tLPRuYjDNwMw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 938533930C2B; Tue, 16 Jun 2026 22:11:36 +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 v2] [net] net: airoha: Fix QoS counter configuration for Tx-fwd channels From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178164789527.1259509.13170564105480598534.git-patchwork-notify@kernel.org> Date: Tue, 16 Jun 2026 22:11:35 +0000 References: <178161132384.2164449.18407700117859190327@gmail.com> In-Reply-To: <178161132384.2164449.18407700117859190327@gmail.com> To: Wayen Yan Cc: netdev@vger.kernel.org, lorenzo@kernel.org, horms@kernel.org, pabeni@redhat.com, kuba@kernel.org, edumazet@google.com, andrew+netdev@lunn.ch, angelogioacchino.delregno@collabora.com, matthias.bgg@gmail.com, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 16 Jun 2026 18:50:29 +0800 you wrote: > In airoha_qdma_init_qos_stats(), the Tx-fwd counter was incorrectly > using register index (i << 1) instead of ((i << 1) + 1). This caused > the Tx-fwd configuration to overwrite the Tx-cpu configuration for > each QoS channel, resulting in incorrect QoS statistics. > > Fix by using the correct register index ((i << 1) + 1) for Tx-fwd > counter configuration. > > [...] Here is the summary with links: - [v2,net] net: airoha: Fix QoS counter configuration for Tx-fwd channels https://git.kernel.org/netdev/net-next/c/1402ecccf563 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html