]> git.openfabrics.org - ~shefty/rdma-win.git/commit
ib/cm: export cm only interface
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 24 Jan 2009 19:15:03 +0000 (19:15 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 24 Jan 2009 19:15:03 +0000 (19:15 +0000)
commit97fad8683cf69f657f7969a99e061f98d7764b01
treeaf627de4affb77f906343cfea14f11cc9b87ea9a
parentea722eba208f1d5ca438573b5b59aa5f48a30e84
ib/cm: export cm only interface

To support WinVerbs and a future OFED libibcm compatibility library (requires
a new library and driver), export a new IB CM interface.  The interface sits
above the existing communication endpoint (CEP) manager.  This allows the
interface to export only IB CM functionality.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1874 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/core/al/al_cm_cep.h
trunk/core/al/kernel/SOURCES
trunk/core/al/kernel/al_cm.c [new file with mode: 0644]
trunk/core/al/kernel/al_cm_cep.c
trunk/core/al/kernel/al_ndi_cm.c
trunk/core/bus/kernel/bus_pnp.c
trunk/inc/kernel/iba/ib_cm_ifc.h [new file with mode: 0644]