mbox series

[v2,net-next,0/8] octeontx2-af: Miscellaneous changes for CPT

Message ID 20230111122343.928694-1-schalla@marvell.com (mailing list archive)
Headers show
Series octeontx2-af: Miscellaneous changes for CPT | expand

Message

Srujana Challa Jan. 11, 2023, 12:23 p.m. UTC
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 (7):
  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 inbound inline IPsec config mailbox
  octeontx2-af: add ctx ilen to cpt lf alloc mailbox
  octeontx2-af: add mbox to return CPT_AF_FLT_INT info

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |  33 +-
 .../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_nix.c   |  46 ++-
 .../ethernet/marvell/octeontx2/af/rvu_reg.h   |   2 +
 6 files changed, 324 insertions(+), 92 deletions(-)

Comments

Leon Romanovsky Jan. 15, 2023, 8:54 a.m. UTC | #1
On Wed, Jan 11, 2023 at 05:53:35PM +0530, Srujana Challa wrote:
> 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 (7):
>   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 inbound inline IPsec config mailbox
>   octeontx2-af: add ctx ilen to cpt lf alloc mailbox
>   octeontx2-af: add mbox to return CPT_AF_FLT_INT info
> 

Except not-so-great commit messages and huge amount of timeout
loops in patch #3, the series is ok.

Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>