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 D1FF52F5468 for ; Sun, 12 Apr 2026 16:20:47 +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=1776010847; cv=none; b=CrIEgKZjybH7NN1rRMcr3ZH3oaMgpB36MaQsB34wkPUpYuDey+KJMJUz0EUgp0kfnbw4GYbtFuQEFZDXTU5n1OoUDg8hIQT2DpfytJOYtfhalf5p+ThG61xUbOxgDCWL5XKSKx+6Gres0mPnN1zmIXQD1rldddcLkXb3tOt3RSQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776010847; c=relaxed/simple; bh=zIPrNtZMbMKummVw6ySBOc4k+wRW4ue3/u8QNdo20LU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=jVZiRNip+8ETl+hNEAM/oqC4ao9akW0EDgop9eDxk8w65a4l1lh48oh68zJI63yH2wqJyjr8CbS8VSCFNfyHR58eqI5TgEseK+aJ4VPX4IyIrOYnh+VrM7XFtvcUwHZTkH+/muEJrz8pGlbxeujNHZCSOwVjETDAh/eqRbcA9DM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RohSaMcB; 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="RohSaMcB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AFDA2C19424; Sun, 12 Apr 2026 16:20:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776010847; bh=zIPrNtZMbMKummVw6ySBOc4k+wRW4ue3/u8QNdo20LU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=RohSaMcBYDtwtHgaGyIpmE1T4HwapM8DApBOgv0hsNt4bpvt9jnBGwfSgVgPim4Za py72AVxzlkCA1i1aV2QLyb04AMqND72eWBHGWcfeT/VOB0u5CUydeP+htNHiuSVUr2 hHyb7UflxePUancI9UxysW7xvpx4ovcRxDhG+4zWmUNPLzS+gCss+h3Ihb8BeKe22f dga+hqUXXL5TZl9cTeWItXV4G2p0zIwXgrN27L0XI/zEEv8Bh9jnVopK4mKy2JaGPu FRzAOG5N2+1cqwSX0KArezNTR+fdBmQLyHkNfgSZoED+CT2FsV3Mf9Ot67e4gtOeYB X0wSNH3atV8JQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CD4E3809A8B; Sun, 12 Apr 2026 16:20:21 +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: Rename ifq_idx to rxq_idx in netif_mp_* helpers From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177601082004.3330556.11704145630770008538.git-patchwork-notify@kernel.org> Date: Sun, 12 Apr 2026 16:20:20 +0000 References: <20260410130602.552600-1-daniel@iogearbox.net> In-Reply-To: <20260410130602.552600-1-daniel@iogearbox.net> To: Daniel Borkmann Cc: netdev@vger.kernel.org, kuba@kernel.org, dw@davidwei.uk, pabeni@redhat.com, razor@blackwall.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 Apr 2026 15:06:02 +0200 you wrote: > Rename the leftover ifq_idx parameter naming to rxq_idx to be > consistent with the rest of the file and the header declaration. > Back then this was taken out of the queue leasing series given > the cleanup is independent. No functional change. > > Signed-off-by: Daniel Borkmann > Link: https://lore.kernel.org/netdev/20260131160237.07789674@kernel.org > > [...] Here is the summary with links: - [net-next] net: Rename ifq_idx to rxq_idx in netif_mp_* helpers https://git.kernel.org/netdev/net-next/c/59818773bab6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html