Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101032
b: refs/heads/master
c: 47ee1b9
h: refs/heads/master
v: v3
  • Loading branch information
Ron Livne authored and Roland Dreier committed Jul 15, 2008
1 parent 56f5743 commit 25167e5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 14cc180f7b032f8484c1a3d0533b1129ffe307fd
refs/heads/master: 47ee1b9f2e7bf73950602efe0b74fa1a8481f222
4 changes: 3 additions & 1 deletion trunk/include/rdma/ib_verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ enum ib_device_cap_flags {
IB_DEVICE_UD_IP_CSUM = (1<<18),
IB_DEVICE_UD_TSO = (1<<19),
IB_DEVICE_MEM_MGT_EXTENSIONS = (1<<21),
IB_DEVICE_BLOCK_MULTICAST_LOOPBACK = (1<<22),
};

enum ib_atomic_cap {
Expand Down Expand Up @@ -555,7 +556,8 @@ enum ib_qp_type {
};

enum ib_qp_create_flags {
IB_QP_CREATE_IPOIB_UD_LSO = 1 << 0,
IB_QP_CREATE_IPOIB_UD_LSO = 1 << 0,
IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK = 1 << 1,
};

struct ib_qp_init_attr {
Expand Down

0 comments on commit 25167e5

Please sign in to comment.