[net PATCH V3 0/2] octeontx2-af: Fix issues with NPC field hash

From: Suman Ghosh
Date: Sun Jul 16 2023 - 15:31:48 EST


This patchset fixes the issues with NPC field hash extract. This feature is
supported only for CN10KB variant of CN10K series of silicons. This features
helps to hash reduce 128 bit IPv6 source/destination address to 32 bit(also)
configurable) which can save 96 bit and can be used to store other key
information during packet filtering.

Patch #1 Fix hash extraction mbox message

Patch #2 Fix hash extraction enable configuration

Suman Ghosh (2):
octeontx2-af: Fix hash extraction mbox message
octeontx2-af: Fix hash extraction enable configuration

---
v3 changes:
1. Rebased the patchset on top of 'main' branch
2. Removed patch #3 as it is already merged in the 'main' branch

v2 changes:
Fixed review comment from Jakub Kicinski
1. Updated detailed commit messages
2. Updated cover letter.

.../net/ethernet/marvell/octeontx2/af/mbox.h | 6 +-
.../marvell/octeontx2/af/rvu_npc_hash.c | 70 +++++++++++++++----
.../marvell/octeontx2/af/rvu_npc_hash.h | 17 +++--
3 files changed, 69 insertions(+), 24 deletions(-)

--
2.25.1