linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Add Marvell CN10KB/CN10KA B0 support
@ 2023-10-16  6:49 Srujana Challa
  2023-10-16  6:49 ` [PATCH 01/10] crypto: octeontx2: remove CPT block reset Srujana Challa
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Srujana Challa @ 2023-10-16  6:49 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, bbrezillon, arno, kuba, ndabilpuram, schalla

Marvell OcteonTX2's next gen platform CN10KB/CN10KA B0
introduced changes in CPT SG input format(SGv2) to make
it compatibile with NIX SG input format to support inline
IPsec in SG mode.

This patchset modifies the CPT driver code to support SGv2
format for CN10KB/CN10KA B0. And also adds code to configure
newly introduced HW registers.
This patchset also implements SW workaround for couple of
HW erratas.

Nithin Dabilpuram (2):
  crypto/octeontx2: register error interrupts for inline cptlf
  crypto: octeontx2: support setting ctx ilen for inline CPT LF

Srujana Challa (8):
  crypto: octeontx2: remove CPT block reset
  crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0
  crypto: octeontx2: add devlink option to set max_rxc_icb_cnt
  crypto: octeontx2: add devlink option to set t106 mode
  crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0
    chip.
  crypto: octeontx2: add LF reset on queue disable
  octeontx2-af: update CPT inbound inline IPsec mailbox
  crypto: octeontx2: add ctx_val workaround

 drivers/crypto/marvell/octeontx2/cn10k_cpt.c  |  87 +++++-
 drivers/crypto/marvell/octeontx2/cn10k_cpt.h  |  25 ++
 .../marvell/octeontx2/otx2_cpt_common.h       |  68 +++-
 .../marvell/octeontx2/otx2_cpt_devlink.c      |  89 +++++-
 .../marvell/octeontx2/otx2_cpt_hw_types.h     |   9 +-
 .../marvell/octeontx2/otx2_cpt_mbox_common.c  |  26 ++
 .../marvell/octeontx2/otx2_cpt_reqmgr.h       | 293 ++++++++++++++++++
 drivers/crypto/marvell/octeontx2/otx2_cptlf.c | 131 +++++---
 drivers/crypto/marvell/octeontx2/otx2_cptlf.h | 102 ++++--
 drivers/crypto/marvell/octeontx2/otx2_cptpf.h |   4 +
 .../marvell/octeontx2/otx2_cptpf_main.c       |  76 ++---
 .../marvell/octeontx2/otx2_cptpf_mbox.c       |  81 ++++-
 .../marvell/octeontx2/otx2_cptpf_ucode.c      |  49 +--
 .../marvell/octeontx2/otx2_cptpf_ucode.h      |   3 +-
 drivers/crypto/marvell/octeontx2/otx2_cptvf.h |   2 +
 .../marvell/octeontx2/otx2_cptvf_algs.c       |  31 ++
 .../marvell/octeontx2/otx2_cptvf_algs.h       |   5 +
 .../marvell/octeontx2/otx2_cptvf_main.c       |  25 +-
 .../marvell/octeontx2/otx2_cptvf_mbox.c       |  27 ++
 .../marvell/octeontx2/otx2_cptvf_reqmgr.c     | 162 +---------
 .../ethernet/marvell/octeontx2/af/rvu_cpt.c   |  14 +
 .../ethernet/marvell/octeontx2/af/rvu_reg.h   |   1 +
 22 files changed, 1005 insertions(+), 305 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-10-21 10:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16  6:49 [PATCH 00/10] Add Marvell CN10KB/CN10KA B0 support Srujana Challa
2023-10-16  6:49 ` [PATCH 01/10] crypto: octeontx2: remove CPT block reset Srujana Challa
2023-10-16  6:49 ` [PATCH 02/10] crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0 Srujana Challa
2023-10-16  6:49 ` [PATCH 03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt Srujana Challa
2023-10-16 14:02   ` Jakub Kicinski
2023-10-21  6:46   ` kernel test robot
2023-10-16  6:49 ` [PATCH 04/10] crypto: octeontx2: add devlink option to set t106 mode Srujana Challa
2023-10-21 10:03   ` kernel test robot
2023-10-16  6:49 ` [PATCH 05/10] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip Srujana Challa
2023-10-16  6:49 ` [PATCH 06/10] crypto: octeontx2: add LF reset on queue disable Srujana Challa
2023-10-16  6:49 ` [PATCH 07/10] octeontx2-af: update CPT inbound inline IPsec mailbox Srujana Challa
2023-10-16  6:49 ` [PATCH 08/10] crypto: octeontx2: add ctx_val workaround Srujana Challa
2023-10-16  6:49 ` [PATCH 09/10] crypto/octeontx2: register error interrupts for inline cptlf Srujana Challa
2023-10-16  6:49 ` [PATCH 10/10] crypto: octeontx2: support setting ctx ilen for inline CPT LF Srujana Challa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).