Skip to content

Commit

Permalink
Merge pull request #1440 from Honggang-LI/doc
Browse files Browse the repository at this point in the history
librdmacm: adjust ECE function name in man page
  • Loading branch information
rleon committed Mar 20, 2024
2 parents f884585 + 1a302c7 commit b51ef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librdmacm/man/rdma_set_local_ece.3.md
Expand Up @@ -33,7 +33,7 @@ to call to libibverbs API by itself.
Usual flow for the passive side will be:
* ibv_create_qp() <- create data QP.
* ece = ibv_get_ece() <- get ECE from libibvers provider.
* ece = ibv_query_ece() <- get ECE from libibvers provider.
* rdma_set_local_ece(ece) <- set desired ECE options.
* rdma_connect() <- send connection request
* ece = rdma_get_remote_ece() <- get ECE options from remote peer
Expand Down

0 comments on commit b51ef55

Please sign in to comment.