aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma/rdma_user_ioctl_cmds.h
diff options
context:
space:
mode:
authorGal Pressman <galpress@amazon.com>2019-05-05 20:59:21 +0300
committerJason Gunthorpe <jgg@mellanox.com>2019-05-06 13:47:50 -0300
commitf95be3d28d891b0c0f339a504e3aa8e382bbd9a6 (patch)
treeef6bad8e3afc50c3a68b3392fb98c6ef62f34335 /include/uapi/rdma/rdma_user_ioctl_cmds.h
parentRDMA/umem: Remove hugetlb flag (diff)
downloadlinux-dev-f95be3d28d891b0c0f339a504e3aa8e382bbd9a6.tar.xz
linux-dev-f95be3d28d891b0c0f339a504e3aa8e382bbd9a6.zip
RDMA: Add EFA related definitions
Add EFA driver ID to the IOCTL interface uapi. This patch also adds unspecified node/transport type that will be used by EFA (usnic is left unchanged as it's already part of our ABI). Signed-off-by: Gal Pressman <galpress@amazon.com> Reviewed-by: Shiraz Saleem <shiraz.saleem@intel.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/uapi/rdma/rdma_user_ioctl_cmds.h')
-rw-r--r--include/uapi/rdma/rdma_user_ioctl_cmds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/rdma_user_ioctl_cmds.h b/include/uapi/rdma/rdma_user_ioctl_cmds.h
index 06c34d99be85..26213f49f5c8 100644
--- a/include/uapi/rdma/rdma_user_ioctl_cmds.h
+++ b/include/uapi/rdma/rdma_user_ioctl_cmds.h
@@ -102,6 +102,7 @@ enum rdma_driver_id {
RDMA_DRIVER_RXE,
RDMA_DRIVER_HFI1,
RDMA_DRIVER_QIB,
+ RDMA_DRIVER_EFA,
};
#endif