mbox series

[0/3] crypto: qat - update admin interface

Message ID 20200611211449.76144-1-giovanni.cabiddu@intel.com (mailing list archive)
Headers show
Series crypto: qat - update admin interface | expand

Message

Cabiddu, Giovanni June 11, 2020, 9:14 p.m. UTC
Refactor and update the admin interface in the qat driver.

These changes are on top of "crypto: qat - remove packed attribute
in etr structs" (https://patchwork.kernel.org/patch/11586063/)

Wojciech Ziemba (3):
  crypto: qat - update fw init admin msg
  crypto: qat - send admin messages to set of AEs
  crypto: qat - update timeout logic in put admin msg

 drivers/crypto/qat/qat_common/adf_admin.c     | 96 ++++++++++++-------
 .../qat/qat_common/icp_qat_fw_init_admin.h    | 75 ++++++++++-----
 2 files changed, 114 insertions(+), 57 deletions(-)

Comments

Herbert Xu June 18, 2020, 7:58 a.m. UTC | #1
On Thu, Jun 11, 2020 at 10:14:46PM +0100, Giovanni Cabiddu wrote:
> Refactor and update the admin interface in the qat driver.
> 
> These changes are on top of "crypto: qat - remove packed attribute
> in etr structs" (https://patchwork.kernel.org/patch/11586063/)
> 
> Wojciech Ziemba (3):
>   crypto: qat - update fw init admin msg
>   crypto: qat - send admin messages to set of AEs
>   crypto: qat - update timeout logic in put admin msg
> 
>  drivers/crypto/qat/qat_common/adf_admin.c     | 96 ++++++++++++-------
>  .../qat/qat_common/icp_qat_fw_init_admin.h    | 75 ++++++++++-----
>  2 files changed, 114 insertions(+), 57 deletions(-)

All applied.  Thanks.