mbox series

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

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

Message

Srujana Challa Oct. 11, 2021, 10 a.m. UTC
This patchset consists of miscellaneous changes for CPT.
First patch enables the CPT HW interrupts, second patch
adds support for CPT LF teardown in non FLR path and 
final patch does CPT CTX flush in FLR handler.

Nithin Dabilpuram (1):
  octeontx2-af: Perform cpt lf teardown in non FLR path

Srujana Challa (2):
  octeontx2-af: Enable CPT HW interrupts
  octeontx2-af: Add support to flush full CPT CTX cache

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |  12 +
 .../net/ethernet/marvell/octeontx2/af/rvu.c   |  16 +-
 .../net/ethernet/marvell/octeontx2/af/rvu.h   |   7 +-
 .../ethernet/marvell/octeontx2/af/rvu_cpt.c   | 464 +++++++++++++++++-
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   |  11 +
 .../ethernet/marvell/octeontx2/af/rvu_reg.h   |   2 +
 .../marvell/octeontx2/af/rvu_struct.h         |  18 +
 7 files changed, 515 insertions(+), 15 deletions(-)