[PATCH 2/2] crypto: pcrypt - Add pcrypt crypto parallelization wrapper

2009-12-18 Thread Steffen Klassert
This patch adds a parallel crypto template that takes a crypto algorithm and converts it to process the crypto transforms in parallel. For the moment only aead algorithms are supported. Signed-off-by: Steffen Klassert --- crypto/Kconfig | 10 + crypto/Makefile |1 + crypto

[PATCH 1/2] padata: generic parallelization/serialization interface

2009-12-18 Thread Steffen Klassert
This patch introduces an interface to process data objects in parallel. The parallelized objects return after serialization in the same order as they were before the parallelization. Signed-off-by: Steffen Klassert --- include/linux/padata.h | 88 ++ init/Kconfig |4 + kernel

[PATCH 0/2] Parallel crypto/IPsec v7

2009-12-18 Thread Steffen Klassert
This patchset adds the 'pcrypt' parallel crypto template. With this template it is possible to process the crypto requests of a transform in parallel without getting request reorder. This is in particular interesting for IPsec. The parallel crypto template is based on the 'padata' generic parallel

RE: [PATCH v2 2/2] Crypto: Talitos: Support for Async_tx XOR offload

2009-12-18 Thread Li Yang-R58472
>Subject: Re: [PATCH v2 2/2] Crypto: Talitos: Support for >Async_tx XOR offload > >On Wed, Dec 16, 2009 at 03:47:48PM -0700, Dan Williams wrote: >> Kumar Gala wrote: >> >>> Changes with respect to v1 as per comments received o. >Rebased to >> >>> linux-next as of 20091216 o. The selection is ba

RE: [PATCH v2 2/2] Crypto: Talitos: Support for Async_tx XOR offload

2009-12-18 Thread Li Yang-R58472
>Subject: Re: [PATCH v2 2/2] Crypto: Talitos: Support for >Async_tx XOR offload > >Ira W. Snyder wrote: >> Yes, I have used the device_prep_dma_interrupt() >functionality quite a >> while back. However, I found it to be pretty much useless. > >The specific case it is needed for Talitos/raid is

Re: [PATCH v2 2/2] Crypto: Talitos: Support for Async_tx XOR offload

2009-12-18 Thread Dan Williams
On Fri, Dec 18, 2009 at 8:02 AM, Li Yang-R58472 wrote: > >>Subject: Re: [PATCH v2 2/2] Crypto: Talitos: Support for >>Async_tx XOR offload >> >>Ira W. Snyder wrote: >>> Yes, I have used the device_prep_dma_interrupt() >>functionality quite a >>> while back. However, I found it to be pretty much us