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 <herb...@gondor.apana.org.au> > Signed-off-by: Ovidiu Panait <ovidiu.panait....@gmail.com> Reviewed-by: Horia Geantă <horia.gea...@nxp.com>
Thanks, Horia