[PATCH 0/2] crypto: hisilicon - add data aggregation feature

Weili Qian posted 2 patches 1 year, 2 months ago
drivers/crypto/hisilicon/hpre/hpre_main.c |  12 +
drivers/crypto/hisilicon/qm.c             |  58 +++--
drivers/crypto/hisilicon/sec2/sec_main.c  |  12 +
drivers/crypto/hisilicon/zip/Makefile     |   2 +-
drivers/crypto/hisilicon/zip/dae_main.c   | 262 ++++++++++++++++++++++
drivers/crypto/hisilicon/zip/zip.h        |   8 +
drivers/crypto/hisilicon/zip/zip_main.c   |  51 ++++-
include/linux/hisi_acc_qm.h               |   5 +
8 files changed, 385 insertions(+), 25 deletions(-)
create mode 100644 drivers/crypto/hisilicon/zip/dae_main.c
[PATCH 0/2] crypto: hisilicon - add data aggregation feature
Posted by Weili Qian 1 year, 2 months ago
The zip device supports the data aggregation feature. This patchset
enables the hardware data aggregation feature, and registers it to uacce
subsystem to support submit operations in user space. In addition,
error detection and reporting of the data aggregation feature are enabled.

Weili Qian (2):
  crypto: hisilicon/zip - add data aggregation feature
  crypto: hisilicon/zip - support new error report

 drivers/crypto/hisilicon/hpre/hpre_main.c |  12 +
 drivers/crypto/hisilicon/qm.c             |  58 +++--
 drivers/crypto/hisilicon/sec2/sec_main.c  |  12 +
 drivers/crypto/hisilicon/zip/Makefile     |   2 +-
 drivers/crypto/hisilicon/zip/dae_main.c   | 262 ++++++++++++++++++++++
 drivers/crypto/hisilicon/zip/zip.h        |   8 +
 drivers/crypto/hisilicon/zip/zip_main.c   |  51 ++++-
 include/linux/hisi_acc_qm.h               |   5 +
 8 files changed, 385 insertions(+), 25 deletions(-)
 create mode 100644 drivers/crypto/hisilicon/zip/dae_main.c

-- 
2.33.0
Re: [PATCH 0/2] crypto: hisilicon - add data aggregation feature
Posted by Herbert Xu 1 year, 2 months ago
On Fri, Nov 15, 2024 at 07:26:49PM +0800, Weili Qian wrote:
> The zip device supports the data aggregation feature. This patchset
> enables the hardware data aggregation feature, and registers it to uacce
> subsystem to support submit operations in user space. In addition,
> error detection and reporting of the data aggregation feature are enabled.
> 
> Weili Qian (2):
>   crypto: hisilicon/zip - add data aggregation feature
>   crypto: hisilicon/zip - support new error report
> 
>  drivers/crypto/hisilicon/hpre/hpre_main.c |  12 +
>  drivers/crypto/hisilicon/qm.c             |  58 +++--
>  drivers/crypto/hisilicon/sec2/sec_main.c  |  12 +
>  drivers/crypto/hisilicon/zip/Makefile     |   2 +-
>  drivers/crypto/hisilicon/zip/dae_main.c   | 262 ++++++++++++++++++++++
>  drivers/crypto/hisilicon/zip/zip.h        |   8 +
>  drivers/crypto/hisilicon/zip/zip_main.c   |  51 ++++-
>  include/linux/hisi_acc_qm.h               |   5 +
>  8 files changed, 385 insertions(+), 25 deletions(-)
>  create mode 100644 drivers/crypto/hisilicon/zip/dae_main.c
> 
> -- 
> 2.33.0

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt