mbox series

[net-next,0/3] Support for OcteonTX2 98xx CPT block.

Message ID 20210113152007.30293-1-schalla@marvell.com (mailing list archive)
Headers show
Series Support for OcteonTX2 98xx CPT block. | expand

Message

Srujana Challa Jan. 13, 2021, 3:20 p.m. UTC
OcteonTX2 series of silicons have multiple variants, the
98xx variant has two crypto (CPT) blocks to double the crypto
performance. This patchset adds support for new CPT block(CPT1). 

Srujana Challa (3):
  octeontx2-af: Mailbox changes for 98xx CPT block
  octeontx2-af: Add support for CPT1 in debugfs
  octeontx2-af: Handle CPT function level reset

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |   2 +
 .../net/ethernet/marvell/octeontx2/af/rvu.c   |   3 +
 .../net/ethernet/marvell/octeontx2/af/rvu.h   |   2 +
 .../ethernet/marvell/octeontx2/af/rvu_cpt.c   | 115 +++++++++++++++---
 .../marvell/octeontx2/af/rvu_debugfs.c        |  45 ++++---
 .../ethernet/marvell/octeontx2/af/rvu_reg.h   |   8 ++
 6 files changed, 140 insertions(+), 35 deletions(-)