[PATCH net-next v3 0/7] octeontx2-af: Miscellaneous changes for CPT
From: Srujana Challa <schalla@marvell.com>
Date: 2023-01-18 12:41:14
This patchset consists of miscellaneous changes for CPT. - Adds a new mailbox to reset the requested CPT LF. - Modify FLR sequence as per HW team suggested. - Adds support to recover CPT engines when they gets fault. - Updates CPT inbound inline IPsec configuration mailbox, as per new generation of the OcteonTX2 chips. - Adds a new mailbox to return CPT FLT Interrupt info. --- v2: - Addressed a review comment. v1: - Dropped patch "octeontx2-af: Fix interrupt name strings completely" to submit to net. --- Nithin Dabilpuram (1): octeontx2-af: restore rxc conf after teardown sequence Srujana Challa (6): octeontx2-af: recover CPT engine when it gets fault octeontx2-af: add mbox for CPT LF reset octeontx2-af: modify FLR sequence for CPT octeontx2-af: optimize cpt pf identification octeontx2-af: update cpt lf alloc mailbox octeontx2-af: add mbox to return CPT_AF_FLT_INT info .../net/ethernet/marvell/octeontx2/af/mbox.h | 27 ++ .../net/ethernet/marvell/octeontx2/af/rvu.c | 8 + .../net/ethernet/marvell/octeontx2/af/rvu.h | 18 + .../ethernet/marvell/octeontx2/af/rvu_cpt.c | 309 +++++++++++++----- .../ethernet/marvell/octeontx2/af/rvu_reg.h | 2 + 5 files changed, 277 insertions(+), 87 deletions(-) -- 2.25.1