[PATCH 0/2] extend engine group handling for Additional types

Amit Singh Tomar posted 2 patches 8 months, 2 weeks ago
.../marvell/octeontx2/otx2_cpt_reqmgr.h       |  3 ++-
drivers/crypto/marvell/octeontx2/otx2_cptlf.h |  3 ++-
.../marvell/octeontx2/otx2_cptvf_algs.c       |  6 +++--
.../marvell/octeontx2/otx2_cptvf_main.c       | 26 +++++++++++++++----
.../marvell/octeontx2/otx2_cptvf_mbox.c       |  7 ++++-
.../marvell/octeontx2/otx2_cptvf_reqmgr.c     | 14 ++++++++--
6 files changed, 47 insertions(+), 12 deletions(-)
[PATCH 0/2] extend engine group handling for Additional types
Posted by Amit Singh Tomar 8 months, 2 weeks ago
The Cryptographic Accelerator Unit (CPT) on MARVELL platform supports
different engine groups to execute both symmetric and asymmetric
algorithms. This small patch set introduces minor enhancements to the
engine group handling logic to ensure the correct group numbers are
obtained for AE and SE.

patch(1/1) 
	* extend the otx2_cpt_get_kcrypto_eng_grp_num() API to support
	  retrieving engine group numbers for additional engine types.

patch(2/2)
	* Add support for retrieving the engine group number for the asymmetric
	  engine type.

Amit Singh Tomar (2):
  crypto: octeontx2: Rework how engine group number is obtained
  crypto: octeontx2: get engine group number for asymmetric engine

 .../marvell/octeontx2/otx2_cpt_reqmgr.h       |  3 ++-
 drivers/crypto/marvell/octeontx2/otx2_cptlf.h |  3 ++-
 .../marvell/octeontx2/otx2_cptvf_algs.c       |  6 +++--
 .../marvell/octeontx2/otx2_cptvf_main.c       | 26 +++++++++++++++----
 .../marvell/octeontx2/otx2_cptvf_mbox.c       |  7 ++++-
 .../marvell/octeontx2/otx2_cptvf_reqmgr.c     | 14 ++++++++--
 6 files changed, 47 insertions(+), 12 deletions(-)

-- 
2.48.1
Re: [PATCH 0/2] extend engine group handling for Additional types
Posted by Herbert Xu 8 months ago
On Wed, May 28, 2025 at 08:29:39PM +0530, Amit Singh Tomar wrote:
> The Cryptographic Accelerator Unit (CPT) on MARVELL platform supports
> different engine groups to execute both symmetric and asymmetric
> algorithms. This small patch set introduces minor enhancements to the
> engine group handling logic to ensure the correct group numbers are
> obtained for AE and SE.
> 
> patch(1/1) 
> 	* extend the otx2_cpt_get_kcrypto_eng_grp_num() API to support
> 	  retrieving engine group numbers for additional engine types.
> 
> patch(2/2)
> 	* Add support for retrieving the engine group number for the asymmetric
> 	  engine type.
> 
> Amit Singh Tomar (2):
>   crypto: octeontx2: Rework how engine group number is obtained
>   crypto: octeontx2: get engine group number for asymmetric engine
> 
>  .../marvell/octeontx2/otx2_cpt_reqmgr.h       |  3 ++-
>  drivers/crypto/marvell/octeontx2/otx2_cptlf.h |  3 ++-
>  .../marvell/octeontx2/otx2_cptvf_algs.c       |  6 +++--
>  .../marvell/octeontx2/otx2_cptvf_main.c       | 26 +++++++++++++++----
>  .../marvell/octeontx2/otx2_cptvf_mbox.c       |  7 ++++-
>  .../marvell/octeontx2/otx2_cptvf_reqmgr.c     | 14 ++++++++--
>  6 files changed, 47 insertions(+), 12 deletions(-)
> 
> -- 
> 2.48.1

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt