mbox series

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

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

Message

Srujana Challa July 1, 2024, 9:07 a.m. UTC
This series of patches fixes various issues related to CPT
configuration and RSS configuration.

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 (2):
  octeontx2-af: reduce cpt flt interrupt vectors for cn10kb
  octeontx2-af: fix a issue with cpt_lf_alloc mailbox

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |  7 +-
 .../net/ethernet/marvell/octeontx2/af/npc.h   |  8 +-
 .../ethernet/marvell/octeontx2/af/rvu_cpt.c   | 78 +++++++++++++++----
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   |  7 +-
 .../marvell/octeontx2/af/rvu_struct.h         |  5 +-
 5 files changed, 79 insertions(+), 26 deletions(-)