[Pkg-ofed-commits] [mstflint] branch upstream updated (b6cc806 -> 34f702a)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Thu Sep 4 09:13:06 UTC 2014


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

ana pushed a change to branch upstream
in repository mstflint.

      from  b6cc806   Imported Upstream version 3.7.0
       new  34f702a   Imported Upstream version 3.7.0+1.18.gcdb9f80

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:
 Makefile.in                                        |   352 +-
 aclocal.m4                                         | 12149 ++++----
 autom4te.cache/output.0                            | 29265 ++++++++++--------
 autom4te.cache/output.1                            | 29267 +++++++++++--------
 autom4te.cache/requests                            |   218 +-
 autom4te.cache/traces.0                            |  9680 +++++-
 autom4te.cache/traces.1                            |   354 +-
 cmdparser/Makefile.in                              |   115 +-
 common/gitversion.h                                |     2 +-
 config.h.in                                        |     7 -
 config/config.guess                                |   291 +-
 config/config.sub                                  |   149 +-
 config/depcomp                                     |   116 +-
 config/install-sh                                  |   231 +-
 config/ltmain.sh                                   | 13249 ++++-----
 config/missing                                     |    49 +-
 configure                                          | 28911 ++++++++++--------
 dev_mgt/Makefile.in                                |   109 +-
 dev_mgt/tools_dev_types.c                          |    21 +-
 dev_mgt/tools_dev_types.h                          |     3 +-
 flint/Makefile.in                                  |   181 +-
 flint/cmd_line_parser.cpp                          |    25 +-
 flint/err_msgs.h                                   |     5 +-
 flint/flint.cpp                                    |     2 +-
 flint/flint.h                                      |     2 +-
 flint/flint_params.cpp                             |     3 +-
 flint/flint_params.h                               |     3 +-
 flint/subcommands.cpp                              |   188 +-
 flint/subcommands.h                                |     3 +-
 include/mtcr_ul/mtcr.h                             |    29 +-
 man/mstflint.1                                     |    25 +-
 mflash/Makefile.in                                 |   109 +-
 mflash/mflash.c                                    |   433 +-
 mflash/mflash.h                                    |    11 +-
 mflash/mflash_access_layer.c                       |     1 -
 mflash/mflash_access_layer.h                       |     6 +-
 mflash/mflash_common_structs.h                     |     5 +-
 mflash/mflash_pack_layer.c                         |    11 +-
 mflash/mflash_pack_layer.h                         |    13 +-
 mflash/mflash_types.h                              |     7 +-
 mft_utils/Makefile.am                              |     4 +-
 mft_utils/Makefile.in                              |   148 +-
 mft_utils/errmsg.cpp                               |   194 +
 mft_utils/errmsg.h                                 |   106 +
 mlxconfig/Makefile.in                              |   165 +-
 mlxconfig/log                                      |    13 -
 mlxconfig/mlxcfg_lib.cpp                           |   630 +-
 mlxconfig/mlxcfg_lib.h                             |   120 +-
 mlxconfig/mlxcfg_parser.cpp                        |    40 +-
 mlxconfig/mlxcfg_ui.cpp                            |    87 +-
 mlxconfig/mlxcfg_ui.h                              |     8 +-
 mlxfwops/Makefile.in                               |   169 +-
 mlxfwops/lib/Makefile.am                           |     3 +-
 mlxfwops/lib/Makefile.in                           |   112 +-
 mlxfwops/lib/flint_base.cpp                        |     5 +-
 mlxfwops/lib/flint_base.h                          |    11 +-
 mlxfwops/lib/flint_io.cpp                          |    29 +-
 mlxfwops/lib/flint_io.h                            |    10 +-
 mlxfwops/lib/fs2_ops.cpp                           |    29 +-
 mlxfwops/lib/fs2_ops.h                             |     4 +-
 mlxfwops/lib/fs3_ops.cpp                           |   523 +-
 mlxfwops/lib/fs3_ops.h                             |    24 +-
 mlxfwops/lib/fw_ops.cpp                            |    97 +-
 mlxfwops/lib/fw_ops.h                              |    18 +-
 mlxfwops/lib/mlxfwops_com.h                        |     5 +
 mstdump/Makefile.in                                |   169 +-
 mstdump/crd_lib/Makefile.in                        |   109 +-
 mstdump/crd_lib/crdump.c                           |     5 +-
 mstdump/crd_lib/crdump.h                           |     5 +-
 mstdump/crd_main/Makefile.in                       |   165 +-
 mstdump/crd_main/mstdump.c                         |     5 +-
 mstdump/mstdump_dbs/ConnectIB.csv                  |    40 +-
 mstdump/mstdump_dbs/ConnectX4.csv                  |  3315 ++-
 mstdump/mstdump_dbs/Makefile.in                    |   103 +-
 mstdump/mstdump_dbs/SwitchIB.csv                   | 15524 ++++++----
 mstflint.spec                                      |     7 +-
 mstflint.spec.in                                   |     3 +
 mtcr_ul/Makefile.in                                |   200 +-
 mtcr_ul/mtcr_ib.h                                  |     2 +
 mtcr_ul/mtcr_ib_ofed.c                             |   140 +-
 mtcr_ul/mtcr_int_defs.h                            |     5 +-
 mtcr_ul/mtcr_tools_cif.c                           |    75 +-
 mtcr_ul/mtcr_tools_cif.h                           |     1 -
 mtcr_ul/mtcr_ul.c                                  |   259 +-
 mtcr_ul/packets_common.c                           |     5 +-
 mtcr_ul/packets_common.h                           |     5 +-
 reg_access/Makefile.in                             |   109 +-
 reg_access/reg_access.c                            |   112 +-
 reg_access/reg_access.h                            |    12 +-
 small_utils/Makefile.in                            |   234 +-
 small_utils/hca_self_test.ofed                     |     1 +
 small_utils/vpd.c                                  |    57 +-
 tools_layouts/Makefile.am                          |     5 +-
 tools_layouts/Makefile.in                          |   122 +-
 ...ss_layouts.c => register_access_open_layouts.c} |   214 +-
 ...ss_layouts.h => register_access_open_layouts.h} |   138 +-
 tools_layouts/tools_layouts.c                      |   542 -
 tools_layouts/tools_layouts.h                      |   222 -
 tools_layouts/tools_open_layouts.c                 |   996 +
 tools_layouts/tools_open_layouts.h                 |   440 +
 100 files changed, 86009 insertions(+), 65491 deletions(-)
 mode change 100755 => 100644 config/ltmain.sh
 create mode 100644 mft_utils/errmsg.cpp
 create mode 100644 mft_utils/errmsg.h
 delete mode 100644 mlxconfig/log
 rename tools_layouts/{register_access_layouts.c => register_access_open_layouts.c} (74%)
 rename tools_layouts/{register_access_layouts.h => register_access_open_layouts.h} (62%)
 delete mode 100644 tools_layouts/tools_layouts.c
 delete mode 100644 tools_layouts/tools_layouts.h
 create mode 100644 tools_layouts/tools_open_layouts.c
 create mode 100644 tools_layouts/tools_open_layouts.h

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



More information about the Pkg-ofed-commits mailing list