]> git.openfabrics.org - ~ardavis/dapl.git/commit
Add new dapl functions for 2.0 (stubs for now)
authorArlin Davis <arlin.r.davis@intel.com>
Sat, 5 May 2007 00:17:41 +0000 (17:17 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Sat, 5 May 2007 00:17:41 +0000 (17:17 -0700)
commit82a6750d31cd432c7e09298fc98c0e7e74abd012
tree9182b1763ef2e2f19fa7561fda0b263ef56cd739
parent8679aaf56c781715adc132a38a731e36194570f1
Add new dapl functions for 2.0 (stubs for now)
- dapl_ep_post_send_invalidate
- dapl_ep_post_rdma_read_to_rmr
- dapl_ia_ha
- dapl_csp_create, query, free
- dapl_cno_trigger
- dapl_cno_fd_create
- dapl_extensions

Add new 2.0 parameters to existing API's
- dapl_cr_reject
- dapl_rmr_bind
32 files changed:
Makefile.am [changed mode: 0644->0755]
dapl/common/dapl_cno_util.c [changed mode: 0644->0755]
dapl/common/dapl_cno_util.h [changed mode: 0644->0755]
dapl/common/dapl_cr_reject.c [changed mode: 0644->0755]
dapl/common/dapl_csp.c [new file with mode: 0755]
dapl/common/dapl_ep_connect.c [changed mode: 0644->0755]
dapl/common/dapl_ep_post_rdma_read_to_rmr.c [new file with mode: 0755]
dapl/common/dapl_ep_post_send_invalidate.c [new file with mode: 0755]
dapl/common/dapl_evd_dto_callb.c [changed mode: 0644->0755]
dapl/common/dapl_evd_free.c [changed mode: 0644->0755]
dapl/common/dapl_evd_util.c [changed mode: 0644->0755]
dapl/common/dapl_ia_ha.c [new file with mode: 0755]
dapl/common/dapl_ia_util.c [changed mode: 0644->0755]
dapl/common/dapl_provider.c [changed mode: 0644->0755]
dapl/common/dapl_rmr_bind.c [changed mode: 0644->0755]
dapl/common/dapl_rmr_create.c [changed mode: 0644->0755]
dapl/include/dapl.h [changed mode: 0644->0755]
dapl/openib_cma/dapl_ib_cm.c
dapl/openib_cma/dapl_ib_cq.c [changed mode: 0644->0755]
dapl/openib_cma/dapl_ib_extensions.c
dapl/openib_cma/dapl_ib_mem.c [changed mode: 0644->0755]
dapl/openib_cma/dapl_ib_qp.c [changed mode: 0644->0755]
dapl/openib_cma/dapl_ib_util.c
dapl/openib_cma/dapl_ib_util.h
dapl/udapl/libdaplcma.map
dat/common/dat_api.c
dat/common/dat_sr.c
dat/include/dat/dat.h
dat/include/dat/dat_ib_extensions.h
dat/udat/udat.c
doc/dat.conf [changed mode: 0644->0755]
test/dtest/dtestx.c