mbox series

[net,v2,0/5] Fixes for CPT and RSS configuration

Message ID 20240710075127.2274582-1-schalla@marvell.com (mailing list archive)
Headers show
Series Fixes for CPT and RSS configuration | expand

Message

Srujana Challa July 10, 2024, 7:51 a.m. UTC
This series of patches fixes various issues related to CPT
configuration and RSS configuration.

v1->v2:
- Excluded the patch "octeontx2-af: reduce cpt flt interrupt vectors for
  cn10kb" to submit it to net-next.
- Addressed the review comments.

Kiran Kumar K (1):
  octeontx2-af: Fix issue with IPv6 ext match for RSS

Michal Mazur (1):
  octeontx2-af: fix detection of IP layer

Nithin Dabilpuram (1):
  octeontx2-af: replace cpt slot with lf id on reg write

Satheesh Paul (1):
  octeontx2-af: fix issue with IPv4 match for RSS

Srujana Challa (1):
  octeontx2-af: fix a issue with cpt_lf_alloc mailbox

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |  2 +-
 .../net/ethernet/marvell/octeontx2/af/npc.h   |  8 +++++--
 .../ethernet/marvell/octeontx2/af/rvu_cpt.c   | 23 +++++++++++++------
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   | 12 ++++++----
 4 files changed, 31 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 12, 2024, 12:50 p.m. UTC | #1
Hello:

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

On Wed, 10 Jul 2024 13:21:22 +0530 you wrote:
> This series of patches fixes various issues related to CPT
> configuration and RSS configuration.
> 
> v1->v2:
> - Excluded the patch "octeontx2-af: reduce cpt flt interrupt vectors for
>   cn10kb" to submit it to net-next.
> - Addressed the review comments.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/5] octeontx2-af: replace cpt slot with lf id on reg write
    https://git.kernel.org/netdev/net/c/bc35e28af789
  - [net,v2,2/5] octeontx2-af: fix a issue with cpt_lf_alloc mailbox
    https://git.kernel.org/netdev/net/c/845fe19139ab
  - [net,v2,3/5] octeontx2-af: fix detection of IP layer
    https://git.kernel.org/netdev/net/c/404dc0fd6fb0
  - [net,v2,4/5] octeontx2-af: fix issue with IPv6 ext match for RSS
    https://git.kernel.org/netdev/net/c/e23ac1095b9e
  - [net,v2,5/5] octeontx2-af: fix issue with IPv4 match for RSS
    https://git.kernel.org/netdev/net/c/60795bbf0476

You are awesome, thank you!