mbox series

[0/6] crypto: hisilicon/hpre bugfix - misc fixes

Message ID 1593657079-31990-1-git-send-email-yumeng18@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/hpre bugfix - misc fixes | expand

Message

Meng Yu July 2, 2020, 2:31 a.m. UTC
Bugfix: crypto: hisilicon/hpre - modify the macros, add a switch in
	sriov_configure, unified debugfs interface, and disable
	hardware FLR.

Hui Tang (2):
  crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by
    debugfs
  crypto: hisilicon/hpre - disable FLR triggered by hardware

Meng Yu (4):
  crypto: hisilicon/hpre - Init the value of current_q of debugfs
  crypto: hisilicon/hpre - Modify the Macro definition and format
  crypto: hisilicon/hpre - Add a switch in sriov_configure
  crypto: hisilicon/hpre - update debugfs interface parameters

 drivers/crypto/hisilicon/hpre/hpre_main.c | 114 ++++++++++++++++--------------
 1 file changed, 62 insertions(+), 52 deletions(-)

Comments

Herbert Xu July 9, 2020, 7:56 a.m. UTC | #1
On Thu, Jul 02, 2020 at 10:31:13AM +0800, Meng Yu wrote:
> Bugfix: crypto: hisilicon/hpre - modify the macros, add a switch in
> 	sriov_configure, unified debugfs interface, and disable
> 	hardware FLR.
> 
> Hui Tang (2):
>   crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by
>     debugfs
>   crypto: hisilicon/hpre - disable FLR triggered by hardware
> 
> Meng Yu (4):
>   crypto: hisilicon/hpre - Init the value of current_q of debugfs
>   crypto: hisilicon/hpre - Modify the Macro definition and format
>   crypto: hisilicon/hpre - Add a switch in sriov_configure
>   crypto: hisilicon/hpre - update debugfs interface parameters
> 
>  drivers/crypto/hisilicon/hpre/hpre_main.c | 114 ++++++++++++++++--------------
>  1 file changed, 62 insertions(+), 52 deletions(-)

This doesn't apply against cryptodev.

Thanks,