mbox series

[v2,0/2] Improve error logging in the qat driver

Message ID 20240412122401.243378-1-adam.guerin@intel.com
Headers show
Series Improve error logging in the qat driver | expand

Message

Adam Guerin April 12, 2024, 12:24 p.m. UTC
This set simply improves error logging in the driver, making error logging
consistent between rate limiting and telemetry and improve readability
of logging in adf_get_arbiter_mapping().

v1 -> v2:
 -fixed commit id in fixes tag of both patches to be 12 char long.

Adam Guerin (2):
  crypto: qat - improve error message in adf_get_arbiter_mapping()
  crypto: qat - improve error logging to be consistent across features

 drivers/crypto/intel/qat/qat_420xx/adf_420xx_hw_data.c | 2 +-
 drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c   | 2 +-
 drivers/crypto/intel/qat/qat_common/adf_rl.c           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


base-commit: 0419fa6732b2b98ea185ac05f2a3c430b7de2abb

Comments

Herbert Xu April 19, 2024, 11:02 a.m. UTC | #1
On Fri, Apr 12, 2024 at 01:24:00PM +0100, Adam Guerin wrote:
> This set simply improves error logging in the driver, making error logging
> consistent between rate limiting and telemetry and improve readability
> of logging in adf_get_arbiter_mapping().
> 
> v1 -> v2:
>  -fixed commit id in fixes tag of both patches to be 12 char long.
> 
> Adam Guerin (2):
>   crypto: qat - improve error message in adf_get_arbiter_mapping()
>   crypto: qat - improve error logging to be consistent across features
> 
>  drivers/crypto/intel/qat/qat_420xx/adf_420xx_hw_data.c | 2 +-
>  drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c   | 2 +-
>  drivers/crypto/intel/qat/qat_common/adf_rl.c           | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> 
> base-commit: 0419fa6732b2b98ea185ac05f2a3c430b7de2abb
> -- 
> 2.40.1

All applied.  Thanks.