IBV_QUERY_ECE(3) | Libibverbs Programmer’s Manual | IBV_QUERY_ECE(3) |
ibv_query_ece - query ECE options.
#include <infiniband/verbs.h> int ibv_query_ece(struct ibv_qp *qp, struct ibv_ece *ece);
ibv_query_ece() query ECE options.
Return to the user current ECE state for the QP.
struct ibv_ece {
uint32_t vendor_id;
uint32_t options;
uint32_t comp_mask; };
ibv_query_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 |