Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21934
b: refs/heads/master
c: 4d9781c
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Mar 20, 2006
1 parent bc6b1f7 commit 8a9a7e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00df1b2c8b1f07e02a74e2d10b176f29395ce7d2
refs/heads/master: 4d9781c5ce1a517a07dbf03c37323c011037fe79
3 changes: 2 additions & 1 deletion trunk/include/rdma/ib_user_verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* Increment this value if any changes that break userspace ABI
* compatibility are made.
*/
#define IB_USER_VERBS_ABI_VERSION 4
#define IB_USER_VERBS_ABI_VERSION 5

enum {
IB_USER_VERBS_CMD_GET_CONTEXT,
Expand Down Expand Up @@ -350,6 +350,7 @@ struct ib_uverbs_create_qp_resp {
__u32 max_send_sge;
__u32 max_recv_sge;
__u32 max_inline_data;
__u32 reserved;
};

/*
Expand Down

0 comments on commit 8a9a7e2

Please sign in to comment.