Re: [PATCH v2] drivers/crypto: Mark QCE as BROKEN

From: Eric Biggers

Date: Wed Jul 22 2026 - 12:39:34 EST


On Wed, Jul 22, 2026 at 11:46:16AM -0400, Demi Marie Obenour wrote:
> With your patch, does the driver also pass stress tests, such as
> multiple threads using it in parallel with varying algorithms and
> message sizes?

As I've mentioned before, the self-tests (crypto/testmgr.c) don't issue
more than one request concurrently. They are really designed for
testing the software implementations, not the hardware drivers. None of
the hardware driver authors has ever caused enough about quality to make
any significant improvements to the tests. Inevitably it's just push
the driver in, *maybe* run the existing incomplete tests once (for QCE
it's finally getting done just now), and job done I guess.

- Eric