mbox series

[V3,0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset

Message ID 20240601025150.1660826-1-huangchenghai2@huawei.com
Headers show
Series crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset | expand

Message

Chenghai Huang June 1, 2024, 2:51 a.m. UTC
The VF enabling and disabling issues are fixed, and the ZIP address
offset calculation is optimized.

Chenghai Huang (2):
  crypto: hisilicon/qm - adjust the internal processing sequence of the
    vf enable and disable
  crypto: hisilicon/zip - optimize the address offset of the reg query
    function

 drivers/crypto/hisilicon/qm.c           | 11 ++----
 drivers/crypto/hisilicon/zip/zip_main.c | 48 +++++++++++--------------
 2 files changed, 23 insertions(+), 36 deletions(-)

Comments

Herbert Xu June 7, 2024, 11:58 a.m. UTC | #1
On Sat, Jun 01, 2024 at 10:51:48AM +0800, Chenghai Huang wrote:
> The VF enabling and disabling issues are fixed, and the ZIP address
> offset calculation is optimized.
> 
> Chenghai Huang (2):
>   crypto: hisilicon/qm - adjust the internal processing sequence of the
>     vf enable and disable
>   crypto: hisilicon/zip - optimize the address offset of the reg query
>     function
> 
>  drivers/crypto/hisilicon/qm.c           | 11 ++----
>  drivers/crypto/hisilicon/zip/zip_main.c | 48 +++++++++++--------------
>  2 files changed, 23 insertions(+), 36 deletions(-)
> 
> -- 
> 2.33.0

All applied.  Thanks.