From d52a9869097812dc9a6958ba5fdeafe90b6fa19e Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 1 Jun 2012 10:52:03 -0700 Subject: [PATCH] man: List RDMA_PS_IB as a supported port space in rdma_getaddrinfo man page Signed-off-by: Hal Rosenstock Signed-off-by: Sean Hefty --- man/rdma_getaddrinfo.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/rdma_getaddrinfo.3 b/man/rdma_getaddrinfo.3 index 31c233de..86e00cad 100755 --- a/man/rdma_getaddrinfo.3 +++ b/man/rdma_getaddrinfo.3 @@ -55,7 +55,8 @@ are: AF_INET, AF_INET6, and AF_IB. Indicates the type of RDMA QP used for communication. Supported types are: IBV_UD (unreliable datagram) and IBV_RC (reliable connected). .IP "ai_port_space" 12 -RDMA port space in use. Supported values are: RDMA_PS_UDP and RDMA_PS_TCP. +RDMA port space in use. Supported values are: RDMA_PS_UDP, RDMA_PS_TCP, +and RDMA_PS_IB. .IP "ai_src_len" 12 The length of the source address referenced by ai_src_addr. This will be 0 if an appropriate source address could not be discovered for a given -- 2.45.2