mbox series

[0/4] crypto: hisilicon/qm - support the communication between PF and VF

Message ID 1622297737-46604-1-git-send-email-qianweili@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/qm - support the communication between PF and VF | expand

Message

Weili Qian May 29, 2021, 2:15 p.m. UTC
This patch adds support for PF and VF communications in accelerator driver,
and updates the reset flow based on VF/PF communications.

Weili Qian (4):
  crypto: hisilicon/qm - adjust reset interface
  crypto: hisilicon/qm - enable PF and VFs communication
  crypto: hisilicon/qm - add callback to support communication
  crypto: hisilicon/qm - update reset flow

 drivers/crypto/hisilicon/qm.c | 713 +++++++++++++++++++++++++++++++++++++-----
 drivers/crypto/hisilicon/qm.h |   1 +
 2 files changed, 629 insertions(+), 85 deletions(-)

Comments

Herbert Xu June 3, 2021, 12:31 p.m. UTC | #1
On Sat, May 29, 2021 at 10:15:33PM +0800, Weili Qian wrote:
> This patch adds support for PF and VF communications in accelerator driver,
> and updates the reset flow based on VF/PF communications.
> 
> Weili Qian (4):
>   crypto: hisilicon/qm - adjust reset interface
>   crypto: hisilicon/qm - enable PF and VFs communication
>   crypto: hisilicon/qm - add callback to support communication
>   crypto: hisilicon/qm - update reset flow
> 
>  drivers/crypto/hisilicon/qm.c | 713 +++++++++++++++++++++++++++++++++++++-----
>  drivers/crypto/hisilicon/qm.h |   1 +
>  2 files changed, 629 insertions(+), 85 deletions(-)

All applied.  Thanks.