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 0C9B934D397; Sat, 28 Feb 2026 18:50:22 +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=1772304623; cv=none; b=Um5ODsSej2VZum9kI4A58DyxbOXwQm8wNl6segioKdWwW2nYWldptc8W2d5xuJ/TldOeCCGt7l0mmSv//hn16C4gyLB4QE1fSehjACtzP9IqXzXiAd4ICxKl5UXWOnjGVTv5b71eHai9f9yErVvk4nslvWWh6JVRm9ZThvazpXE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772304623; c=relaxed/simple; bh=o3s/gDoFG8EfQUCWNgD0fRtJQ/l0yMR9mBKUz+jAEBw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=e2JBKo+8QFmNNLYh3qDubNhjFI82QbDDnISmC9UprysAwXRITo6koxlGb8WPyNqe677mO6JNPdXD1GFcXl+sM9RBWgwxr3nWntPnwHrfUzFPhqs4W/cNtTsO91fhhOyksSjSB9o4uGRvFM1ULSnwfpxLMOI0Mh09LEJHd3x+pEI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Dsgc3ANF; 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="Dsgc3ANF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A691FC116D0; Sat, 28 Feb 2026 18:50:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772304622; bh=o3s/gDoFG8EfQUCWNgD0fRtJQ/l0yMR9mBKUz+jAEBw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Dsgc3ANFfEuFH9PnWEg7SGC3bR37/Uanrsz9mNzcAlArC5J1u0wTalsJ4AdWLltjZ Pu1u/7O2EEDKDV7/3iWBQJ3TaT1qdTq9p4tQjESxLiov5rX1qqFu0/bNwTVBk6PMlv Qcw8qUqMsRw5dAJlr7oeKWMxiSMFLej1TlJ9hxiGwwcwozd0zwPb+4k6v/wbaXqit4 Cnpk+Qoo5n4SFuIx6XDx9Q717d4Po1fvwVqR3jrKioZ5tWxz4zViAXOgcYqmGgP8bM zMu0x8deh39PTnNaS8vZXKJ5Cg1nihm+OIPIGHFXvb22SX51lriw75ZJtuUFCPQIpC 8rRlv3unUEZVQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02D9939F2022; Sat, 28 Feb 2026 18:50:27 +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 v9 00/13] NPC HW block support for cn20k From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177230462579.3039668.12557877812546604763.git-patchwork-notify@kernel.org> Date: Sat, 28 Feb 2026 18:50:25 +0000 References: <20260224080009.4147301-1-rkannoth@marvell.com> In-Reply-To: <20260224080009.4147301-1-rkannoth@marvell.com> To: Ratheesh Kannoth Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, sgoutham@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 24 Feb 2026 13:29:56 +0530 you wrote: > This patchset adds comprehensive support for the CN20K NPC > architecture. CN20K introduces significant changes in MCAM layout, > parser design, KPM/KPU mapping, index management, virtual index handling, > and dynamic rule installation. The patches update the AF, PF/VF, and > common layers to correctly support these new capabilities while > preserving compatibility with previous silicon variants. > > [...] Here is the summary with links: - [net-next,v9,01/13] octeontx2-af: npc: cn20k: Index management https://git.kernel.org/netdev/net-next/c/1396771b0b77 - [net-next,v9,02/13] octeontx2-af: npc: cn20k: KPM profile changes https://git.kernel.org/netdev/net-next/c/5868682b68dd - [net-next,v9,03/13] octeontx2-af: npc: cn20k: Add default profile https://git.kernel.org/netdev/net-next/c/a2df2f95eac0 - [net-next,v9,04/13] octeontx2-af: npc: cn20k: MKEX profile support https://git.kernel.org/netdev/net-next/c/ef992a0f12e8 - [net-next,v9,05/13] octeontx2-af: npc: cn20k: Allocate default MCAM indexes https://git.kernel.org/netdev/net-next/c/09d3b7a1403f - [net-next,v9,06/13] octeontx2-af: npc: cn20k: Use common APIs https://git.kernel.org/netdev/net-next/c/6d1e70282f76 - [net-next,v9,07/13] octeontx2-af: npc: cn20k: Prepare for new SoC https://git.kernel.org/netdev/net-next/c/de3f88b465c8 - [net-next,v9,08/13] octeontx2-af: npc: cn20k: Add new mailboxes for CN20K silicon https://git.kernel.org/netdev/net-next/c/4e527f1e5c15 - [net-next,v9,09/13] octeontx2-af: npc: cn20k: virtual index support https://git.kernel.org/netdev/net-next/c/645c6e3c1999 - [net-next,v9,10/13] octeontx2-af: npc: cn20k: Allocate MCAM entry for flow installation https://git.kernel.org/netdev/net-next/c/9000cada7aa9 - [net-next,v9,11/13] octeontx2-pf: cn20k: Add TC rules support https://git.kernel.org/netdev/net-next/c/0d12d26701b0 - [net-next,v9,12/13] octeontx2-af: npc: cn20k: add debugfs support https://git.kernel.org/netdev/net-next/c/528530dff56b - [net-next,v9,13/13] octeontx2-af: npc: Use common structures https://git.kernel.org/netdev/net-next/c/2e8aeb7ff0b2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html