[Pkg-ofed-commits] r1044 - in /branches/upstream/librdmacm/branches/upstream/cur...

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Thu Feb 16 13:27:55 UTC 2012


Author: gmpc-guest
Date: Thu Feb 16 13:27:54 2012
New Revision: 1044

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=1044
Log:
[svn-upgrade] new version librdmacm (1.0.15)

Added:
    branches/upstream/librdmacm/branches/upstream/current/examples/rdma_client.c
    branches/upstream/librdmacm/branches/upstream/current/examples/rdma_server.c
    branches/upstream/librdmacm/branches/upstream/current/examples/rdma_xclient.c
    branches/upstream/librdmacm/branches/upstream/current/examples/rdma_xserver.c
    branches/upstream/librdmacm/branches/upstream/current/include/infiniband/
    branches/upstream/librdmacm/branches/upstream/current/include/infiniband/ib.h
    branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_verbs.h
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_client.1
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_ep.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_srq.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_dereg_mr.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_ep.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_srq.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_recv_comp.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_request.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_send_comp.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_getaddrinfo.3   (with props)
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_read.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_readv.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_recv.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_recvv.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_send.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_sendv.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_ud_send.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_write.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_writev.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_msgs.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_read.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_write.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_server.1
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_xclient.1
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_xserver.1
    branches/upstream/librdmacm/branches/upstream/current/src/acm.c   (with props)
    branches/upstream/librdmacm/branches/upstream/current/src/addrinfo.c   (with props)
    branches/upstream/librdmacm/branches/upstream/current/src/cma.h
Modified:
    branches/upstream/librdmacm/branches/upstream/current/Makefile.am
    branches/upstream/librdmacm/branches/upstream/current/Makefile.in
    branches/upstream/librdmacm/branches/upstream/current/README
    branches/upstream/librdmacm/branches/upstream/current/aclocal.m4
    branches/upstream/librdmacm/branches/upstream/current/config.h.in
    branches/upstream/librdmacm/branches/upstream/current/config/config.guess
    branches/upstream/librdmacm/branches/upstream/current/config/config.sub
    branches/upstream/librdmacm/branches/upstream/current/config/ltmain.sh
    branches/upstream/librdmacm/branches/upstream/current/configure
    branches/upstream/librdmacm/branches/upstream/current/configure.in
    branches/upstream/librdmacm/branches/upstream/current/examples/cmatose.c
    branches/upstream/librdmacm/branches/upstream/current/examples/mckey.c
    branches/upstream/librdmacm/branches/upstream/current/examples/rping.c
    branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_cma.h
    branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_cma_abi.h
    branches/upstream/librdmacm/branches/upstream/current/librdmacm.spec
    branches/upstream/librdmacm/branches/upstream/current/librdmacm.spec.in
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_accept.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_ack_cm_event.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_bind_addr.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_cm.7
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_connect.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_event_channel.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_id.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_qp.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_event_channel.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_id.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_qp.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_disconnect.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_event_str.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_free_devices.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_cm_event.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_devices.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_dst_port.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_local_addr.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_peer_addr.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_src_port.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_join_multicast.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_leave_multicast.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_listen.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_migrate_id.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_notify.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_reject.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_resolve_addr.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_resolve_route.3
    branches/upstream/librdmacm/branches/upstream/current/man/rdma_set_option.3
    branches/upstream/librdmacm/branches/upstream/current/src/cma.c
    branches/upstream/librdmacm/branches/upstream/current/src/librdmacm.map

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/librdmacm/branches/upstream/current/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/Makefile.am?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/Makefile.in?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/README?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/aclocal.m4
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/aclocal.m4?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/config.h.in
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/config.h.in?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/config/config.guess
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/config/config.guess?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/config/config.sub
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/config/config.sub?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/config/ltmain.sh
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/config/ltmain.sh?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/configure
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/configure?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/configure.in
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/configure.in?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/examples/cmatose.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/examples/cmatose.c?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/examples/mckey.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/examples/mckey.c?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/examples/rdma_client.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/examples/rdma_client.c?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/examples/rdma_server.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/examples/rdma_server.c?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/examples/rdma_xclient.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/examples/rdma_xclient.c?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/examples/rdma_xserver.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/examples/rdma_xserver.c?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/examples/rping.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/examples/rping.c?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/include/infiniband/ib.h
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/include/infiniband/ib.h?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_cma.h
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_cma.h?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_cma_abi.h
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_cma_abi.h?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_verbs.h
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/include/rdma/rdma_verbs.h?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/librdmacm.spec
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/librdmacm.spec?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/librdmacm.spec.in
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/librdmacm.spec.in?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_accept.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_accept.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_ack_cm_event.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_ack_cm_event.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_bind_addr.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_bind_addr.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_client.1
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_client.1?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_cm.7
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_cm.7?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_connect.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_connect.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_ep.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_ep.3?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_event_channel.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_event_channel.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_id.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_id.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_qp.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_qp.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_srq.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_create_srq.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_dereg_mr.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_dereg_mr.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_ep.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_ep.3?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_event_channel.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_event_channel.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_id.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_id.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_qp.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_qp.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_srq.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_destroy_srq.3?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_disconnect.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_disconnect.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_event_str.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_event_str.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_free_devices.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_free_devices.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_cm_event.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_cm_event.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_devices.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_devices.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_dst_port.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_dst_port.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_local_addr.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_local_addr.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_peer_addr.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_peer_addr.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_recv_comp.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_recv_comp.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_request.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_request.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_send_comp.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_send_comp.3?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_src_port.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_get_src_port.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_getaddrinfo.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_getaddrinfo.3?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_join_multicast.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_join_multicast.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_leave_multicast.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_leave_multicast.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_listen.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_listen.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_migrate_id.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_migrate_id.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_notify.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_notify.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_read.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_read.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_readv.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_readv.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_recv.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_recv.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_recvv.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_recvv.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_send.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_send.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_sendv.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_sendv.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_ud_send.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_ud_send.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_write.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_write.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_writev.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_post_writev.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_msgs.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_msgs.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_read.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_read.3?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_write.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_reg_write.3?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_reject.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_reject.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_resolve_addr.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_resolve_addr.3?rev=1044&op=diff

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_resolve_route.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_resolve_route.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_server.1
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_server.1?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/man/rdma_set_option.3
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_set_option.3?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_xclient.1
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_xclient.1?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/man/rdma_xserver.1
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/man/rdma_xserver.1?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/src/acm.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/src/acm.c?rev=1044&op=file

Added: branches/upstream/librdmacm/branches/upstream/current/src/addrinfo.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/src/addrinfo.c?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/src/cma.c
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/src/cma.c?rev=1044&op=diff

Added: branches/upstream/librdmacm/branches/upstream/current/src/cma.h
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/src/cma.h?rev=1044&op=file

Modified: branches/upstream/librdmacm/branches/upstream/current/src/librdmacm.map
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/upstream/librdmacm/branches/upstream/current/src/librdmacm.map?rev=1044&op=diff




More information about the Pkg-ofed-commits mailing list