Re: [PATCH 2/4] net: esp: check CRYPTO_TFM_REQ_DMA flag when allocating crypto request

2015-03-14 Thread Horia Geantă
On 3/13/2015 9:46 PM, David Miller wrote: From: Horia Geanta horia.gea...@freescale.com Date: Fri, 13 Mar 2015 19:15:22 +0200 Some crypto backends might require the requests' private contexts to be allocated in DMA-able memory. Signed-off-by: Horia Geanta horia.gea...@freescale.com No

Re: [PATCH 4/4] crypto: talitos - add software backlog queue handling

2015-03-14 Thread Horia Geantă
On 3/13/2015 8:37 PM, Tom Lendacky wrote: On 03/13/2015 12:16 PM, Horia Geanta wrote: I was running into situations where the hardware FIFO was filling up, and the code was returning EAGAIN to dm-crypt and just dropping the submitted crypto request. This adds support in talitos for a

Re: [PATCH 2/4] net: esp: check CRYPTO_TFM_REQ_DMA flag when allocating crypto request

2015-03-14 Thread David Miller
From: Horia Geantă horia.gea...@freescale.com Date: Sat, 14 Mar 2015 14:16:37 +0200 However, ESP is not using aead_request_alloc(). Then find a way to adjust it to do so. -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to