]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm/rdma_client: add new client sample
authorSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:50:54 +0000 (15:50 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:50:54 +0000 (15:50 -0700)
commitfb8173174b1e70fb4bd7032658e3e90d5903b3e7
tree96006791e54666e146713f2484f077e35f1f65f3
parent5ec23287dd9e7c7f07066e12d107ce30ebbe8e90
librdmacm/rdma_client: add new client sample

Provide a very simple client application that shows the
minimal coding needed to establish a connection and exchange
messages with a server.  The client makes use of the new
rdma_getaddrinfo and rdma_create_ep calls, plus rdma verbs
abstractions.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am
examples/rdma_client.c [new file with mode: 0644]