[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241115112651.54299-1-qianweili@huawei.com>
Date: Fri, 15 Nov 2024 19:26:49 +0800
From: Weili Qian <qianweili@...wei.com>
To: <herbert@...dor.apana.org.au>
CC: <linux-crypto@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<liulongfang@...wei.com>, <shenyang39@...wei.com>
Subject: [PATCH 0/2] crypto: hisilicon - add data aggregation feature
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
Powered by blists - more mailing lists