diff options
author | Eran Ben Elisha <eranbe@mellanox.com> | 2015-10-21 10:00:42 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-10-21 23:16:46 -0400 |
commit | 6d8a74972b7115b41d4d17a4444c026755ca24be (patch) | |
tree | 38dc41a8fcbf321c1e896d2dff9372156a356796 /drivers/infiniband/core/uverbs.h | |
parent | 963cab508296a06ed8063c848f32d74f2b4b4c26 (diff) |
IB/core: Extend ib_uverbs_create_qp
ib_uverbs_ex_create_qp follows the extension verbs
mechanism. New features (for example, QP creation flags
field which is added in a downstream patch) could used
via user-space libraries without breaking the ABI.
Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com>
Reviewed-by: Haggai Eran <haggaie@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/core/uverbs.h')
-rw-r--r-- | drivers/infiniband/core/uverbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/core/uverbs.h b/drivers/infiniband/core/uverbs.h index 3863d33c243d..94bbd8c155fc 100644 --- a/drivers/infiniband/core/uverbs.h +++ b/drivers/infiniband/core/uverbs.h | |||
@@ -272,5 +272,6 @@ IB_UVERBS_DECLARE_EX_CMD(create_flow); | |||
272 | IB_UVERBS_DECLARE_EX_CMD(destroy_flow); | 272 | IB_UVERBS_DECLARE_EX_CMD(destroy_flow); |
273 | IB_UVERBS_DECLARE_EX_CMD(query_device); | 273 | IB_UVERBS_DECLARE_EX_CMD(query_device); |
274 | IB_UVERBS_DECLARE_EX_CMD(create_cq); | 274 | IB_UVERBS_DECLARE_EX_CMD(create_cq); |
275 | IB_UVERBS_DECLARE_EX_CMD(create_qp); | ||
275 | 276 | ||
276 | #endif /* UVERBS_H */ | 277 | #endif /* UVERBS_H */ |