All of lore.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
Subject: Re: [PATCH V1 00/12] *** Exact Match Table ***
Date: Wed, 06 Jul 2022 07:20:15 +0000	[thread overview]
Message-ID: <165709201597.20840.6578848345104586479.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220706034442.2308670-1-rkannoth@marvell.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 6 Jul 2022 09:14:30 +0530 you wrote:
> *** Exact match table and Field hash support for CN10KB silicon ***
> 
> ChangeLog
> ---------
>   1) V0 to V1
> 	a) Removed change IDs from all patches.
> 
> [...]

Here is the summary with links:
  - [V1,01/12] octeontx2-af: Use hashed field in MCAM key
    https://git.kernel.org/netdev/net-next/c/a95ab93550d3
  - [V1,02/12] octeontx2-af: Exact match support
    https://git.kernel.org/netdev/net-next/c/017691914c11
  - [V1,03/12] octeontx2-af: Exact match scan from kex profile
    https://git.kernel.org/netdev/net-next/c/60ec39311750
  - [V1,04/12] octeontx2-af: devlink configuration support
    https://git.kernel.org/netdev/net-next/c/ffd92c57469d
  - [V1,05/12] octeontx2-af: FLR handler for exact match table.
    https://git.kernel.org/netdev/net-next/c/799f02ef2ce3
  - [V1,06/12] octeontx2-af: Drop rules for NPC MCAM
    https://git.kernel.org/netdev/net-next/c/c6238bc0614d
  - [V1,07/12] octeontx2-af: Debugsfs support for exact match.
    https://git.kernel.org/netdev/net-next/c/01b9228b20ad
  - [V1,08/12] octeontx2: Modify mbox request and response structures
    https://git.kernel.org/netdev/net-next/c/68793a8bbfcd
  - [V1,09/12] octeontx2-af: Wrapper functions for MAC addr add/del/update/reset
    https://git.kernel.org/netdev/net-next/c/87e91f92cdcd
  - [V1,10/12] octeontx2-af: Invoke exact match functions if supported
    https://git.kernel.org/netdev/net-next/c/84926eb57dbf
  - [V1,11/12] octeontx2-pf: Add support for exact match table.
    https://git.kernel.org/netdev/net-next/c/e56468377fa0
  - [V1,12/12] octeontx2-af: Enable Exact match flag in kex profile
    https://git.kernel.org/netdev/net-next/c/7189d28e7e2d

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2022-07-06  7:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-06  3:44 [PATCH V1 00/12] *** Exact Match Table *** Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 01/12] octeontx2-af: Use hashed field in MCAM key Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 02/12] octeontx2-af: Exact match support Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 03/12] octeontx2-af: Exact match scan from kex profile Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 04/12] octeontx2-af: devlink configuration support Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 05/12] octeontx2-af: FLR handler for exact match table Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 06/12] octeontx2-af: Drop rules for NPC MCAM Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 07/12] octeontx2-af: Debugsfs support for exact match Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 08/12] octeontx2: Modify mbox request and response structures Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 09/12] octeontx2-af: Wrapper functions for MAC addr add/del/update/reset Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 10/12] octeontx2-af: Invoke exact match functions if supported Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 11/12] octeontx2-pf: Add support for exact match table Ratheesh Kannoth
2022-07-06  3:44 ` [PATCH V1 12/12] octeontx2-af: Enable Exact match flag in kex profile Ratheesh Kannoth
2022-07-06  7:20 ` 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=165709201597.20840.6578848345104586479.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.