Re: [PATCH] crypto: marvell - Don't chain at DMA level when backlog is disabled

2016-07-27 Thread Herbert Xu
Romain Perier wrote: > The flag CRYPTO_TFM_REQ_MAY_BACKLOG is optional and can be set from the > user to put requests into the backlog queue when the main cryptographic > queue is full. Before calling mv_cesa_tdma_chain we must check the value > of the return

Re: [PATCH] crypto: marvell - Don't chain at DMA level when backlog is disabled

2016-07-22 Thread Boris Brezillon
On Fri, 22 Jul 2016 14:40:55 +0200 Romain Perier wrote: > The flag CRYPTO_TFM_REQ_MAY_BACKLOG is optional and can be set from the > user to put requests into the backlog queue when the main cryptographic > queue is full. Before calling mv_cesa_tdma_chain we must

[PATCH] crypto: marvell - Don't chain at DMA level when backlog is disabled

2016-07-22 Thread Romain Perier
The flag CRYPTO_TFM_REQ_MAY_BACKLOG is optional and can be set from the user to put requests into the backlog queue when the main cryptographic queue is full. Before calling mv_cesa_tdma_chain we must check the value of the return status to be sure that the current request has been correctly