diff options
| author | Jack Morgenstein <jackm@dev.mellanox.co.il> | 2006-10-25 06:54:20 -0400 |
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2006-10-31 00:19:35 -0500 |
| commit | 0b26c88f29ad8bcf91a2ea8f25a36f2028ebabea (patch) | |
| tree | 8d8f3417f9ccc1fb24a112c8fa256e1f215cc677 /include/rdma | |
| parent | d7b748d63c908a0a85099ce546594192ae0926f6 (diff) | |
IB/uverbs: Return sq_draining value in query_qp response
Return the sq_draining value back to user space for query_qp instead
of the en_sqd_async notify value, which is valid only for
modify_qp. For query_qp, the draining status should returned.
Signed-off-by: Jack Morgenstein <jackm@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma')
| -rw-r--r-- | include/rdma/ib_user_verbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_user_verbs.h b/include/rdma/ib_user_verbs.h index db1b814b62cc..64a721fcbc1c 100644 --- a/include/rdma/ib_user_verbs.h +++ b/include/rdma/ib_user_verbs.h | |||
| @@ -458,7 +458,7 @@ struct ib_uverbs_query_qp_resp { | |||
| 458 | __u8 cur_qp_state; | 458 | __u8 cur_qp_state; |
| 459 | __u8 path_mtu; | 459 | __u8 path_mtu; |
| 460 | __u8 path_mig_state; | 460 | __u8 path_mig_state; |
| 461 | __u8 en_sqd_async_notify; | 461 | __u8 sq_draining; |
| 462 | __u8 max_rd_atomic; | 462 | __u8 max_rd_atomic; |
| 463 | __u8 max_dest_rd_atomic; | 463 | __u8 max_dest_rd_atomic; |
| 464 | __u8 min_rnr_timer; | 464 | __u8 min_rnr_timer; |
