public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Sai Krishna <saikrishnag@marvell.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, simon.horman@corigine.com,
	leon@kernel.org, sgoutham@marvell.com, gakula@marvell.com,
	lcherian@marvell.com, jerinj@marvell.com, hkelam@marvell.com,
	sbhatta@marvell.com
Subject: Re: [net PATCH v5 00/11] octeontx2: Miscellaneous fixes
Date: Wed, 03 May 2023 08:10:24 +0000	[thread overview]
Message-ID: <168310142423.16336.14588338859037879117.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230503070944.960190-1-saikrishnag@marvell.com>

Hello:

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

On Wed, 3 May 2023 12:39:33 +0530 you wrote:
> This patchset includes following fixes.
> 
> Patch #1 Fix for the race condition while updating APR table
> 
> Patch #2 Fix end bit position in NPC scan config
> 
> Patch #3 Fix depth of CAM, MEM table entries
> 
> [...]

Here is the summary with links:
  - [net,v5,01/11] octeontx2-af: Secure APR table update with the lock
    https://git.kernel.org/netdev/net/c/048486f81d01
  - [net,v5,02/11] octeontx2-af: Fix start and end bit for scan config
    https://git.kernel.org/netdev/net/c/c60a6b90e789
  - [net,v5,03/11] octeontx2-af: Fix depth of cam and mem table.
    https://git.kernel.org/netdev/net/c/60999cb83554
  - [net,v5,04/11] octeontx2-pf: Increase the size of dmac filter flows
    https://git.kernel.org/netdev/net/c/2a6eecc592b4
  - [net,v5,05/11] octeontx2-af: Add validation for lmac type
    https://git.kernel.org/netdev/net/c/cb5edce27176
  - [net,v5,06/11] octeontx2-af: Update correct mask to filter IPv4 fragments
    https://git.kernel.org/netdev/net/c/2075bf150ddf
  - [net,v5,07/11] octeontx2-af: Update/Fix NPC field hash extract feature
    https://git.kernel.org/netdev/net/c/406bed11fb91
  - [net,v5,08/11] octeontx2-af: Fix issues with NPC field hash extract
    https://git.kernel.org/netdev/net/c/f66155905959
  - [net,v5,09/11] octeontx2-af: Skip PFs if not enabled
    https://git.kernel.org/netdev/net/c/5eb1b7220948
  - [net,v5,10/11] octeontx2-pf: Disable packet I/O for graceful exit
    https://git.kernel.org/netdev/net/c/c926252205c4
  - [net,v5,11/11] octeontx2-vf: Detach LF resources on probe cleanup
    https://git.kernel.org/netdev/net/c/99ae1260fdb5

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



      parent reply	other threads:[~2023-05-03  8:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03  7:09 [net PATCH v5 00/11] octeontx2: Miscellaneous fixes Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 01/11] octeontx2-af: Secure APR table update with the lock Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 02/11] octeontx2-af: Fix start and end bit for scan config Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 03/11] octeontx2-af: Fix depth of cam and mem table Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 04/11] octeontx2-pf: Increase the size of dmac filter flows Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 05/11] octeontx2-af: Add validation for lmac type Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 06/11] octeontx2-af: Update correct mask to filter IPv4 fragments Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 07/11] octeontx2-af: Update/Fix NPC field hash extract feature Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 08/11] octeontx2-af: Fix issues with NPC field hash extract Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 09/11] octeontx2-af: Skip PFs if not enabled Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 10/11] octeontx2-pf: Disable packet I/O for graceful exit Sai Krishna
2023-05-03  7:09 ` [net PATCH v5 11/11] octeontx2-vf: Detach LF resources on probe cleanup Sai Krishna
2023-05-03  8:10 ` 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=168310142423.16336.14588338859037879117.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gakula@marvell.com \
    --cc=hkelam@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=kuba@kernel.org \
    --cc=lcherian@marvell.com \
    --cc=leon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saikrishnag@marvell.com \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.com \
    --cc=simon.horman@corigine.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