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 F01A22D3ED1 for ; Thu, 2 Apr 2026 13:20:32 +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=1775136033; cv=none; b=Y2ezpUbVk5R0aDaamQomcbsvDYK0Bja0iEQIMJFiN9t74KCuqVuwGaTNY2kjlhR+I2J4FLprYvyI7xGIZVx44V7oAkuPbwv0HqrXuh3KtsPMbat10T9OiTgMBIqB697mXZtV6w9bb4xOW2XR3ZHGBEsGv5kOOYY2n60CY9PNTS4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775136033; c=relaxed/simple; bh=bdM5CpBSGBUjea2E0M0inYXAS7dXwzD2DrU4yvZg14g=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=DC8fXDY/iDBNFVjPYBdN+bY9geLvIn3wCxt1VbeOknfOrUj3ziSVAhK03nw3yHUkCPdYbc+ZCiZJnQGZOv+yLVi1i6pf5LCLdgjhZKQQ2uXWkZZJ5iL/qH+/EfVD2AB9AuRqhJ8iFc/1oeDIWWnKzlxK0bS2cscBHr/tgN1qvKk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LBPMJ4aK; 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="LBPMJ4aK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A345C116C6; Thu, 2 Apr 2026 13:20:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775136032; bh=bdM5CpBSGBUjea2E0M0inYXAS7dXwzD2DrU4yvZg14g=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LBPMJ4aKdUI5AFsTq8Jerr5MFJ0I7h5UqvC/VIkXr/u2gA++PjVmemeLAg1r7OYto wVUfkBU0DMWIiFG4wjjTq8G9zge/ZBFOKBPTGDN8JI4/cL6TuCiSyCxIhCaURdVKiZ nUSXg6t0FF0bN++7wPOGZe5Wj5EtXR8rHRpDtwdqPEDogopv2mrA7mws3N7cnfnFqn 9nors6N0UjocQo+nX9S5KH7fahpyIVSlj1CrOegvjjmvV/J32RNhykormoFOkRGK/b E46PbUbDJ1AJ9bvAhs74MX+a6ul2BsDgNNwpaE6xhhdpzBbPUw1s7O3Py/qQjnSoQM P6F6PizKqsJzw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FDC23809A05; Thu, 2 Apr 2026 13:20:16 +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-next] net: airoha: Set REG_RX_CPU_IDX() once in airoha_qdma_fill_rx_queue() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177513601478.26443.18083192170217288880.git-patchwork-notify@kernel.org> Date: Thu, 02 Apr 2026 13:20:14 +0000 References: <20260331-airoha-cpu-idx-out-off-loop-v1-1-75c66b428f50@kernel.org> In-Reply-To: <20260331-airoha-cpu-idx-out-off-loop-v1-1-75c66b428f50@kernel.org> To: Lorenzo Bianconi Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 31 Mar 2026 12:33:24 +0200 you wrote: > It is not necessary to update REG_RX_CPU_IDX register for each iteration > of the descriptor loop in airoha_qdma_fill_rx_queue routine. > Move REG_RX_CPU_IDX configuration out of the descriptor loop and rely on > the last queue head value updated in the descriptor loop. > > Signed-off-by: Lorenzo Bianconi > > [...] Here is the summary with links: - [net-next] net: airoha: Set REG_RX_CPU_IDX() once in airoha_qdma_fill_rx_queue() https://git.kernel.org/netdev/net-next/c/269389ba5398 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html