mbox series

[v2,0/2] crypto: hisilicon/qm - add dfx log and a bugfix

Message ID 1621591364-46526-1-git-send-email-yekai13@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/qm - add dfx log and a bugfix | expand

Message

yekai (A) May 21, 2021, 10:02 a.m. UTC
This patchset adds the dfx log and fixes an algorithm registration bug.

changes v1->v2:
modify the patchset commits

Kai Ye (2):
  crypto: hisilicon/qm - add dfx log if not use hardware crypto algs
  crypto: hisilicon/qm - fix the process of VF's list adding

 drivers/crypto/hisilicon/qm.c | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Comments

Herbert Xu May 28, 2021, 7:27 a.m. UTC | #1
On Fri, May 21, 2021 at 06:02:42PM +0800, Kai Ye wrote:
> This patchset adds the dfx log and fixes an algorithm registration bug.
> 
> changes v1->v2:
> modify the patchset commits
> 
> Kai Ye (2):
>   crypto: hisilicon/qm - add dfx log if not use hardware crypto algs
>   crypto: hisilicon/qm - fix the process of VF's list adding
> 
>  drivers/crypto/hisilicon/qm.c | 15 +++++++++------
>  1 file changed, 9 insertions(+), 6 deletions(-)

All applied.  Thanks.