]> git.openfabrics.org - ~shefty/libibcm.git/commit
r3143: - Add user specified context to all uCM events. Users will not retrieve
authorSean Hefty <sean.hefty@intel.com>
Sun, 21 Aug 2005 22:30:08 +0000 (22:30 +0000)
committerSean Hefty <sean.hefty@intel.com>
Sun, 21 Aug 2005 22:30:08 +0000 (22:30 +0000)
commitefee396cdf05d8088a8d9d1a040d6bf8c307b17b
treeac0d8495f5229dd53348e69680515381bcf4a431
parent5b0c1377f5e0ea79b2b3f28dac2fcf84ae09a1da
r3143: - Add user specified context to all uCM events.  Users will not retrieve
  any events associated with the context after destroying the corresponding
  cm_id.
- Provide the ib_cm_init_qp_attr() call to userspace clients of the CM.
  This call may be used to set QP attributes properly before modifying the QP.
- Fixes some error handling syncrhonization and cleanup issues.
- Performs some minor code cleanup.
- Replaces the ucm_simple test program with a userspace version of cmpost.
- Updates DAPL to the new API.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
AUTHORS
Makefile.am
examples/cmpost.c [new file with mode: 0644]
examples/simple.c
include/infiniband/cm.h
include/infiniband/cm_abi.h
src/cm.c