Re: [PATCHv2 05/27] crypto: omap-sham: avoid executing tasklet where not needed

2016-06-26 Thread Tero Kristo
On 24/06/16 13:30, Herbert Xu wrote: On Wed, Jun 22, 2016 at 04:23:38PM +0300, Tero Kristo wrote: Some of the call paths of OMAP SHA driver can avoid executing the next step of the crypto queue under tasklet; instead, execute the next step directly via function call. This avoids a costly round-t

Re: [PATCHv2 05/27] crypto: omap-sham: avoid executing tasklet where not needed

2016-06-24 Thread Herbert Xu
On Wed, Jun 22, 2016 at 04:23:38PM +0300, Tero Kristo wrote: > Some of the call paths of OMAP SHA driver can avoid executing the next > step of the crypto queue under tasklet; instead, execute the next step > directly via function call. This avoids a costly round-trip via the > scheduler giving a s

[PATCHv2 05/27] crypto: omap-sham: avoid executing tasklet where not needed

2016-06-22 Thread Tero Kristo
Some of the call paths of OMAP SHA driver can avoid executing the next step of the crypto queue under tasklet; instead, execute the next step directly via function call. This avoids a costly round-trip via the scheduler giving a slight performance boost. Signed-off-by: Tero Kristo --- drivers/cr