aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorZhushuai Yin <yinzhushuai@huawei.com>2025-08-30 18:27:57 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2025-09-06 15:57:23 +0800
commit886d6981208263b55a1eb8b39c5d00db1544b9bb (patch)
tree364ad4dae7a9caf6ab5dfd9e23d63924385d51e9 /include/uapi
parentcrypto: hisilicon/zip - add lz4 and lz77_only to algorithm sysfs (diff)
downloadlinux-886d6981208263b55a1eb8b39c5d00db1544b9bb.tar.gz
linux-886d6981208263b55a1eb8b39c5d00db1544b9bb.zip
crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move features
The new version of the hisilicon zip driver supports the hash join and gather features, as well as the data move feature (UDMA), including data copying and memory initialization functions.These features are registered to the uacce subsystem. Signed-off-by: Zhushuai Yin <yinzhushuai@huawei.com> Signed-off-by: Chenghai Huang <huangchenghai2@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/misc/uacce/hisi_qm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/misc/uacce/hisi_qm.h b/include/uapi/misc/uacce/hisi_qm.h
index 3e66dbc2f323..10504b48eabf 100644
--- a/include/uapi/misc/uacce/hisi_qm.h
+++ b/include/uapi/misc/uacce/hisi_qm.h
@@ -31,6 +31,7 @@ struct hisi_qp_info {
#define HISI_QM_API_VER_BASE "hisi_qm_v1"
#define HISI_QM_API_VER2_BASE "hisi_qm_v2"
#define HISI_QM_API_VER3_BASE "hisi_qm_v3"
+#define HISI_QM_API_VER5_BASE "hisi_qm_v5"
/* UACCE_CMD_QM_SET_QP_CTX: Set qp algorithm type */
#define UACCE_CMD_QM_SET_QP_CTX _IOWR('H', 10, struct hisi_qp_ctx)