mbox series

[0/4] crypto: hisilicon/qm - misc clean up and fixes

Message ID 20211120044739.5667-1-yekai13@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/qm - misc clean up and fixes | expand

Message

yekai (A) Nov. 20, 2021, 4:47 a.m. UTC
1. Modify the value of qos initialization in resetting.
2. Some optimizations.

Kai Ye (4):
  crypto: hisilicon - modify the value of engine type rate
  crypto: hisilicon/qm - modify the value of qos initialization
  crypto: hisilicon/qm - some optimizations of ths qos write process
  crypto: hisilicon/qm - simplified the calculation of qos shaper
    parameters

 drivers/crypto/hisilicon/hpre/hpre_main.c |   2 +-
 drivers/crypto/hisilicon/qm.c             | 183 +++++++++++++---------
 drivers/crypto/hisilicon/sec2/sec_main.c  |   2 +-
 drivers/crypto/hisilicon/zip/zip_main.c   |   4 +-
 4 files changed, 112 insertions(+), 79 deletions(-)

Comments

Herbert Xu Nov. 26, 2021, 5:32 a.m. UTC | #1
On Sat, Nov 20, 2021 at 12:47:35PM +0800, Kai Ye wrote:
> 1. Modify the value of qos initialization in resetting.
> 2. Some optimizations.
> 
> Kai Ye (4):
>   crypto: hisilicon - modify the value of engine type rate
>   crypto: hisilicon/qm - modify the value of qos initialization
>   crypto: hisilicon/qm - some optimizations of ths qos write process
>   crypto: hisilicon/qm - simplified the calculation of qos shaper
>     parameters
> 
>  drivers/crypto/hisilicon/hpre/hpre_main.c |   2 +-
>  drivers/crypto/hisilicon/qm.c             | 183 +++++++++++++---------
>  drivers/crypto/hisilicon/sec2/sec_main.c  |   2 +-
>  drivers/crypto/hisilicon/zip/zip_main.c   |   4 +-
>  4 files changed, 112 insertions(+), 79 deletions(-)

All applied.  Thanks.