Re: [PATCH v9,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-11-17 Thread Jakub Kicinski
On Tue, 17 Nov 2020 07:59:56 + Srujana Challa wrote: > > On Fri, Nov 13, 2020 at 08:44:40AM -0800, Jakub Kicinski wrote: > > > > > > SGTM, actually everything starting from patch 4 is in drivers/crypto, > > > so we can merge the first 3 into net-next and the rest via crypto? > > > > Yes of

RE: [PATCH v9,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-11-17 Thread Srujana Challa
> On Fri, Nov 13, 2020 at 08:44:40AM -0800, Jakub Kicinski wrote: > > > > SGTM, actually everything starting from patch 4 is in drivers/crypto, > > so we can merge the first 3 into net-next and the rest via crypto? > > Yes of course. > Thanks I will resubmit patches 4-12 on crypto-2.6 in the next

Re: [PATCH v9,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-11-15 Thread Herbert Xu
On Fri, Nov 13, 2020 at 08:44:40AM -0800, Jakub Kicinski wrote: > > SGTM, actually everything starting from patch 4 is in drivers/crypto, > so we can merge the first 3 into net-next and the rest via crypto? Yes of course. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herb

Re: [PATCH v9,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-11-13 Thread Jakub Kicinski
On Fri, 13 Nov 2020 14:16:01 +1100 Herbert Xu wrote: > On Wed, Nov 11, 2020 at 04:10:39PM -0800, Jakub Kicinski wrote: > > On Mon, 9 Nov 2020 17:39:24 +0530 Srujana Challa wrote: > > > CPT offload module utilises the linux crypto framework to offload > > > crypto processing. This patch registers

Re: [PATCH v9,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-11-12 Thread Herbert Xu
On Wed, Nov 11, 2020 at 04:10:39PM -0800, Jakub Kicinski wrote: > On Mon, 9 Nov 2020 17:39:24 +0530 Srujana Challa wrote: > > CPT offload module utilises the linux crypto framework to offload > > crypto processing. This patch registers supported algorithms by > > calling registration functions prov

Re: [PATCH v9,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-11-11 Thread Jakub Kicinski
On Mon, 9 Nov 2020 17:39:24 +0530 Srujana Challa wrote: > CPT offload module utilises the linux crypto framework to offload > crypto processing. This patch registers supported algorithms by > calling registration functions provided by the kernel crypto API. > > The module currently supports: > - A

[PATCH v9,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-11-09 Thread Srujana Challa
CPT offload module utilises the linux crypto framework to offload crypto processing. This patch registers supported algorithms by calling registration functions provided by the kernel crypto API. The module currently supports: - AES block cipher in CBC,ECB,XTS and CFB mode. - 3DES block cipher in