public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Ratheesh Kannoth <rkannoth@marvell.com>
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
Subject: Re: [PATCH net-next v9 00/13] NPC HW block support for cn20k
Date: Sat, 28 Feb 2026 18:50:25 +0000	[thread overview]
Message-ID: <177230462579.3039668.12557877812546604763.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260224080009.4147301-1-rkannoth@marvell.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

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



      parent reply	other threads:[~2026-02-28 18:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-24  7:59 [PATCH net-next v9 00/13] NPC HW block support for cn20k Ratheesh Kannoth
2026-02-24  7:59 ` [PATCH net-next v9 01/13] octeontx2-af: npc: cn20k: Index management Ratheesh Kannoth
2026-02-24  7:59 ` [PATCH net-next v9 02/13] octeontx2-af: npc: cn20k: KPM profile changes Ratheesh Kannoth
2026-02-24  7:59 ` [PATCH net-next v9 03/13] octeontx2-af: npc: cn20k: Add default profile Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 04/13] octeontx2-af: npc: cn20k: MKEX profile support Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 05/13] octeontx2-af: npc: cn20k: Allocate default MCAM indexes Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 06/13] octeontx2-af: npc: cn20k: Use common APIs Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 07/13] octeontx2-af: npc: cn20k: Prepare for new SoC Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 08/13] octeontx2-af: npc: cn20k: Add new mailboxes for CN20K silicon Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 09/13] octeontx2-af: npc: cn20k: virtual index support Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 10/13] octeontx2-af: npc: cn20k: Allocate MCAM entry for flow installation Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 11/13] octeontx2-pf: cn20k: Add TC rules support Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 12/13] octeontx2-af: npc: cn20k: add debugfs support Ratheesh Kannoth
2026-02-24  8:00 ` [PATCH net-next v9 13/13] octeontx2-af: npc: Use common structures Ratheesh Kannoth
2026-02-24 18:35 ` [PATCH net-next v9 00/13] NPC HW block support for cn20k Jakub Kicinski
2026-02-25  1:56   ` Ratheesh Kannoth
2026-02-28 18:50 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=177230462579.3039668.12557877812546604763.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rkannoth@marvell.com \
    --cc=sgoutham@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox