rdma_get_remote_ece - Man Page

Get remote ECE paraemters as received from the peer.

Synopsis

#include <rdma/rdma_cma.h>

int rdma_get_remote_ece(struct rdma_cm_id *id, struct ibv_ece *ece);

Description

rdma_get_remote_ece() get ECE parameters as were received from the communication peer.

This function is suppose to be used by the users of external QPs. The call needs to be performed before replying to the peer and needed to allow for the passive side to know ECE options of other side.

Being used by external QP and RDMA_CM doesn’t manage that QP, the peer needs to call to libibverbs API by itself.

Usual flow for the passive side will be:

Arguments

*id

RDMA communication identifier.

*ece

ECE struct to be filled.

Return Value

rdma_get_remote_ece() returns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure reason.

See Also

rdma_cm(7), rdma_set_local_ece(3)

Author

Leon Romanovsky <leonro@mellanox.com>

Referenced By

mlx5dv_map_ah_to_qp(3), rdma_cm(7), rdma_set_local_ece(3).

2020-02-02 Librdmacm Programmer’s Manual