Re: [PATCH 4/7] crypto: sha256-mb - submit/flush routines for AVX2

2016-04-11 Thread Xiaodong Liu
Signed-off-by: Xiaodong Liu --- sha256_mb_mgr_flush_avx2.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sha256_mb_mgr_flush_avx2.S b/sha256_mb_mgr_flush_avx2.S index 93eda35..0bd791b 100644 --- a/sha256_mb_mgr_flush_avx2.S +++

[PATCH 4/7] crypto: sha256-mb - submit/flush routines for AVX2

2016-03-24 Thread megha . dey
From: Megha Dey This patch introduces the routines used to submit and flush buffers belonging to SHA256 crypto jobs to the SHA256 multibuffer algorithm. It is implemented mostly in assembly optimized with AVX2 instructions. Signed-off-by: Megha Dey