]> git.openfabrics.org - ~shefty/rdma-win.git/commit
new CM implementation
authorftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 24 May 2005 23:41:08 +0000 (23:41 +0000)
committerftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 24 May 2005 23:41:08 +0000 (23:41 +0000)
commit7360ecacea74b3f9fa2f7ad5ab9c9d52f9ecc0d8
treebb60d675c0cdf2d29233f37df97c4fd4d3094033
parent925baafa2c8676b24d4107cf022691fe4ff40f49
new CM implementation

git-svn-id: svn://openib.tc.cornell.edu/gen1@13 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
172 files changed:
branches/fab_cm_branch/core/al/al.c
branches/fab_cm_branch/core/al/al.h
branches/fab_cm_branch/core/al/al_ci_ca_shared.c
branches/fab_cm_branch/core/al/al_cm_cep.h [new file with mode: 0644]
branches/fab_cm_branch/core/al/al_cm_conn.h
branches/fab_cm_branch/core/al/al_cm_qp.c [new file with mode: 0644]
branches/fab_cm_branch/core/al/al_dev.h
branches/fab_cm_branch/core/al/al_mad.c
branches/fab_cm_branch/core/al/al_mad.h
branches/fab_cm_branch/core/al/al_mad_pool.h
branches/fab_cm_branch/core/al/al_proxy.h
branches/fab_cm_branch/core/al/al_qp.c
branches/fab_cm_branch/core/al/al_qp.h
branches/fab_cm_branch/core/al/al_reg_svc.c
branches/fab_cm_branch/core/al/kernel/SOURCES
branches/fab_cm_branch/core/al/kernel/al_ci_ca.c
branches/fab_cm_branch/core/al/kernel/al_cm_cep.c [new file with mode: 0644]
branches/fab_cm_branch/core/al/kernel/al_dev.c
branches/fab_cm_branch/core/al/kernel/al_mad_pool.c
branches/fab_cm_branch/core/al/kernel/al_mgr.c
branches/fab_cm_branch/core/al/kernel/al_proxy_cep.c [new file with mode: 0644]
branches/fab_cm_branch/core/al/kernel/al_proxy_cm.c
branches/fab_cm_branch/core/al/user/SOURCES
branches/fab_cm_branch/core/al/user/al_dll.c
branches/fab_cm_branch/core/al/user/ual_cm_cep.c [new file with mode: 0644]
branches/fab_cm_branch/core/al/user/ual_mgr.c
branches/fab_cm_branch/core/al/user/ual_mgr.h
branches/fab_cm_branch/core/al/user/ual_pnp.c
branches/fab_cm_branch/core/complib/cl_map.c
branches/fab_cm_branch/hw/mt23108/kernel/hca_data.c
branches/fab_cm_branch/hw/mt23108/vapi/Hca/hcahal/tavor/thh_hob/thh_hob.c
branches/fab_cm_branch/inc/complib/cl_qmap.h
branches/fab_cm_branch/inc/complib/cl_rbmap.h [new file with mode: 0644]
branches/fab_cm_branch/inc/iba/ib_al.h
branches/fab_cm_branch/inc/iba/ib_al_ioctl.h
branches/fab_cm_branch/inc/iba/ib_types.h
branches/fab_cm_branch/inc/user/complib/cl_debug_osd.h
branches/fab_cm_branch/tests/alts/cmtests.c
branches/fab_cm_branch/tests/cmtest/user/main.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_adapter_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cno_create.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cno_free.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cno_modify_agent.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cno_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cno_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cno_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cno_wait.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cookie.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cookie.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cr_accept.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cr_callback.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cr_handoff.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cr_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cr_reject.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cr_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_cr_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_connect.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_create.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_disconnect.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_dup_connect.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_free.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_get_status.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_modify.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_post_rdma_read.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_post_rdma_write.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_post_recv.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_post_send.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_reset.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ep_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_clear_unwaitable.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_connection_callb.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_cq_async_error_callb.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_create.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_dequeue.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_disable.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_dto_callb.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_enable.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_free.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_modify_cno.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_post_se.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_qp_async_error_callb.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_resize.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_set_unwaitable.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_un_async_error_callb.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_evd_wait.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_get_consumer_context.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_get_handle_type.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_hash.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_hash.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_hca_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_hca_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ia_close.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ia_open.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ia_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ia_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ia_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_init.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_llist.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_lmr_create.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_lmr_free.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_lmr_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_lmr_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_lmr_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_mr_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_mr_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_provider.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_provider.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_psp_create.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_psp_create_any.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_psp_free.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_psp_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_pz_create.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_pz_free.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_pz_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_pz_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_pz_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ring_buffer_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_ring_buffer_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_rmr_bind.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_rmr_create.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_rmr_free.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_rmr_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_rmr_util.h
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_rsp_create.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_rsp_free.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_rsp_query.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_set_consumer_context.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_sp_util.c
branches/fab_cm_branch/ulp/dapl/dapl/common/dapl_sp_util.h
branches/fab_cm_branch/ulp/dapl/dapl/ibal/dapl_ibal_cm.c
branches/fab_cm_branch/ulp/dapl/dapl/ibal/dapl_ibal_dto.h
branches/fab_cm_branch/ulp/dapl/dapl/ibal/dapl_ibal_kmod.h
branches/fab_cm_branch/ulp/dapl/dapl/ibal/dapl_ibal_mrdb.c
branches/fab_cm_branch/ulp/dapl/dapl/ibal/dapl_ibal_mrdb.h
branches/fab_cm_branch/ulp/dapl/dapl/ibal/dapl_ibal_qp.c
branches/fab_cm_branch/ulp/dapl/dapl/ibal/dapl_ibal_util.c
branches/fab_cm_branch/ulp/dapl/dapl/ibal/dapl_ibal_util.h
branches/fab_cm_branch/ulp/dapl/dapl/include/dapl.h
branches/fab_cm_branch/ulp/dapl/dapl/include/dapl_debug.h
branches/fab_cm_branch/ulp/dapl/dapl/include/dapl_ipoib_names.h
branches/fab_cm_branch/ulp/dapl/dapl/include/dapl_vendor.h
branches/fab_cm_branch/ulp/dapl/dapl/udapl/dapl_init.c
branches/fab_cm_branch/ulp/dapl/dapl/udapl/dapl_name_service.c
branches/fab_cm_branch/ulp/dapl/dapl/udapl/dapl_name_service.h
branches/fab_cm_branch/ulp/dapl/dapl/udapl/dapl_timer_util.c
branches/fab_cm_branch/ulp/dapl/dapl/udapl/dapl_timer_util.h
branches/fab_cm_branch/ulp/dapl/dapl/udapl/linux/dapl_osd.c
branches/fab_cm_branch/ulp/dapl/dapl/udapl/linux/dapl_osd.h
branches/fab_cm_branch/ulp/dapl/dapl/udapl/windows/dapl_osd.c
branches/fab_cm_branch/ulp/dapl/dapl/udapl/windows/dapl_osd.h
branches/fab_cm_branch/ulp/dapl/dat/common/dat_strerror.c
branches/fab_cm_branch/ulp/dapl/dat/kdat/dat_kdapl.c
branches/fab_cm_branch/ulp/dapl/dat/kdat/dat_module.c
branches/fab_cm_branch/ulp/dapl/dat/kdat/linux/dat_osd.c
branches/fab_cm_branch/ulp/dapl/dat/kdat/linux/dat_osd.h
branches/fab_cm_branch/ulp/dapl/dat/udat/linux/dat_osd.c
branches/fab_cm_branch/ulp/dapl/dat/udat/linux/dat_osd.h
branches/fab_cm_branch/ulp/dapl/dat/udat/udat.c
branches/fab_cm_branch/ulp/dapl/dat/udat/udat_sr_parser.c
branches/fab_cm_branch/ulp/dapl/dat/udat/udat_sr_parser.h
branches/fab_cm_branch/ulp/dapl/dat/udat/windows/dat_osd.c
branches/fab_cm_branch/ulp/dapl/dat/udat/windows/dat_osd.h
branches/fab_cm_branch/ulp/dapl/dat/udat/windows/dat_osd_sr.h
branches/fab_cm_branch/ulp/wsd/user/ib_cm.c
branches/fab_cm_branch/ulp/wsd/user/ibsp_iblow.c
branches/fab_cm_branch/ulp/wsd/user/ibspdll.c
branches/fab_cm_branch/ulp/wsd/user/ibspdll.h