diff options
-rw-r--r-- | include/rdma/ib_user_verbs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rdma/ib_user_verbs.h b/include/rdma/ib_user_verbs.h index 0edd3a6fe8f5..3bf4402f466a 100644 --- a/include/rdma/ib_user_verbs.h +++ b/include/rdma/ib_user_verbs.h | |||
@@ -44,7 +44,7 @@ | |||
44 | * Increment this value if any changes that break userspace ABI | 44 | * Increment this value if any changes that break userspace ABI |
45 | * compatibility are made. | 45 | * compatibility are made. |
46 | */ | 46 | */ |
47 | #define IB_USER_VERBS_ABI_VERSION 4 | 47 | #define IB_USER_VERBS_ABI_VERSION 5 |
48 | 48 | ||
49 | enum { | 49 | enum { |
50 | IB_USER_VERBS_CMD_GET_CONTEXT, | 50 | IB_USER_VERBS_CMD_GET_CONTEXT, |
@@ -350,6 +350,7 @@ struct ib_uverbs_create_qp_resp { | |||
350 | __u32 max_send_sge; | 350 | __u32 max_send_sge; |
351 | __u32 max_recv_sge; | 351 | __u32 max_recv_sge; |
352 | __u32 max_inline_data; | 352 | __u32 max_inline_data; |
353 | __u32 reserved; | ||
353 | }; | 354 | }; |
354 | 355 | ||
355 | /* | 356 | /* |