Skip to content

Commit

Permalink
man: Add ucx provider to the fi_provider man page
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxin Xiong <[email protected]>
  • Loading branch information
j-xiong committed Nov 17, 2023
1 parent 8894eb5 commit b3e5d07
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions man/fi_provider.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
[`fi_provider`(3)](fi_provider.3.html)

0 comments on commit b3e5d07

Please sign in to comment.