Re: [PATCH 0/5] Avoid stack buffers in glue code of AVX implementations

2012-10-24 Thread Herbert Xu
On Sat, Oct 20, 2012 at 03:06:31PM +0300, Jussi Kivilinna wrote: > Patches modify AVX implementations so that they avoid using extra > stack memory. Stack is not needed since implementation store > blocks in registers. All applied to cryptodev. -- Email: Herbert Xu Home Page: http://gondor.apana

[PATCH 0/5] Avoid stack buffers in glue code of AVX implementations

2012-10-20 Thread Jussi Kivilinna
Patches modify AVX implementations so that they avoid using extra stack memory. Stack is not needed since implementation store blocks in registers. --- Jussi Kivilinna (5): crypto: x86/glue_helper - use le128 instead of u128 for CTR mode crypto: cast6/avx - avoid using temporary stack