]> git.openfabrics.org - ~shefty/rdma-win.git/commit
librdmacm: provide OFED compatibility library.
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 24 Jan 2009 19:58:23 +0000 (19:58 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 24 Jan 2009 19:58:23 +0000 (19:58 +0000)
commit50776cca726157098212625277bd6310074c133d
tree1f0fd4eb2d618687e673e1a291229e7930745bec
parentbddad7e8274ffae7ea416998488863fa47bba037
librdmacm: provide OFED compatibility library.

Provide a port of librdmacm.

Because of the use of overlapped structures and events, the library
has a scalability limitation of about 60 connections. The scalability limit will be addressed in a subsequent version, once the needs of a real application are determined.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1879 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
20 files changed:
trunk/ulp/dirs
trunk/ulp/librdmacm/AUTHORS [new file with mode: 0644]
trunk/ulp/librdmacm/COPYING [new file with mode: 0644]
trunk/ulp/librdmacm/dirs [new file with mode: 0644]
trunk/ulp/librdmacm/examples/cmatose/SOURCES [new file with mode: 0644]
trunk/ulp/librdmacm/examples/cmatose/cmatose.c [new file with mode: 0644]
trunk/ulp/librdmacm/examples/cmatose/makefile [new file with mode: 0644]
trunk/ulp/librdmacm/examples/dirs [new file with mode: 0644]
trunk/ulp/librdmacm/examples/mckey/mckey.c [new file with mode: 0644]
trunk/ulp/librdmacm/examples/rping/rping.c [new file with mode: 0644]
trunk/ulp/librdmacm/examples/udaddy/udaddy.c [new file with mode: 0644]
trunk/ulp/librdmacm/include/rdma/rdma_cma.h [new file with mode: 0644]
trunk/ulp/librdmacm/src/Sources [new file with mode: 0644]
trunk/ulp/librdmacm/src/cma.cpp [new file with mode: 0644]
trunk/ulp/librdmacm/src/cma.h [new file with mode: 0644]
trunk/ulp/librdmacm/src/cma.rc [new file with mode: 0644]
trunk/ulp/librdmacm/src/cma_export.def [new file with mode: 0644]
trunk/ulp/librdmacm/src/cma_exports.src [new file with mode: 0644]
trunk/ulp/librdmacm/src/cma_main.cpp [new file with mode: 0644]
trunk/ulp/librdmacm/src/makefile [new file with mode: 0644]