RE: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-20 Thread Jussi Kivilinna
Quoting Garg Vakul-B16394 : -Original Message- From: Jussi Kivilinna [mailto:jussi.kivili...@mbnet.fi] Sent: Saturday, January 19, 2013 5:25 AM To: Garg Vakul-B16394 Cc: linux-crypto@vger.kernel.org Subject: RE: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel

RE: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-19 Thread Garg Vakul-B16394
> -Original Message- > From: Jussi Kivilinna [mailto:jussi.kivili...@mbnet.fi] > Sent: Saturday, January 19, 2013 5:25 AM > To: Garg Vakul-B16394 > Cc: linux-crypto@vger.kernel.org > Subject: RE: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in > parall

RE: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-18 Thread Jussi Kivilinna
Quoting Garg Vakul-B16394 : Does not this change make tcrypt give inconsistent results? Based on kernel scheduling of threads, this change can make tcrypt give varying results in different runs. For consistent results, we can use existing synchronous mode crypto sessions. But one canno

RE: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-11 Thread Garg Vakul-B16394
> -Original Message- > From: Phillips Kim-R1AAHA > Sent: Thursday, January 10, 2013 9:21 PM > To: Garg Vakul-B16394 > Cc: Jussi Kivilinna; linux-crypto@vger.kernel.org > Subject: Re: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in > parallel. > > O

Re: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-10 Thread Kim Phillips
On Thu, 10 Jan 2013 00:49:23 -0600 Garg Vakul-B16394 wrote: > > From: Phillips Kim-R1AAHA > > Sent: Thursday, January 10, 2013 3:16 AM > > On Sat, 5 Jan 2013 17:14:13 + > > Garg Vakul-B16394 wrote: > > > > From: Jussi Kivilinna [mailto:jussi.kivili...@mbnet.fi] > > > > Sent: Saturday, Januar

RE: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-09 Thread Garg Vakul-B16394
Hello Kim > -Original Message- > From: Phillips Kim-R1AAHA > Sent: Thursday, January 10, 2013 3:16 AM > To: Garg Vakul-B16394 > Cc: Jussi Kivilinna; linux-crypto@vger.kernel.org > Subject: Re: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in > parallel. &g

Re: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-09 Thread Kim Phillips
On Sat, 5 Jan 2013 17:14:13 + Garg Vakul-B16394 wrote: > > From: Jussi Kivilinna [mailto:jussi.kivili...@mbnet.fi] > > Sent: Saturday, January 05, 2013 9:56 PM > > > > Quoting Vakul Garg : > > > > > This allows to test & run multiple parallel crypto ahash contexts. > > > Each of the test ve

RE: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-05 Thread Garg Vakul-B16394
> -Original Message- > From: Jussi Kivilinna [mailto:jussi.kivili...@mbnet.fi] > Sent: Saturday, January 05, 2013 9:56 PM > To: Garg Vakul-B16394 > Cc: linux-crypto@vger.kernel.org > Subject: Re: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in > paralle

Re: [PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-05 Thread Jussi Kivilinna
Quoting Vakul Garg : This allows to test & run multiple parallel crypto ahash contexts. Each of the test vector under the ahash speed test template is started under a separate kthread. Why you want to do this? Does not this change make tcrypt give inconsistent results? -- To unsubscribe f

[PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel.

2013-01-02 Thread Vakul Garg
This allows to test & run multiple parallel crypto ahash contexts. Each of the test vector under the ahash speed test template is started under a separate kthread. Signed-off-by: Vakul Garg --- crypto/tcrypt.c | 164 +++ 1 files changed, 129 i