| Main index | Section 3 | Options |
#include <infiniband/verbs.h>struct int ibv_modify_wq(struct ibv_wq *wq, struct ibv_wq_attr *wq_attr);
struct ibv_wq_attr {
uint32_t attr_mask; /* Use enum ibv_wq_attr_mask */
enum ibv_wq_state wq_state; /* Move to this state */
enum ibv_wq_state curr_wq_state; /* Assume this is the current state */
uint32_t flags; /* Flags values to modify, use enum ibv_wq_flags */
uint32_t flags_mask; /* Which flags to modify, use enum ibv_wq_flags */
};
The function ibv_modify_wq() will modify the WQ based on the given wq_attr->attr_mask
| 2016-07-27 | IBV_MODIFY_WQ (3) | libibverbs |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs. | ” |
| — Maurice Wilkes | ||