From 1a302c7df2ad7851b8d5886c773f93a9370edc88 Mon Sep 17 00:00:00 2001 From: Honggang LI Date: Tue, 30 Jan 2024 14:02:53 +0800 Subject: [PATCH] librdmacm: adjust ECE function name in man page Replace `ibv_get_ece()` with `ibv_query_ece()`. Fixes: 97f8668eb53e ("librdmacm: Document ECE API") Signed-off-by: Honggang LI --- librdmacm/man/rdma_set_local_ece.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librdmacm/man/rdma_set_local_ece.3.md b/librdmacm/man/rdma_set_local_ece.3.md index 253e60df2..68e737ec5 100644 --- a/librdmacm/man/rdma_set_local_ece.3.md +++ b/librdmacm/man/rdma_set_local_ece.3.md @@ -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