Re: [PATCH v6 7/9] crypto: caam - add crypto_engine support for AEAD algorithms

From: Horia Geanta
Date: Wed Feb 12 2020 - 13:57:39 EST


On 2/12/2020 7:56 PM, Iuliana Prodan wrote:
> Add crypto_engine support for AEAD algorithms, to make use of
> the engine queue.
> The requests, with backlog flag, will be listed into crypto-engine
> queue and processed by CAAM when free.
> If sending just the backlog request to crypto-engine, and non-blocking
> directly to CAAM, the latter requests have a better chance to be
> executed since JR has up to 1024 entries, more than the 10 entries
> from crypto-engine.
>
> Signed-off-by: Iuliana Prodan <iuliana.prodan@xxxxxxx>
Reviewed-by: Horia Geantă <horia.geanta@xxxxxxx>

Thanks,
Horia