|
@@ -44,7 +44,7 @@
|
|
* Increment this value if any changes that break userspace ABI
|
|
* Increment this value if any changes that break userspace ABI
|
|
* compatibility are made.
|
|
* compatibility are made.
|
|
*/
|
|
*/
|
|
-#define IB_USER_VERBS_ABI_VERSION 4
|
|
|
|
|
|
+#define IB_USER_VERBS_ABI_VERSION 5
|
|
|
|
|
|
enum {
|
|
enum {
|
|
IB_USER_VERBS_CMD_GET_CONTEXT,
|
|
IB_USER_VERBS_CMD_GET_CONTEXT,
|
|
@@ -350,6 +350,7 @@ struct ib_uverbs_create_qp_resp {
|
|
__u32 max_send_sge;
|
|
__u32 max_send_sge;
|
|
__u32 max_recv_sge;
|
|
__u32 max_recv_sge;
|
|
__u32 max_inline_data;
|
|
__u32 max_inline_data;
|
|
|
|
+ __u32 reserved;
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|