Skip to content

Commit

Permalink
librdmacm: adjust ECE function name in man page
Browse files Browse the repository at this point in the history
Replace `ibv_get_ece()` with `ibv_query_ece()`.

Fixes: 97f8668 ("librdmacm: Document ECE API")
Signed-off-by: Honggang LI <[email protected]>
  • Loading branch information
Honggang-LI committed Mar 20, 2024
1 parent f884585 commit 1a302c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librdmacm/man/rdma_set_local_ece.3.md
Original file line number Diff line number Diff line change
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 1a302c7

Please sign in to comment.