Re: [PATCH v3 1/2] crypto: marvell - Use an unique pool to copy results of requests

2016-10-04 Thread Boris Brezillon
On Tue, 4 Oct 2016 14:57:19 +0200 Romain Perier wrote: > So far, we used a dedicated dma pool to copy the result of outer IV for > cipher requests. Instead of using a dma pool per outer data, we prefer > use the op dma pool that contains all part of the request from the SRAM. > Then, the outer d

[PATCH v3 1/2] crypto: marvell - Use an unique pool to copy results of requests

2016-10-04 Thread Romain Perier
So far, we used a dedicated dma pool to copy the result of outer IV for cipher requests. Instead of using a dma pool per outer data, we prefer use the op dma pool that contains all part of the request from the SRAM. Then, the outer data that is likely to be used by the 'complete' operation, is copi