mbox series

[0/2] crypto: Intel Analytics Accelerator (IAA) updates

Message ID 20231218204715.220299-1-tom.zanussi@linux.intel.com
Headers show
Series crypto: Intel Analytics Accelerator (IAA) updates | expand

Message

Tom Zanussi Dec. 18, 2023, 8:47 p.m. UTC
Hi Herbert,

Here are a couple patches that didn't make it into the last version of
the IAA crypto driver.

Tested using both shared and dedicated workqueues, with no problems
seen.

Thanks,

Tom

Tom Zanussi (2):
  crypto: iaa - Change desc->priv to 0
  crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()

 drivers/crypto/intel/iaa/iaa_crypto_main.c  | 8 ++++----
 drivers/crypto/intel/iaa/iaa_crypto_stats.c | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

Comments

Herbert Xu Dec. 29, 2023, 3:28 a.m. UTC | #1
On Mon, Dec 18, 2023 at 02:47:13PM -0600, Tom Zanussi wrote:
> Hi Herbert,
> 
> Here are a couple patches that didn't make it into the last version of
> the IAA crypto driver.
> 
> Tested using both shared and dedicated workqueues, with no problems
> seen.
> 
> Thanks,
> 
> Tom
> 
> Tom Zanussi (2):
>   crypto: iaa - Change desc->priv to 0
>   crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()
> 
>  drivers/crypto/intel/iaa/iaa_crypto_main.c  | 8 ++++----
>  drivers/crypto/intel/iaa/iaa_crypto_stats.c | 1 -
>  2 files changed, 4 insertions(+), 5 deletions(-)
> 
> -- 
> 2.34.1

All applied.  Thanks.