Re: [PATCH] crypto: marvell - Don't copy hash operation twice into the SRAM

2016-12-02 Thread Romain Perier
Hello, Le 02/12/2016 à 09:58, Romain Perier a écrit : Hi, Le 01/12/2016 à 17:27, Gregory CLEMENT a écrit : Hi Romain, On jeu., déc. 01 2016, Romain Perier wrote: No need to copy the template of an hash operation twice into the SRAM from the step

Re: [PATCH] crypto: marvell - Don't copy hash operation twice into the SRAM

2016-12-02 Thread Romain Perier
Hi, Le 01/12/2016 à 17:27, Gregory CLEMENT a écrit : Hi Romain, On jeu., déc. 01 2016, Romain Perier wrote: No need to copy the template of an hash operation twice into the SRAM from the step function. Does this patch fix a bug ot it is jsute a

Re: [PATCH] crypto: marvell - Don't copy hash operation twice into the SRAM

2016-12-01 Thread Gregory CLEMENT
Hi Romain, On jeu., déc. 01 2016, Romain Perier wrote: > No need to copy the template of an hash operation twice into the SRAM > from the step function. > Does this patch fix a bug ot it is jsute a cleanup/improvement? If it is a bug you should CC stable

[PATCH] crypto: marvell - Don't copy hash operation twice into the SRAM

2016-12-01 Thread Romain Perier
No need to copy the template of an hash operation twice into the SRAM from the step function. Signed-off-by: Romain Perier --- drivers/crypto/marvell/hash.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/crypto/marvell/hash.c