Re: [PATCH v11 0/4] crypto: spacc - Add SPAcc Crypto Driver
From: Ruud Derwig
Date: Fri Apr 03 2026 - 05:55:39 EST
Hi Tony,
> My concern is that the main bottleneck may not be the crypto
> throughput itself, but the per-packet overhead, such as
> ...
> Could you please confirm whether this understanding is correct?
System performance depends on many factors, CPU speed, memory
architecture etc. Trade-off between packet size and overheads differ,
but indeed should be taken into account when deciding to offload or
not. Note that besides performance, other factors like security level
(e.g. side-channel attack resistance, key management), or functional
safety (automotive and other safety critical domains) should be
considered as well.
Ruud.