mbox series

[0/3] crypto: qat - fix and make common ring to service map in QAT GEN4

Message ID 20240216172545.177303-1-damian.muszynski@intel.com (mailing list archive)
Headers show
Series crypto: qat - fix and make common ring to service map in QAT GEN4 | expand

Message

Damian Muszynski Feb. 16, 2024, 5:21 p.m. UTC
This set is revamping the method that generates the ring-to-service maps
in QAT. The initial two patches rectify the existing algorithm version
for use cases when the dcc service was enabled. The final patch
eliminates the function's duplication in device-specific code and
relocates it to a shared file.

Damian Muszynski (3):
  crypto: qat - fix ring to service map for dcc in 4xxx
  crypto: qat - fix ring to service map for dcc in 420xx
  crypto: qat - make ring to service map common for QAT GEN4

 .../intel/qat/qat_420xx/adf_420xx_hw_data.c   | 64 +++++--------------
 .../intel/qat/qat_4xxx/adf_4xxx_hw_data.c     | 64 +++++--------------
 .../intel/qat/qat_common/adf_accel_devices.h  |  1 +
 .../intel/qat/qat_common/adf_gen4_hw_data.c   | 56 ++++++++++++++++
 .../intel/qat/qat_common/adf_gen4_hw_data.h   |  1 +
 5 files changed, 90 insertions(+), 96 deletions(-)


base-commit: 48f0668106f3664f4101c9f24fdb3b8c13f5880d

Comments

Herbert Xu Feb. 24, 2024, 12:51 a.m. UTC | #1
On Fri, Feb 16, 2024 at 06:21:53PM +0100, Damian Muszynski wrote:
> This set is revamping the method that generates the ring-to-service maps
> in QAT. The initial two patches rectify the existing algorithm version
> for use cases when the dcc service was enabled. The final patch
> eliminates the function's duplication in device-specific code and
> relocates it to a shared file.
> 
> Damian Muszynski (3):
>   crypto: qat - fix ring to service map for dcc in 4xxx
>   crypto: qat - fix ring to service map for dcc in 420xx
>   crypto: qat - make ring to service map common for QAT GEN4
> 
>  .../intel/qat/qat_420xx/adf_420xx_hw_data.c   | 64 +++++--------------
>  .../intel/qat/qat_4xxx/adf_4xxx_hw_data.c     | 64 +++++--------------
>  .../intel/qat/qat_common/adf_accel_devices.h  |  1 +
>  .../intel/qat/qat_common/adf_gen4_hw_data.c   | 56 ++++++++++++++++
>  .../intel/qat/qat_common/adf_gen4_hw_data.h   |  1 +
>  5 files changed, 90 insertions(+), 96 deletions(-)
> 
> 
> base-commit: 48f0668106f3664f4101c9f24fdb3b8c13f5880d
> -- 
> 2.43.0

All applied.  Thanks.