aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Xu <[email protected]>2022-07-27 09:49:17 +0800
committerJason Gunthorpe <[email protected]>2022-07-27 15:54:38 -0300
commitd8f70c47394c26a8d7c6e602d909de88d1bdae5e (patch)
tree44aa63f726f0c45b42b776d442f63664119e4921
parentf2906aa863381afb0015a9eb7fefad885d4e5a56 (diff)
RDMA: Add ERDMA to rdma_driver_id definition
Define RDMA_DRIVER_ERDMA in enum rdma_driver_id. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Cheng Xu <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
-rw-r--r--include/uapi/rdma/ib_user_ioctl_verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/ib_user_ioctl_verbs.h b/include/uapi/rdma/ib_user_ioctl_verbs.h
index 3072e5d6b692..7dd56210226f 100644
--- a/include/uapi/rdma/ib_user_ioctl_verbs.h
+++ b/include/uapi/rdma/ib_user_ioctl_verbs.h
@@ -250,6 +250,7 @@ enum rdma_driver_id {
RDMA_DRIVER_QIB,
RDMA_DRIVER_EFA,
RDMA_DRIVER_SIW,
+ RDMA_DRIVER_ERDMA,
};
enum ib_uverbs_gid_type {