diff mbox series

[RFC,for-next,2/3] Update kernel headers

Message ID 20230225100253.3993383-3-xuhaoyue1@hisilicon.com (mailing list archive)
State Changes Requested
Headers show
Series Add SVE ldr and str instruction | expand

Commit Message

Haoyue Xu Feb. 25, 2023, 10:02 a.m. UTC
From: Yixing Liu <liuyixing1@huawei.com>

To commit ?? ("RDMA/hns: Add SVE DIRECT WQE flag to support libhns").

Signed-off-by: Yixing Liu <liuyixing1@huawei.com>
---
 kernel-headers/rdma/hns-abi.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/kernel-headers/rdma/hns-abi.h b/kernel-headers/rdma/hns-abi.h
index 2e68a8b0..a6c7abe0 100644
--- a/kernel-headers/rdma/hns-abi.h
+++ b/kernel-headers/rdma/hns-abi.h
@@ -77,6 +77,7 @@  enum hns_roce_qp_cap_flags {
 	HNS_ROCE_QP_CAP_RQ_RECORD_DB = 1 << 0,
 	HNS_ROCE_QP_CAP_SQ_RECORD_DB = 1 << 1,
 	HNS_ROCE_QP_CAP_OWNER_DB = 1 << 2,
+	HNS_ROCE_QP_CAP_SVE_DIRECT_WQE = 1 << 3,
 	HNS_ROCE_QP_CAP_DIRECT_WQE = 1 << 5,
 };