RE: [PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT engine

2020-07-28 Thread Srujana Challa
> From: Srujana Challa > Date: Mon, 27 Jul 2020 14:12:46 + > > > On our test setup, the build is always successful, as we are adding > > "af/" subdirectory in ccflags list ([PATCH 4/4] crypto: marvell: > > enable OcteonTX2 cpt options for build). > > A patch series must be fully bisectable,

Re: [PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT engine

2020-07-27 Thread David Miller
From: Srujana Challa Date: Mon, 27 Jul 2020 14:12:46 + > On our test setup, the build is always successful, as we are adding > "af/" subdirectory in ccflags list ([PATCH 4/4] crypto: marvell: > enable OcteonTX2 cpt options for build). A patch series must be fully bisectable, the tree must bu

RE: [PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT engine

2020-07-27 Thread Srujana Challa
.org; Suheil Chandran ; Narayana > Prasad Raju Athreya ; Sunil Kovvuri Goutham > > Subject: Re: [PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT engine > > From: Srujana Challa > Date: Fri, 24 Jul 2020 18:38:02 +0530 > > > diff --git a/drivers/crypto/marvell/octeon

Re: [PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT engine

2020-07-24 Thread David Miller
From: Srujana Challa Date: Fri, 24 Jul 2020 18:38:02 +0530 > diff --git a/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h > b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h > new file mode 100644 > index 000..00cd534 > --- /dev/null > +++ b/drivers/crypto/marvell/octeontx2/otx2_cpt_co

[PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT engine

2020-07-24 Thread Srujana Challa
Add support for the cryptographic acceleration unit (CPT) on OcteonTX2 CN96XX SoC. Signed-off-by: Srujana Challa --- drivers/crypto/marvell/octeontx2/otx2_cpt_common.h | 53 + .../crypto/marvell/octeontx2/otx2_cpt_hw_types.h | 567 + .../marvell/octeontx2/otx2_cpt_mbox_common.c |