On Thu, Mar 24, 2016 at 01:25:58PM -0700, [email protected] wrote: > From: Megha Dey <[email protected]> > > This patch introduces the multi-buffer job manager which is responsible for > submitting scatter-gather buffers from several SHA256 jobs to the > multi-buffer algorithm. It also contains the flush routine to that's > called by the crypto daemon to complete the job when no new jobs arrive > before the deadline of maximum latency of a SHA256 crypto job. > > The SHA256 multi-buffer crypto algorithm is defined and initialized in > this patch. > > Signed-off-by: Megha Dey <[email protected]> > Reviewed-by: Fenghua Yu <[email protected]> > Reviewed-by: Tim Chen <[email protected]>
sha1-mb still has the same issues that I complained about for the aes-mb submission. In particular, I don't like the use of shash to handle what is really an async implmentation. So I'd like to see this fixed first before we add any more copies of this code. Thanks, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

