[Pkg-ofed-commits] [dapl] 02/05: Merge tag 'upstream/2.1.5'

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Mon Jul 20 23:07:46 UTC 2015


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

ana pushed a commit to branch master
in repository dapl.

commit 5b9f8275bea045786c1f9a551c8d465941411ee6
Merge: f1f6f13 8a408c9
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Mon Jul 20 15:38:42 2015 +0200

    Merge tag 'upstream/2.1.5'
    
    Upstream version 2.1.5

 ChangeLog                                   |  592 ++
 INSTALL                                     |  370 ++
 Makefile.am                                 |    7 +
 Makefile.in                                 | 3000 ++++-----
 README                                      |   53 +-
 README.mcm                                  |  178 +-
 aclocal.m4                                  |  714 ++-
 config.h.in                                 |    3 +
 config/compile                              |  347 +
 config/config.guess                         |  405 +-
 config/config.sub                           |  277 +-
 config/depcomp                              |  531 +-
 config/install-sh                           |   35 +-
 config/ltmain.sh                            | 4017 ++++++++----
 config/missing                              |  461 +-
 configure                                   | 9191 ++++++++++++---------------
 configure.in                                |    4 +-
 dapl.spec                                   |   21 +-
 dapl.spec.in                                |   19 +-
 dapl/common/dapl_adapter_util.h             |   13 +
 dapl/common/dapl_cr_callback.c              |    2 +-
 dapl/common/dapl_ep_create.c                |    2 +-
 dapl/common/dapl_ep_create_with_srq.c       |   53 +-
 dapl/common/dapl_ep_free.c                  |   26 +-
 dapl/common/dapl_ep_post_recv.c             |    5 +
 dapl/common/dapl_ep_util.c                  |   29 +-
 dapl/common/dapl_ep_util.h                  |    3 +-
 dapl/common/dapl_evd_cq_async_error_callb.c |    4 +-
 dapl/common/dapl_evd_qp_async_error_callb.c |   48 +-
 dapl/common/dapl_evd_util.c                 |   49 +-
 dapl/common/dapl_srq_create.c               |   23 +-
 dapl/common/dapl_srq_free.c                 |   36 +-
 dapl/common/dapl_srq_post_recv.c            |    6 +-
 dapl/common/dapl_srq_query.c                |    6 +-
 dapl/common/dapl_srq_resize.c               |    9 +-
 dapl/common/dapl_srq_set_lw.c               |    4 +-
 dapl/common/dapl_srq_util.c                 |    2 -
 dapl/include/dapl.h                         |    2 +
 dapl/openib_cma/cm.c                        |   13 +-
 dapl/openib_cma/dapl_ib_util.h              |   18 +-
 dapl/openib_cma/device.c                    |   20 +-
 dapl/openib_common/cq.c                     |    3 +-
 dapl/openib_common/dapl_ib_common.h         |   98 +-
 dapl/openib_common/dapl_ib_dto.h            |   50 +-
 dapl/openib_common/dapl_mic_common.h        |   16 +-
 dapl/openib_common/ib_extensions.c          |   50 +
 dapl/openib_common/qp.c                     |   77 +-
 dapl/openib_common/srq.c                    |  147 +
 dapl/openib_common/util.c                   |  206 +-
 dapl/openib_mcm/cm.c                        |   25 +-
 dapl/openib_mcm/dapl_ib_util.h              |   19 +-
 dapl/openib_mcm/device.c                    |   44 +-
 dapl/openib_mcm/mix.c                       |   35 +-
 dapl/openib_mcm/proxy.c                     |  310 +-
 dapl/openib_scm/cm.c                        |   23 +-
 dapl/openib_scm/dapl_ib_util.h              |   15 +-
 dapl/openib_scm/device.c                    |   48 +-
 dapl/openib_ucm/cm.c                        | 1421 +++--
 dapl/openib_ucm/dapl_ib_util.h              |   56 +-
 dapl/openib_ucm/device.c                    |  203 +-
 dapl/svc/mcm.c                              |   13 +-
 dapl/svc/mix.c                              |   48 +-
 dapl/svc/mpxy_in.c                          |  218 +-
 dapl/svc/mpxy_out.c                         |  316 +-
 dapl/svc/mpxyd.c                            |  334 +-
 dapl/svc/mpxyd.h                            |   89 +-
 dapl/svc/util.c                             |   85 +-
 dapl/udapl/libdaplomcm.map                  |    0
 dapl/udapl/linux/dapl_osd.h                 |   11 +-
 dat/include/dat2/dat.h                      |    3 +-
 dat/include/dat2/dat_error.h                |    1 +
 dat/include/dat2/dat_ib_extensions.h        |   47 +-
 doc/dat.conf                                |    9 +-
 doc/mpxyd.conf                              |   39 +-
 m4/libtool.m4                               | 2252 ++++---
 m4/ltoptions.m4                             |   32 +-
 m4/ltversion.m4                             |   12 +-
 m4/lt~obsolete.m4                           |   12 +-
 mpxyd.init.in                               |    2 +-
 test/dapltest/Makefile.in                   |  720 ++-
 test/dapltest/scripts/cl.sh                 |  246 +
 test/dapltest/scripts/regress.sh            |  112 +
 test/dapltest/scripts/srv.sh                |   47 +
 test/dapltest/udapl/udapl_tdep.c            |    2 +-
 test/dtest/Makefile.am                      |    6 +-
 test/dtest/Makefile.in                      |  322 +-
 test/dtest/dtest.c                          |  413 +-
 test/dtest/dtestsrq.c                       | 1605 +++++
 test/dtest/dtestx.c                         |  596 +-
 89 files changed, 18956 insertions(+), 12080 deletions(-)

-- 
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