mbox series

[net-next,v3,0/7] octeontx2-af: Miscellaneous changes for CPT

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

Message

Srujana Challa Jan. 18, 2023, 12:03 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 (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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 20, 2023, 9:30 a.m. UTC | #1
Hello:

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

On Wed, 18 Jan 2023 17:33:47 +0530 you 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.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/7] octeontx2-af: recover CPT engine when it gets fault
    https://git.kernel.org/netdev/net/c/07ea567d84cd
  - [net-next,v3,2/7] octeontx2-af: add mbox for CPT LF reset
    https://git.kernel.org/netdev/net/c/f58cf765e8f5
  - [net-next,v3,3/7] octeontx2-af: modify FLR sequence for CPT
    https://git.kernel.org/netdev/net/c/1286c50ae9e0
  - [net-next,v3,4/7] octeontx2-af: optimize cpt pf identification
    https://git.kernel.org/netdev/net/c/9adb04ff62f5
  - [net-next,v3,5/7] octeontx2-af: restore rxc conf after teardown sequence
    https://git.kernel.org/netdev/net/c/d5b2e0a299f3
  - [net-next,v3,6/7] octeontx2-af: update cpt lf alloc mailbox
    https://git.kernel.org/netdev/net/c/c0688ec002a4
  - [net-next,v3,7/7] octeontx2-af: add mbox to return CPT_AF_FLT_INT info
    https://git.kernel.org/netdev/net/c/8299ffe3dc3d

You are awesome, thank you!