]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[DAPL] Sync with latest 2.0.24 OFED release
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 31 Oct 2009 00:27:53 +0000 (00:27 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 31 Oct 2009 00:27:53 +0000 (00:27 +0000)
commit013dca497990095720880d0c681ccb74397db463
treea81d0e89b2970dbcbf2e2c57863087f672f16dbd
parent7dc0f974e86414bccc0f09d720adfb899b7191a1
[DAPL] Sync with latest 2.0.24 OFED release

Summary of changes since last release:

v2 - winof: Utilize WinOF version of inet_ntop() for Windows OSes which do not support inet_ntop().
v2 - winof: ucm windows build issue with new CQ completion channel
v2 - winof: add ucm provider to windows build
v2 - winof: add missing build files for ibal, scm
v2 - scm: connection peer resets under heavy load, incorrect event on error
v2 - ucm: increase default reply and rtu timeout values.
v2 - ucm: change some debug message levels and add check for valid UD REPLY during retries.
v2 - ucm: increase timers during subsequent retries
v2 - ucm, scm: address handles need destroyed when freeing Endpoints with UD QP's.
v2 - openib_common: ignore pd free errors, clear pd_handle and return.
v2 - ucm: using UD type QP's, ucm reports wrong reject event when user rejects AH resolution request.
v2 - ucm, scm, cma: Fix CNO support on DTO type EVD's
v2 - ucm: fix lock init bug in ucm_cm_find
v2 - ucm: fix build problem with latest windows ucm changes
v2 - ucm: HCA should not be closed until all resources have been released.
v2 - ucm: build warning when compiling on 32-bit systems.
v2 - ucm: trying to deregister the same memory region twice
v2 - dat: reduce debug message level when parsing for location of dat.conf
v2 - ucm: update ucm provider for windows environment
v2 - ucm: add timer/retry CM logic to the ucm provider

git-svn-id: svn://openib.tc.cornell.edu/gen1@2527 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
35 files changed:
trunk/ulp/dapl2/ChangeLog
trunk/ulp/dapl2/Makefile.am
trunk/ulp/dapl2/configure.in
trunk/ulp/dapl2/dapl.spec.in
trunk/ulp/dapl2/dapl/common/dapl_debug.c
trunk/ulp/dapl2/dapl/dirs
trunk/ulp/dapl2/dapl/openib_common/cq.c
trunk/ulp/dapl2/dapl/openib_common/dapl_ib_common.h
trunk/ulp/dapl2/dapl/openib_common/mem.c
trunk/ulp/dapl2/dapl/openib_common/qp.c
trunk/ulp/dapl2/dapl/openib_scm/cm.c
trunk/ulp/dapl2/dapl/openib_scm/dapl_ib_util.h
trunk/ulp/dapl2/dapl/openib_scm/device.c
trunk/ulp/dapl2/dapl/openib_ucm/README [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/SOURCES [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/cm.c [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/dapl_ib_util.h [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/device.c [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/linux/openib_osd.h [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/makefile [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/udapl.rc [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/udapl_ofa_ucm_exports.src [new file with mode: 0644]
trunk/ulp/dapl2/dapl/openib_ucm/windows/openib_osd.h [new file with mode: 0644]
trunk/ulp/dapl2/dapl/udapl/dapl_evd_wait.c
trunk/ulp/dapl2/dat/include/dat2/dat_ib_extensions.h
trunk/ulp/dapl2/dat/udat/udat_sr_parser.c
trunk/ulp/dapl2/test/dtest/dtest.c
trunk/ulp/dapl2/test/dtest/dtestcm.c
trunk/ulp/dapl2/test/dtest/dtestx.c
trunk/ulp/dapl2/test/dtest/windows/dtest/SOURCES
trunk/ulp/dapl2/test/dtest/windows/dtest/dtest.c
trunk/ulp/dapl2/test/dtest/windows/dtestcm/SOURCES
trunk/ulp/dapl2/test/dtest/windows/dtestcm/dtestcm.c
trunk/ulp/dapl2/test/dtest/windows/dtestx/SOURCES
trunk/ulp/dapl2/test/dtest/windows/dtestx/dtestx.c