IBV_SET_ECE(3) | Libibverbs Programmer’s Manual | IBV_SET_ECE(3) |
ibv_set_ece - set ECE options and use them for QP configuration stage.
#include <infiniband/verbs.h> int ibv_set_ece(struct ibv_qp *qp, struct ibv_ece *ece);
ibv_set_ece() set ECE options and use them for QP configuration stage.
The desired ECE options will be used during various modify QP stages based on supported options in relevant QP state.
struct ibv_ece {
uint32_t vendor_id;
uint32_t options;
uint32_t comp_mask; };
ibv_set_ece() returns 0 when the call was successful, or the errno value which indicates the failure reason.
Leon Romanovsky <leonro@mellanox.com>
2020-01-22 | libibverbs |