[Pkg-ofed-commits] [dapl] branch upstream updated (cd1b0d7 -> 608460e)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 9 14:22:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a change to branch upstream
in repository dapl.

      from  cd1b0d7   Imported Upstream version 2.0.19
       new  608460e   Imported Upstream version 2.0.42

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYING                                            |   16 +-
 ChangeLog                                          | 3654 ++++++++++++++++-
 LICENSE.txt                                        |  235 ++
 LICENSE2.txt                                       |   30 +
 LICENSE3.txt                                       |  340 ++
 Makefile.am                                        |  261 +-
 Makefile.in                                        | 4198 +++++++++++++-------
 NEWS                                               |    0
 aclocal.m4                                         |  330 +-
 config.h.in                                        |    9 +
 config/compile                                     |  142 -
 config/config.guess                                |  866 ++--
 config/config.sub                                  |  351 +-
 config/depcomp                                     |  172 +-
 config/install-sh                                  |  517 ++-
 config/ltmain.sh                                   |   37 +-
 config/missing                                     |  104 +-
 configure                                          | 1523 +++++--
 configure.in                                       |  103 +-
 dapl.spec                                          |  114 +-
 dapl.spec.in                                       |   98 +-
 dapl/common/dapl_adapter_util.h                    |   25 +-
 dapl/common/dapl_cno_util.c                        |   40 -
 dapl/common/dapl_cr_accept.c                       |   11 +-
 dapl/common/dapl_cr_callback.c                     |   34 +-
 dapl/common/dapl_cr_util.c                         |    2 +-
 dapl/common/dapl_cr_util.h                         |    3 +-
 dapl/common/dapl_debug.c                           |  451 ++-
 dapl/common/dapl_ep_connect.c                      |   21 +-
 dapl/common/dapl_ep_create.c                       |    3 +-
 dapl/common/dapl_ep_disconnect.c                   |    1 +
 dapl/common/dapl_ep_free.c                         |   40 +-
 dapl/common/dapl_ep_modify.c                       |    6 +
 dapl/common/dapl_ep_query.c                        |    1 +
 dapl/common/dapl_ep_util.c                         |   79 +-
 dapl/common/dapl_ep_util.h                         |   22 +-
 dapl/common/dapl_evd_connection_callb.c            |   26 +-
 dapl/common/dapl_evd_dequeue.c                     |   11 +-
 dapl/common/dapl_evd_dto_callb.c                   |    8 +-
 dapl/common/dapl_evd_resize.c                      |   13 +-
 dapl/common/dapl_evd_util.c                        |  554 ++-
 dapl/common/dapl_evd_util.h                        |   15 +-
 dapl/common/dapl_hca_util.c                        |   16 +-
 dapl/common/dapl_ia_open.c                         |    4 +
 dapl/common/dapl_ia_query.c                        |    3 +-
 dapl/common/dapl_ia_util.c                         |   12 +-
 dapl/common/dapl_lmr_free.c                        |   19 +-
 dapl/common/dapl_lmr_query.c                       |    1 +
 dapl/common/dapl_psp_query.c                       |    2 +-
 dapl/common/dapl_pz_query.c                        |    2 +-
 dapl/common/dapl_rmr_bind.c                        |   15 +-
 dapl/common/dapl_rmr_query.c                       |    1 +
 dapl/common/dapl_rsp_create.c                      |   15 +-
 dapl/common/dapl_rsp_query.c                       |    2 +-
 dapl/common/dapl_sp_util.c                         |    5 +
 dapl/common/dapl_srq_create.c                      |    7 +-
 dapl/common/dapl_srq_query.c                       |    1 +
 dapl/common/dapl_timer_util.c                      |   48 +-
 dapl/common/dapl_timer_util.h                      |    1 +
 dapl/include/dapl.h                                |   27 +-
 dapl/include/dapl_debug.h                          |   19 +-
 dapl/openib_cma/{dapl_ib_cm.c => cm.c}             |  702 ++--
 dapl/openib_cma/dapl_ib_dto.h                      |  472 ---
 dapl/openib_cma/dapl_ib_extensions.c               |  329 --
 dapl/openib_cma/dapl_ib_qp.c                       |  331 --
 dapl/openib_cma/dapl_ib_util.c                     | 1094 -----
 dapl/openib_cma/dapl_ib_util.h                     |  308 +-
 dapl/openib_cma/device.c                           |  730 ++++
 dapl/openib_cma/linux/openib_osd.h                 |    1 +
 dapl/openib_common/collectives/fca_provider.c      | 1400 +++++++
 dapl/openib_common/collectives/fca_provider.h      |  100 +
 dapl/openib_common/collectives/ib_collectives.h    |  228 ++
 .../dapl_ib_cq.c => openib_common/cq.c}            |  437 +-
 .../dapl_ib_common.h}                              |  363 +-
 dapl/{openib_scm => openib_common}/dapl_ib_dto.h   |   45 +-
 .../ib_extensions.c}                               |  229 +-
 .../dapl_ib_mem.c => openib_common/mem.c}          |   29 +-
 dapl/openib_common/qp.c                            |  682 ++++
 dapl/openib_common/util.c                          |  849 ++++
 dapl/openib_scm/cm.c                               | 2008 ++++++++++
 dapl/openib_scm/dapl_ib_cm.c                       | 1681 --------
 dapl/openib_scm/dapl_ib_cq.c                       |  705 ----
 dapl/openib_scm/dapl_ib_mem.c                      |  382 --
 dapl/openib_scm/dapl_ib_qp.c                       |  471 ---
 dapl/openib_scm/dapl_ib_util.c                     |  725 ----
 dapl/openib_scm/dapl_ib_util.h                     |  340 +-
 dapl/openib_scm/device.c                           |  787 ++++
 dapl/openib_scm/linux/openib_osd.h                 |    2 +-
 dapl/openib_ucm/cm.c                               | 2382 +++++++++++
 dapl/openib_ucm/dapl_ib_util.h                     |  159 +
 dapl/openib_ucm/device.c                           |  687 ++++
 dapl/{openib_scm => openib_ucm}/linux/openib_osd.h |   18 +-
 dapl/udapl/dapl_cno_query.c                        |    2 +-
 dapl/udapl/dapl_cno_wait.c                         |    9 +
 dapl/udapl/dapl_evd_query.c                        |    2 +-
 dapl/udapl/dapl_evd_set_unwaitable.c               |    9 +-
 dapl/udapl/dapl_evd_wait.c                         |   32 +-
 dapl/udapl/dapl_init.c                             |    3 +-
 dapl/udapl/dapl_lmr_create.c                       |   87 -
 dapl/udapl/{libdaplofa.map => libdaploucm.map}     |    2 +-
 dapl/udapl/linux/dapl_osd.h                        |   24 +-
 dat/common/dat_api.c                               |   67 +-
 dat/common/dat_sr.c                                |  111 +-
 dat/common/dat_sr.h                                |   10 +
 dat/common/dat_strerror.c                          |  110 +
 dat/include/dat2/dat_ib_extensions.h               |  787 +++-
 dat/include/dat2/dat_platform_specific.h           |    6 +-
 dat/udat/linux/dat_osd.c                           |    2 +-
 dat/udat/udat.c                                    |    6 +
 dat/udat/udat_api.c                                |    3 +
 dat/udat/udat_sr_parser.c                          |    8 +-
 doc/dat.conf                                       |   61 +
 man/dapltest.1                                     |   17 +-
 man/dat.conf.5                                     |   56 +-
 test/dapltest/Makefile.in                          |  318 +-
 test/dapltest/NEWS                                 |    0
 test/dapltest/cmd/dapl_fft_cmd.c                   |   10 +-
 test/dapltest/cmd/dapl_limit_cmd.c                 |   31 +-
 test/dapltest/cmd/dapl_main.c                      |   10 +-
 test/dapltest/cmd/dapl_params.c                    |    6 +
 test/dapltest/cmd/dapl_performance_cmd.c           |   18 +-
 test/dapltest/cmd/dapl_quit_cmd.c                  |   10 +-
 test/dapltest/cmd/dapl_server_cmd.c                |   13 +-
 test/dapltest/cmd/dapl_transaction_cmd.c           |   32 +-
 test/dapltest/common/dapl_endian.c                 |    4 -
 test/dapltest/include/dapl_common.h                |    2 +
 test/dapltest/include/dapl_fft_cmd.h               |    1 +
 test/dapltest/include/dapl_limit_cmd.h             |    1 +
 test/dapltest/include/dapl_params.h                |    1 +
 test/dapltest/include/dapl_performance_cmd.h       |    1 +
 test/dapltest/include/dapl_quit_cmd.h              |    1 +
 test/dapltest/include/dapl_server_cmd.h            |    1 +
 test/dapltest/include/dapl_server_info.h           |    4 +-
 test/dapltest/include/dapl_transaction_cmd.h       |    3 +-
 test/dapltest/mdep/linux/dapl_mdep_user.h          |    5 +
 test/dapltest/test/dapl_client.c                   |    2 +-
 test/dapltest/test/dapl_fft_queryinfo.c            |    4 +-
 test/dapltest/test/dapl_fft_util.c                 |    6 +-
 test/dapltest/test/dapl_limit.c                    |    5 +-
 test/dapltest/test/dapl_performance_client.c       |    2 +-
 test/dapltest/test/dapl_performance_server.c       |    2 +-
 test/dapltest/test/dapl_server.c                   |   12 +-
 test/dapltest/test/dapl_test_util.c                |    2 +-
 test/dapltest/test/dapl_transaction_stats.c        |   10 +
 test/dapltest/test/dapl_transaction_test.c         |  173 +-
 test/dapltest/test/dapl_transaction_util.c         |  182 +-
 test/dtest/Makefile.am                             |    6 +-
 test/dtest/Makefile.in                             |  170 +-
 test/dtest/dtest.c                                 |  640 ++-
 test/dtest/dtestcm.c                               | 1168 ++++++
 test/dtest/dtestx.c                                |  110 +-
 151 files changed, 25824 insertions(+), 11898 deletions(-)
 create mode 100644 LICENSE.txt
 create mode 100644 LICENSE2.txt
 create mode 100644 LICENSE3.txt
 delete mode 100644 NEWS
 delete mode 100755 config/compile
 mode change 100644 => 100755 config/ltmain.sh
 rename dapl/openib_cma/{dapl_ib_cm.c => cm.c} (70%)
 mode change 100755 => 100644
 delete mode 100644 dapl/openib_cma/dapl_ib_dto.h
 delete mode 100755 dapl/openib_cma/dapl_ib_extensions.c
 delete mode 100755 dapl/openib_cma/dapl_ib_qp.c
 delete mode 100755 dapl/openib_cma/dapl_ib_util.c
 create mode 100644 dapl/openib_cma/device.c
 create mode 100644 dapl/openib_common/collectives/fca_provider.c
 create mode 100644 dapl/openib_common/collectives/fca_provider.h
 create mode 100644 dapl/openib_common/collectives/ib_collectives.h
 rename dapl/{openib_cma/dapl_ib_cq.c => openib_common/cq.c} (50%)
 mode change 100755 => 100644
 copy dapl/{openib_scm/dapl_ib_util.h => openib_common/dapl_ib_common.h} (55%)
 rename dapl/{openib_scm => openib_common}/dapl_ib_dto.h (95%)
 rename dapl/{openib_scm/dapl_ib_extensions.c => openib_common/ib_extensions.c} (58%)
 mode change 100755 => 100644
 rename dapl/{openib_cma/dapl_ib_mem.c => openib_common/mem.c} (91%)
 mode change 100755 => 100644
 create mode 100644 dapl/openib_common/qp.c
 create mode 100644 dapl/openib_common/util.c
 create mode 100644 dapl/openib_scm/cm.c
 delete mode 100644 dapl/openib_scm/dapl_ib_cm.c
 delete mode 100644 dapl/openib_scm/dapl_ib_cq.c
 delete mode 100644 dapl/openib_scm/dapl_ib_mem.c
 delete mode 100644 dapl/openib_scm/dapl_ib_qp.c
 delete mode 100644 dapl/openib_scm/dapl_ib_util.c
 create mode 100644 dapl/openib_scm/device.c
 create mode 100644 dapl/openib_ucm/cm.c
 create mode 100644 dapl/openib_ucm/dapl_ib_util.h
 create mode 100644 dapl/openib_ucm/device.c
 copy dapl/{openib_scm => openib_ucm}/linux/openib_osd.h (53%)
 copy dapl/udapl/{libdaplofa.map => libdaploucm.map} (85%)
 create mode 100644 doc/dat.conf
 delete mode 100644 test/dapltest/NEWS
 create mode 100644 test/dtest/dtestcm.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/dapl.git



More information about the Pkg-ofed-commits mailing list