Re: [PATCH v3 15/15] crypto: iaa - Add IAA Compression Accelerator stats

From: Randy Dunlap
Date: Fri Apr 28 2023 - 17:00:49 EST


Hi--

On 4/28/23 13:55, Tom Zanussi wrote:
> diff --git a/drivers/crypto/intel/iaa/Kconfig b/drivers/crypto/intel/iaa/Kconfig
> index fcccb6ff7e29..cffb3a4359fc 100644
> --- a/drivers/crypto/intel/iaa/Kconfig
> +++ b/drivers/crypto/intel/iaa/Kconfig
> @@ -8,3 +8,12 @@ config CRYPTO_DEV_IAA_CRYPTO
> decompression with the Intel Analytics Accelerator (IAA)
> hardware using the cryptographic API. If you choose 'M'
> here, the module will be called iaa_crypto.
> +
> +config CRYPTO_DEV_IAA_CRYPTO_STATS
> + bool "Enable Intel(R) IAA Compression Accelerator Statistics"
> + depends on CRYPTO_DEV_IAA_CRYPTO
> + default n
> + help
> + Enable statistics for the IAA compression accelerator.

The line above should use one tab + 2 spaces for indentation
instead of bunch-of-spaces.

> + These include per-device and per-workqueue statistics in
> + addition to global driver statistics.

Thanks.
--
~Randy