Skip to content

Commit 51a7c86

Browse files
committed
cm init qp
Signed-off-by: Sean Hefty <[email protected]>
1 parent 2e1b3cc commit 51a7c86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/uapi/rdma/rdma_user_cm.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,10 @@ struct rdma_ucm_disconnect {
250250
struct rdma_ucm_init_qp_attr {
251251
__aligned_u64 response;
252252
__u32 id;
253-
__u32 qp_state;
253+
__u8 flags;
254+
__u8 reserved;
255+
__u8 cur_qp_state;
256+
__u8 qp_state;
254257
};
255258

256259
struct rdma_ucm_notify {

0 commit comments

Comments
 (0)