components/open-fabrics/librdmacm/patches/004-librdmacm-remove-comments-for-XRC-support-from-man-pages.patch
changeset 7865 22ec3267b2a3
parent 7864 f11e8d81786a
child 7875 fdce0f6fd2bd
equal deleted inserted replaced
7864:f11e8d81786a 7865:22ec3267b2a3
     1 #This patch was developed both in-house and from outside. We plan to submit it
       
     2 #upstream, but do not yet have a target date for doing so
       
     3 #
       
     4 # HG changeset patch
       
     5 # Parent  9b6cc8c68b03b28d0b674dbf0fec4e6e143bd185
       
     6 Added comments for XRC support not available in the man pages
       
     7 
       
     8 diff -r 9b6cc8c68b03 man/rdma_create_id.3
       
     9 --- a/man/rdma_create_id.3	Thu Nov 19 11:19:08 2015 -0800
       
    10 +++ b/man/rdma_create_id.3	Fri Dec 04 17:46:54 2015 -0800
       
    11 @@ -48,7 +48,7 @@
       
    12  Provides unreliable, connectionless QP communication.  Supports both datagram
       
    13  and multicast communication.
       
    14  .IP RDMA_PS_IB
       
    15 -Provides for any IB services (UD, UC, RC, XRC, etc.).
       
    16 +Provides for any IB services (UD, UC, RC, etc.). Currently, it does not support XRC.
       
    17  .SH "SEE ALSO"
       
    18  rdma_cm(7), rdma_create_event_channel(3), rdma_destroy_id(3), rdma_get_devices(3),
       
    19  rdma_bind_addr(3), rdma_resolve_addr(3), rdma_connect(3), rdma_listen(3),
       
    20 diff -r 9b6cc8c68b03 man/rdma_create_srq.3
       
    21 --- a/man/rdma_create_srq.3	Thu Nov 19 11:19:08 2015 -0800
       
    22 +++ b/man/rdma_create_srq.3	Fri Dec 04 17:46:54 2015 -0800
       
    23 @@ -35,10 +35,12 @@
       
    24  allocated by the rdma_cm for the SRQ, along with corresponding completion
       
    25  channels.  Completion channels and CQ data created by the rdma_cm are
       
    26  exposed to the user through the rdma_cm_id structure.
       
    27 +Currently, the creation of XRC SRQs are not supported by this function in
       
    28 +the Solaris specific implementation.
       
    29  .P
       
    30  The actual capabilities and properties of the created SRQ will be
       
    31  returned to the user through the attr parameter.  An rdma_cm_id
       
    32 -may only be associated with a single SRQ.
       
    33 +may only be associated with a single SRQ. 
       
    34  .SH "SEE ALSO"
       
    35  rdma_bind_addr(3), rdma_resolve_addr(3), rdma_create_ep(3),
       
    36  rdma_destroy_srq(3), ibv_create_srq(3), ibv_create_xsrq(3)