Skip to content

Commit

Permalink
RDMA: Add ERDMA to rdma_driver_id definition
Browse files Browse the repository at this point in the history
Define RDMA_DRIVER_ERDMA in enum rdma_driver_id.

Link: https://lore.kernel.org/r/20220727014927.76564-2-chengyou@linux.alibaba.com
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
  • Loading branch information
Cheng Xu authored and Jason Gunthorpe committed Jul 27, 2022
1 parent f2906aa commit d8f70c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/rdma/ib_user_ioctl_verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d8f70c4

Please sign in to comment.