Re: [PATCH 0/9] crypto: qce - refactor the driver

From: Eric Biggers
Date: Tue Dec 03 2024 - 12:35:23 EST


On Tue, Dec 03, 2024 at 10:19:28AM +0100, Bartosz Golaszewski wrote:
> This driver will soon be getting more features so show it some
> refactoring love in the meantime. Switching to using a workqueue and
> sleeping locks improves cryptsetup benchmark results for AES encryption.

What is motivating this work? I thought this driver is useless because ARMv8 CE
is an order of magnitude faster.

- Eric