Re: [PATCH 6/6] crypto: tcrypt: add multibuf aead speed test

2017-12-13 Thread Gilad Ben-Yossef
On Wed, Dec 13, 2017 at 2:31 PM, Herbert Xu wrote: > On Wed, Dec 13, 2017 at 11:12:10AM +0200, Gilad Ben-Yossef wrote: >> >> I'm sorry if I'm confused but as the cover letter stated, the patch >> set is supposed to >> go on top of the patch entitled "crypto: tcrypt - fix S/G table for >> test_aea

Re: [PATCH 6/6] crypto: tcrypt: add multibuf aead speed test

2017-12-13 Thread Herbert Xu
On Wed, Dec 13, 2017 at 11:12:10AM +0200, Gilad Ben-Yossef wrote: > > I'm sorry if I'm confused but as the cover letter stated, the patch > set is supposed to > go on top of the patch entitled "crypto: tcrypt - fix S/G table for > test_aead_speed()" > which you stated will be applied > (https://p

Re: [PATCH 6/6] crypto: tcrypt: add multibuf aead speed test

2017-12-13 Thread Gilad Ben-Yossef
Hi Herbert, On Mon, Dec 11, 2017 at 1:35 PM, Herbert Xu wrote: > On Thu, Nov 30, 2017 at 10:09:32AM +, Gilad Ben-Yossef wrote: >> The performance of some aead tfm providers is affected by >> the amount of parallelism possible with the processing. >> >> Introduce an async aead concurrent multi

Re: [PATCH 6/6] crypto: tcrypt: add multibuf aead speed test

2017-12-11 Thread Herbert Xu
On Thu, Nov 30, 2017 at 10:09:32AM +, Gilad Ben-Yossef wrote: > The performance of some aead tfm providers is affected by > the amount of parallelism possible with the processing. > > Introduce an async aead concurrent multiple buffer > processing speed test to be able to test performance of s

[PATCH 6/6] crypto: tcrypt: add multibuf aead speed test

2017-11-30 Thread Gilad Ben-Yossef
The performance of some aead tfm providers is affected by the amount of parallelism possible with the processing. Introduce an async aead concurrent multiple buffer processing speed test to be able to test performance of such tfm providers. Signed-off-by: Gilad Ben-Yossef --- crypto/tcrypt.c |