From b3e5d0791f0654abc0cc4438905077737b12b5f3 Mon Sep 17 00:00:00 2001 From: Jianxin Xiong Date: Thu, 16 Nov 2023 18:19:40 -0800 Subject: [PATCH] man: Add ucx provider to the fi_provider man page Signed-off-by: Jianxin Xiong --- man/fi_provider.7.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/man/fi_provider.7.md b/man/fi_provider.7.md index b83f826303c..cca2c126c58 100644 --- a/man/fi_provider.7.md +++ b/man/fi_provider.7.md @@ -98,13 +98,18 @@ operating system support is available, etc. This list is not exhaustive. : A provider which runs over the TCP/IP protocol and is available on multiple operating systems. This provider enables develop of libfabric applications on most platforms. - See [`fi_tcp`(7)](fi_tcp.7.html) for more information + See [`fi_tcp`(7)](fi_tcp.7.html) for more information. + +*UCX* +: A provider which runs over the UCX library which is currently supported + by Infiniband fabrics from NVIDIA. + See [`fi_ucx`(7)](fi_ucx.7.html) for more information. *UDP* : A provider which runs over the UDP/IP protocol and is available on multiple operating systems. This provider enables develop of libfabric applications on most platforms. - See [`fi_udp`(7)](fi_udp.7.html) for more information + See [`fi_udp`(7)](fi_udp.7.html) for more information. *Verbs* : This provider targets RDMA NICs for both Linux and Windows platforms. @@ -155,4 +160,4 @@ into hardware, though actual hardware offload support is not a requirement. # SEE ALSO [`fabric`(7)](fabric.7.html) -[`fi_provider`(3)](fi_provider.3.html) \ No newline at end of file +[`fi_provider`(3)](fi_provider.3.html)