Re: [PATCH 1/2] crypto: engine: remove request batching support
From: Horia Geanta
Date: Tue Jul 15 2025 - 17:38:53 EST
On 7/11/2025 9:30 PM, Ovidiu Panait wrote:
> Remove request batching support from crypto_engine, as there are no
> drivers using this feature and it doesn't really work that well.
>
> Instead of doing batching based on backlog, a more optimal approach
> would be for the user to handle the batching (similar to how IPsec
> can hook into GSO to get 64K of data each time or how block encryption
> can use unit sizes much greater than 4K).
>
> Suggested-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@xxxxxxxxx>
Reviewed-by: Horia Geantă <horia.geanta@xxxxxxx>
Thanks,
Horia