ibv_query_ece
query ECE options.
- Provided by: libibverbs-dev (Version: 39.0-1)
- Source: rdma-core
- Report a bug
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>