diff options
| author | Weili Qian <qianweili@huawei.com> | 2021-03-20 19:27:46 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-03-26 20:15:58 +1100 |
| commit | 8bbecfb402f76b6977a6c5661ad3cfb0051a9776 (patch) | |
| tree | 850b2b49e5052e64e27b97edd361ae13333e1741 /include | |
| parent | 6250383a2083e8f66635d441977f74e0ee4e52f7 (diff) | |
| download | cachepc-linux-8bbecfb402f76b6977a6c5661ad3cfb0051a9776.tar.gz cachepc-linux-8bbecfb402f76b6977a6c5661ad3cfb0051a9776.zip | |
crypto: hisilicon/qm - add queue isolation support for Kunpeng930
Kunpeng930 supports doorbell isolation to ensure that each queue
has an independent doorbell address space.
Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/misc/uacce/hisi_qm.h | 1 |
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 6435f0bcb556..1faef5ff87ef 100644 --- a/include/uapi/misc/uacce/hisi_qm.h +++ b/include/uapi/misc/uacce/hisi_qm.h @@ -16,6 +16,7 @@ struct hisi_qp_ctx { #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" /* UACCE_CMD_QM_SET_QP_CTX: Set qp algorithm type */ #define UACCE_CMD_QM_SET_QP_CTX _IOWR('H', 10, struct hisi_qp_ctx) |
