mbox series

[0/3] crypto: qat - add support for AES-CTR and AES-XTS in qat_4xxx

Message ID 20201201142451.138221-1-giovanni.cabiddu@intel.com (mailing list archive)
Headers show
Series crypto: qat - add support for AES-CTR and AES-XTS in qat_4xxx | expand

Message

Cabiddu, Giovanni Dec. 1, 2020, 2:24 p.m. UTC
This set adds support for AES-CTR and AES-XTS for QAT GEN4 devices and
adds logic to detect and enable crypto capabilities in the qat_4xxx
driver.

Marco Chiappero (3):
  crypto: qat - add AES-CTR support for QAT GEN4 devices
  crypto: qat - add AES-XTS support for QAT GEN4 devices
  crypto: qat - add capability detection logic in qat_4xxx

 .../crypto/qat/qat_4xxx/adf_4xxx_hw_data.c    |  24 ++++
 .../crypto/qat/qat_4xxx/adf_4xxx_hw_data.h    |  11 ++
 drivers/crypto/qat/qat_4xxx/adf_drv.c         |   3 +
 drivers/crypto/qat/qat_common/icp_qat_fw_la.h |   7 ++
 drivers/crypto/qat/qat_common/icp_qat_hw.h    |  17 ++-
 drivers/crypto/qat/qat_common/qat_algs.c      | 111 ++++++++++++++++--
 6 files changed, 165 insertions(+), 8 deletions(-)

Comments

Herbert Xu Dec. 11, 2020, 10:55 a.m. UTC | #1
On Tue, Dec 01, 2020 at 02:24:48PM +0000, Giovanni Cabiddu wrote:
> This set adds support for AES-CTR and AES-XTS for QAT GEN4 devices and
> adds logic to detect and enable crypto capabilities in the qat_4xxx
> driver.
> 
> Marco Chiappero (3):
>   crypto: qat - add AES-CTR support for QAT GEN4 devices
>   crypto: qat - add AES-XTS support for QAT GEN4 devices
>   crypto: qat - add capability detection logic in qat_4xxx
> 
>  .../crypto/qat/qat_4xxx/adf_4xxx_hw_data.c    |  24 ++++
>  .../crypto/qat/qat_4xxx/adf_4xxx_hw_data.h    |  11 ++
>  drivers/crypto/qat/qat_4xxx/adf_drv.c         |   3 +
>  drivers/crypto/qat/qat_common/icp_qat_fw_la.h |   7 ++
>  drivers/crypto/qat/qat_common/icp_qat_hw.h    |  17 ++-
>  drivers/crypto/qat/qat_common/qat_algs.c      | 111 ++++++++++++++++--
>  6 files changed, 165 insertions(+), 8 deletions(-)

All applied.  Thanks.