From 41ebf3defc1de1be65715d436ea07a7a03b15826 Mon Sep 17 00:00:00 2001 From: Adam Goldman Date: Mon, 23 Jun 2025 12:37:40 -0400 Subject: [PATCH] MpiApps Source from IEFS 12_1_0_0_149 Signed-off-by: Adam Goldman --- .../imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc | 0 .../imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.sln | 0 .../WINDOWS/IMB-P2P_VS_2017/IMB-P2P.vcxproj | 0 .../imb/WINDOWS/IMB-P2P_VS_2017/resource.h | 0 MpiApps/apps/imb/WINDOWS/mkvsprojs.sh | 0 .../src_cpp/helpers/helper_IMB_functions.h | 0 MpiApps/debian/changelog.in | 6 - MpiApps/debian/compat | 1 - MpiApps/debian/control | 14 - MpiApps/debian/copyright | 53 ---- MpiApps/debian/opa-mpi-apps.install | 6 - MpiApps/debian/rules | 48 ---- MpiApps/debian/source/format | 1 - MpiApps/debian/source/options | 1 - OpenIb_Host/debian/changelog.in | 18 -- OpenIb_Host/debian/compat | 1 - OpenIb_Host/debian/control | 52 ---- OpenIb_Host/debian/copyright | 53 ---- .../debian/opa-address-resolution.install | 14 - .../debian/opa-address-resolution.symbols | 57 ---- OpenIb_Host/debian/opa-basic-tools.install | 30 -- OpenIb_Host/debian/opa-basic-tools.links | 2 - OpenIb_Host/debian/opa-fastfabric.install | 132 --------- OpenIb_Host/debian/opa-fastfabric.links | 2 - OpenIb_Host/debian/opa-libopamgt-dev.install | 2 - OpenIb_Host/debian/opa-libopamgt-dev.links | 1 - OpenIb_Host/debian/opa-libopamgt.install | 1 - OpenIb_Host/debian/opa-libopamgt.links | 1 - OpenIb_Host/debian/opa-libopamgt.symbols | 264 ------------------ OpenIb_Host/debian/opa-snapconfig.install | 1 - OpenIb_Host/debian/rules | 52 ---- OpenIb_Host/debian/source/format | 1 - OpenIb_Host/debian/source/options | 1 - debian/changelog | 2 +- 34 files changed, 1 insertion(+), 816 deletions(-) mode change 100644 => 100755 MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc mode change 100644 => 100755 MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.sln mode change 100644 => 100755 MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.vcxproj mode change 100644 => 100755 MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/resource.h mode change 100644 => 100755 MpiApps/apps/imb/WINDOWS/mkvsprojs.sh mode change 100644 => 100755 MpiApps/apps/imb/src_cpp/helpers/helper_IMB_functions.h delete mode 100644 MpiApps/debian/changelog.in delete mode 100644 MpiApps/debian/compat delete mode 100644 MpiApps/debian/control delete mode 100644 MpiApps/debian/copyright delete mode 100644 MpiApps/debian/opa-mpi-apps.install delete mode 100755 MpiApps/debian/rules delete mode 100644 MpiApps/debian/source/format delete mode 100644 MpiApps/debian/source/options delete mode 100644 OpenIb_Host/debian/changelog.in delete mode 100644 OpenIb_Host/debian/compat delete mode 100644 OpenIb_Host/debian/control delete mode 100644 OpenIb_Host/debian/copyright delete mode 100644 OpenIb_Host/debian/opa-address-resolution.install delete mode 100644 OpenIb_Host/debian/opa-address-resolution.symbols delete mode 100644 OpenIb_Host/debian/opa-basic-tools.install delete mode 100644 OpenIb_Host/debian/opa-basic-tools.links delete mode 100644 OpenIb_Host/debian/opa-fastfabric.install delete mode 100644 OpenIb_Host/debian/opa-fastfabric.links delete mode 100644 OpenIb_Host/debian/opa-libopamgt-dev.install delete mode 100644 OpenIb_Host/debian/opa-libopamgt-dev.links delete mode 100644 OpenIb_Host/debian/opa-libopamgt.install delete mode 100644 OpenIb_Host/debian/opa-libopamgt.links delete mode 100644 OpenIb_Host/debian/opa-libopamgt.symbols delete mode 100644 OpenIb_Host/debian/opa-snapconfig.install delete mode 100755 OpenIb_Host/debian/rules delete mode 100644 OpenIb_Host/debian/source/format delete mode 100644 OpenIb_Host/debian/source/options diff --git a/MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc b/MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc old mode 100644 new mode 100755 diff --git a/MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.sln b/MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.sln old mode 100644 new mode 100755 diff --git a/MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.vcxproj b/MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.vcxproj old mode 100644 new mode 100755 diff --git a/MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/resource.h b/MpiApps/apps/imb/WINDOWS/IMB-P2P_VS_2017/resource.h old mode 100644 new mode 100755 diff --git a/MpiApps/apps/imb/WINDOWS/mkvsprojs.sh b/MpiApps/apps/imb/WINDOWS/mkvsprojs.sh old mode 100644 new mode 100755 diff --git a/MpiApps/apps/imb/src_cpp/helpers/helper_IMB_functions.h b/MpiApps/apps/imb/src_cpp/helpers/helper_IMB_functions.h old mode 100644 new mode 100755 diff --git a/MpiApps/debian/changelog.in b/MpiApps/debian/changelog.in deleted file mode 100644 index b4b3725..0000000 --- a/MpiApps/debian/changelog.in +++ /dev/null @@ -1,6 +0,0 @@ -opa-mpi-apps (10.7.0.0-1) UNRELEASED; urgency=medium - - * Import OPA from upstream - * Initial release - - -- Tymoteusz Kielan Wed, 8 Feb 2017 14:02:27 +0100 diff --git a/MpiApps/debian/compat b/MpiApps/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/MpiApps/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/MpiApps/debian/control b/MpiApps/debian/control deleted file mode 100644 index deb3e58..0000000 --- a/MpiApps/debian/control +++ /dev/null @@ -1,14 +0,0 @@ -Source: opa-mpi-apps -Maintainer: Breyer, Scott J -Section: misc -Priority: optional -Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9) - -Package: opa-mpi-apps -Priority: optional -Architecture: linux-any -Depends: ${misc:Depends} -Description: Intel MPI benchmarks and Applications used by opa-fast-fabric - Contains applications and source for testing MPI performance in - conjunction with opa-fastfabric or stand alone. diff --git a/MpiApps/debian/copyright b/MpiApps/debian/copyright deleted file mode 100644 index d28cf56..0000000 --- a/MpiApps/debian/copyright +++ /dev/null @@ -1,53 +0,0 @@ -This file is provided under a dual BSD/GPLv2 license. When using or -redistributing this software, you may do so under either license. - -Copyright(c) 2017 Intel Corporation. -Copyright(c) 2016 System Fabric Works, Inc. All Rights Reserved. - -/usr/share/common-licenses/GPL-2 - -Contact Information: - -Intel Corporation -www.Intel.com - -BSD License: - -Copyright (c) 2017, Intel Corporation -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of Intel Corporation nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -EXPORT LAWS: THIS LICENSE ADDS NO RESTRICTIONS TO THE EXPORT LAWS OF YOUR -JURISDICTION. It is licensee's responsibility to comply with any export -regulations applicable in licensee's jurisdiction. Under current U.S. export -regulations this software is eligible for export from the U.S. and can be -downloaded by or otherwise exported or reexported worldwide EXCEPT to U.S. -embargoed destinations which include Cuba, Iraq, Libya, North Korea, Iran, -Syria, Sudan, Afghanistan and any other country to which the U.S. has embargoed -goods and services. - -NOTICE: - -This software distribution may contain software from 3'rd parties. -3'rd party software is licensed as noted in their source files. diff --git a/MpiApps/debian/opa-mpi-apps.install b/MpiApps/debian/opa-mpi-apps.install deleted file mode 100644 index 42c2eaa..0000000 --- a/MpiApps/debian/opa-mpi-apps.install +++ /dev/null @@ -1,6 +0,0 @@ -/usr/src/eth/mpi_apps/bandwidth -/usr/src/eth/mpi_apps/latency -/usr/src/eth/mpi_apps/hpl-2.3 -/usr/src/eth/mpi_apps/imb -/usr/src/eth/mpi_apps/osu-micro-benchmarks-5.9 -/usr/src/eth/mpi_apps/mpi_multibw diff --git a/MpiApps/debian/rules b/MpiApps/debian/rules deleted file mode 100755 index a8cd10c..0000000 --- a/MpiApps/debian/rules +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/make -f -# -# Copyright (c) 2017, Intel Corporation -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# * Neither the name of Intel Corporation nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - -DESTDIR := debian/tmp - -%: - dh $@ --with systemd --parallel - -override_dh_auto_clean: - rm -rf $(DESTDIR) - -override_dh_auto_build: - -override_dh_auto_install: - mkdir -p $(DESTDIR)/usr/src/eth/mpi_apps - cp -R MpiApps/apps/* $(DESTDIR)/usr/src/eth/mpi_apps/ - -override_dh_strip: - dh_strip --exclude=/ppc/ --exclude=/ia64/ - -override_dh_shlibdeps: - dh_shlibdeps --exclude=/ppc/ --exclude=/ia64/ - diff --git a/MpiApps/debian/source/format b/MpiApps/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/MpiApps/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/MpiApps/debian/source/options b/MpiApps/debian/source/options deleted file mode 100644 index b7bc1f2..0000000 --- a/MpiApps/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -compression = "xz" diff --git a/OpenIb_Host/debian/changelog.in b/OpenIb_Host/debian/changelog.in deleted file mode 100644 index 42969f1..0000000 --- a/OpenIb_Host/debian/changelog.in +++ /dev/null @@ -1,18 +0,0 @@ -opa (10.7.0.0-1) UNRELEASED; urgency=medium - - * Import OPA from upstream - - -- Tymoteusz Kielan Wed, 8 Feb 2017 14:02:27 +0100 - -opa (10.1.0.0) UNRELEASED; urgency=medium - - * Import OPA from upstream - - -- Brian T. Smith Fri, 10 Jun 2016 18:28:35 -0500 - -opa (10.0.0.0) UNRELEASED; urgency=medium - - * Initial release - - -- Brian T. Smith Mon, 14 Mar 2016 12:26:35 -0500 - diff --git a/OpenIb_Host/debian/compat b/OpenIb_Host/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/OpenIb_Host/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/OpenIb_Host/debian/control b/OpenIb_Host/debian/control deleted file mode 100644 index 3287d3d..0000000 --- a/OpenIb_Host/debian/control +++ /dev/null @@ -1,52 +0,0 @@ -Source: opa -Maintainer: Breyer, Scott J -Section: admin -Priority: optional -Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), libexpat-dev, - dh-systemd (>= 1.5), bash (>= 3), libibverbs-dev, uuid-dev, - libibmad-dev, libibumad-dev, ibacm, libncurses5-dev, texinfo - -Package: opa-basic-tools -Architecture: linux-any -Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, - bc, libhfi1 (>= 0.5) -Description: Management level tools and scripts. - Contains basic tools for fabric managment necessary on all compute nodes. - -Package: opa-address-resolution -Architecture: linux-any -Depends: ${misc:Depends}, ${shlibs:Depends}, - opa-basic-tools (= ${binary:Version}), - ibacm -Description: Contains Address Resolution manager - This is to be filled out more concisely later. - -Package: opa-fastfabric -Architecture: linux-any -Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, - opa-basic-tools (= ${binary:Version}), - opa-mpi-apps (= ${binary:Version}), - tcl-expect, tclsh -Description: Management level tools and scripts. - Contains tools for managing fabric on a management node. - -Package: opa-libopamgt -Architecture: linux-any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Omni-Path management API library - This package contains the library necessary to build applications that - interface with an Omni-Path FM. - -Package: opa-libopamgt-dev -Architecture: linux-any -Depends: ${misc:Depends}, ${shlibs:Depends}, - opa-libopamgt -Description: Omni-Path library development headers - This package contains the necessary headers for opamgt development. - -Package: opa-snapconfig -Architecture: linux-any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Parse information from snapshot file, issue packets to program - Contains snapconfig tools diff --git a/OpenIb_Host/debian/copyright b/OpenIb_Host/debian/copyright deleted file mode 100644 index d28cf56..0000000 --- a/OpenIb_Host/debian/copyright +++ /dev/null @@ -1,53 +0,0 @@ -This file is provided under a dual BSD/GPLv2 license. When using or -redistributing this software, you may do so under either license. - -Copyright(c) 2017 Intel Corporation. -Copyright(c) 2016 System Fabric Works, Inc. All Rights Reserved. - -/usr/share/common-licenses/GPL-2 - -Contact Information: - -Intel Corporation -www.Intel.com - -BSD License: - -Copyright (c) 2017, Intel Corporation -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of Intel Corporation nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -EXPORT LAWS: THIS LICENSE ADDS NO RESTRICTIONS TO THE EXPORT LAWS OF YOUR -JURISDICTION. It is licensee's responsibility to comply with any export -regulations applicable in licensee's jurisdiction. Under current U.S. export -regulations this software is eligible for export from the U.S. and can be -downloaded by or otherwise exported or reexported worldwide EXCEPT to U.S. -embargoed destinations which include Cuba, Iraq, Libya, North Korea, Iran, -Syria, Sudan, Afghanistan and any other country to which the U.S. has embargoed -goods and services. - -NOTICE: - -This software distribution may contain software from 3'rd parties. -3'rd party software is licensed as noted in their source files. diff --git a/OpenIb_Host/debian/opa-address-resolution.install b/OpenIb_Host/debian/opa-address-resolution.install deleted file mode 100644 index 81817c4..0000000 --- a/OpenIb_Host/debian/opa-address-resolution.install +++ /dev/null @@ -1,14 +0,0 @@ -/etc/rdma/dsap.conf -/usr/bin/opa_osd_dump -/usr/bin/opa_osd_exercise -/usr/bin/opa_osd_perf -/usr/bin/opa_osd_query -/usr/include/infiniband/opasadb_path.h -/usr/include/infiniband/opasadb_route.h -/usr/include/infiniband/opasadb_route2.h -/usr/lib/libopasadb.so.1.0.0 -/usr/lib/ibacm/libdsap.so.1.0.0 -/usr/share/man/man1/opa_osd_dump.1* -/usr/share/man/man1/opa_osd_exercise.1* -/usr/share/man/man1/opa_osd_perf.1* -/usr/share/man/man1/opa_osd_query.1* diff --git a/OpenIb_Host/debian/opa-address-resolution.symbols b/OpenIb_Host/debian/opa-address-resolution.symbols deleted file mode 100644 index 124a2a9..0000000 --- a/OpenIb_Host/debian/opa-address-resolution.symbols +++ /dev/null @@ -1,57 +0,0 @@ -libdsap.so.1.0.0 opa-address-resolution #MINVER# - LIBDSAP_1.0.0@LIBDSAP_1.0.0 10.7.0.0 - provider_query@LIBDSAP_1.0.0 10.7.0.0 -libopasadb.so.1.0.0 opa-address-resolution #MINVER# - OPA_SA_DB_1.0.0@OPA_SA_DB_1.0.0 10.7.0.0 - op_log@OPA_SA_DB_1.0.0 10.7.0.0 - op_log_get_file@OPA_SA_DB_1.0.0 10.7.0.0 - op_log_set_file@OPA_SA_DB_1.0.0 10.7.0.0 - op_log_set_level@OPA_SA_DB_1.0.0 10.7.0.0 - op_log_syslog@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_check_version@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_close@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_compute_timeout@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_find_hfi@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_find_pkey@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_get_path_by_rec@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_get_path_to_dgid@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_open@OPA_SA_DB_1.0.0 10.7.0.0 - op_path_qp_attr@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_add_path@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_add_port@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_add_sid@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_add_subnet@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_add_vfab@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_close_reader@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_close_writer@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_create_reader@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_create_writer@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_find_path@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_initialize_paths@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_initialize_ports@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_initialize_subnets@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_initialize_vfabrics@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_publish@OPA_SA_DB_1.0.0 10.7.0.0 - op_ppath_version@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_alloc_param@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_close@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_complete_job@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_create_job@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_dump@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_dump_param@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_free_param@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_get_cost_matrix@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_get_job_list@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_get_portguid_vec@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_get_status_text@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_get_switch_map@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_get_use_matrix@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_init_param@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_open@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_poll_ready@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_release_cost_matrix@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_release_job_list@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_release_portguid_vec@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_release_switch_map@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_release_use_matrix@OPA_SA_DB_1.0.0 10.7.0.0 - op_route_set_use_matrix@OPA_SA_DB_1.0.0 10.7.0.0 diff --git a/OpenIb_Host/debian/opa-basic-tools.install b/OpenIb_Host/debian/opa-basic-tools.install deleted file mode 100644 index 82c1924..0000000 --- a/OpenIb_Host/debian/opa-basic-tools.install +++ /dev/null @@ -1,30 +0,0 @@ -/etc/eth-tools/opamgt_tls.xml -/etc/eth-tools/mgt_config.xml -/usr/lib/eth-tools/ethipcalc -/usr/lib/eth-tools/setup_self_ssh -/usr/lib/eth-tools/usemem -/usr/sbin/ethbw -/usr/sbin/ethcapture -/usr/sbin/ethshmcleanup -/usr/sbin/ethfabricinfo -/usr/sbin/opagetvf -/usr/sbin/opagetvf_env -/usr/sbin/opahfirev -/usr/sbin/opainfo -/usr/sbin/opapacketcapture -/usr/sbin/opaportinfo -/usr/sbin/oparesolvehfiport -/usr/sbin/opasaquery -/usr/sbin/opasmaquery -/usr/share/man/man1/ethfabricinfo.1* -/usr/share/man/man1/opagetvf.1* -/usr/share/man/man1/opagetvf_env.1* -/usr/share/man/man1/opahfirev.1* -/usr/share/man/man1/opainfo.1* -/usr/share/man/man1/opapacketcapture.1* -/usr/share/man/man1/opapmaquery.1* -/usr/share/man/man1/opaportconfig.1* -/usr/share/man/man1/opaportinfo.1* -/usr/share/man/man1/oparesolvehfiport.1* -/usr/share/man/man1/opasaquery.1* -/usr/share/man/man1/opasmaquery.1* diff --git a/OpenIb_Host/debian/opa-basic-tools.links b/OpenIb_Host/debian/opa-basic-tools.links deleted file mode 100644 index 2780998..0000000 --- a/OpenIb_Host/debian/opa-basic-tools.links +++ /dev/null @@ -1,2 +0,0 @@ -/usr/sbin/opaportinfo /usr/sbin/opaportconfig -/usr/sbin/opasmaquery /usr/sbin/opapmaquery diff --git a/OpenIb_Host/debian/opa-fastfabric.install b/OpenIb_Host/debian/opa-fastfabric.install deleted file mode 100644 index ee34e1e..0000000 --- a/OpenIb_Host/debian/opa-fastfabric.install +++ /dev/null @@ -1,132 +0,0 @@ -/etc/eth-tools/allhosts -/etc/eth-tools/hosts -/etc/eth-tools/ethfastfabric.conf -/etc/eth-tools/ethmon.conf -/etc/eth-tools/ethmon.si.conf -/etc/eth-tools/switches -/usr/lib/eth-tools/osid_wrapper -/usr/lib/opa/fm_tools/config_check -/usr/lib/opa/fm_tools/config_convert -/usr/lib/opa/fm_tools/config_diff -/usr/lib/opa/fm_tools/config_generate -/usr/lib/eth-tools/basic.exp -/usr/lib/eth-tools/chassis.exp -/usr/lib/eth-tools/chassis_configure.exp -/usr/lib/eth-tools/chassis_fmconfig.exp -/usr/lib/eth-tools/chassis_fmcontrol.exp -/usr/lib/eth-tools/chassis_fmgetconfig.exp -/usr/lib/eth-tools/chassis_fmgetsecurityfiles.exp -/usr/lib/eth-tools/chassis_fmsecurityfiles.exp -/usr/lib/eth-tools/chassis_getconfig.exp -/usr/lib/eth-tools/chassis_reboot.exp -/usr/lib/eth-tools/chassis_setup -/usr/lib/eth-tools/chassis_upgrade.exp -/usr/lib/eth-tools/comm12 -/usr/lib/eth-tools/common_funcs.exp -/usr/lib/eth-tools/configipoib.exp -/usr/lib/eth-tools/extmng.exp -/usr/lib/eth-tools/ff_funcs -/usr/lib/eth-tools/ff_function.exp -/usr/lib/eth-tools/front -/usr/lib/eth-tools/ib.exp -/usr/lib/eth-tools/ibtools.exp -/usr/lib/eth-tools/install.exp -/usr/lib/eth-tools/ipoibping.exp -/usr/lib/eth-tools/libqlgc_fork.so -/usr/lib/eth-tools/load.exp -/usr/lib/eth-tools/mpi.exp -/usr/lib/eth-tools/mpiperf.exp -/usr/lib/eth-tools/mpiperfdeviation.exp -/usr/lib/eth-tools/network.exp -/usr/lib/eth-tools/eth_to_xml.exp -/usr/lib/eth-tools/opachassisip -/usr/lib/eth-tools/ethfastfabric.conf.def -/usr/lib/eth-tools/opagenswitcheshelper -/usr/lib/eth-tools/ethgetipaddrtype -/usr/lib/eth-tools/opaswconfigure -/usr/lib/eth-tools/opaswfwconfigure -/usr/lib/eth-tools/opaswfwupdate -/usr/lib/eth-tools/opaswfwverify -/usr/lib/eth-tools/opaswping -/usr/lib/eth-tools/opaswquery -/usr/lib/eth-tools/opaswreset -/usr/lib/eth-tools/osid_wrapper -/usr/lib/eth-tools/proc_mgr.exp -/usr/lib/eth-tools/reboot.exp -/usr/lib/eth-tools/sacache.exp -/usr/lib/eth-tools/show_counts -/usr/lib/eth-tools/sm_control.exp -/usr/lib/eth-tools/switch_capture.exp -/usr/lib/eth-tools/switch_configure.exp -/usr/lib/eth-tools/switch_dump.exp -/usr/lib/eth-tools/switch_fwverify.exp -/usr/lib/eth-tools/switch_getconfig.exp -/usr/lib/eth-tools/switch_hwvpd.exp -/usr/lib/eth-tools/switch_info.exp -/usr/lib/eth-tools/switch_ping.exp -/usr/lib/eth-tools/switch_reboot.exp -/usr/lib/eth-tools/switch_setup -/usr/lib/eth-tools/switch_upgrade.exp -/usr/lib/eth-tools/target.exp -/usr/lib/eth-tools/tclIndex -/usr/lib/eth-tools/tcl_proc -/usr/lib/eth-tools/tools.exp -/usr/lib/eth-tools/upgrade.exp -/usr/sbin/eth2rm -/usr/sbin/ethallanalysis -/usr/sbin/ethcabletest -/usr/sbin/ethcaptureall -/usr/sbin/opachassisadmin -/usr/sbin/opachassisanalysis -/usr/sbin/ethcheckload -/usr/sbin/ethcmdall -/usr/sbin/opadisablehosts -/usr/sbin/opadisableports -/usr/sbin/ethdownloadall -/usr/sbin/opaenableports -/usr/sbin/ethexpandfile -/usr/sbin/ethextractbadlinks -/usr/sbin/ethextracterror -/usr/sbin/ethextractifids -/usr/sbin/ethextractlink -/usr/sbin/ethextractmissinglinks -/usr/sbin/ethextractperf -/usr/sbin/ethextractperf2 -/usr/sbin/ethextractsellinks -/usr/sbin/ethextractstat -/usr/sbin/ethextractstat2 -/usr/sbin/ethfabricanalysis -/usr/sbin/ethfastfabric -/usr/sbin/ethfindgood -/usr/sbin/opafirmware -/usr/sbin/opagenchassis -/usr/sbin/opagenesmchassis -/usr/sbin/opagenswitches -/usr/sbin/ethhostadmin -/usr/sbin/opaledports -/usr/sbin/ethlinkanalysis -/usr/sbin/ethmergeperf2 -/usr/sbin/opapaquery -/usr/sbin/ethpingall -/usr/sbin/ethreport -/usr/sbin/opareports -/usr/sbin/ethscpall -/usr/sbin/ethsetupssh -/usr/sbin/ethshowallports -/usr/sbin/opashowmc -/usr/sbin/ethsorthosts -/usr/sbin/opaswdisableall -/usr/sbin/opaswenableall -/usr/sbin/opaswitchadmin -/usr/sbin/opatop -/usr/sbin/ethuploadall -/usr/sbin/ethverifyhosts -/usr/sbin/ethxlattopology -/usr/sbin/ethxmlextract -/usr/sbin/ethxmlfilter -/usr/sbin/ethxmlgenerate -/usr/sbin/ethxmlindent -/usr/share/man/man8/opa*.8* -/usr/share/eth-tools/help/*.hlp -/usr/share/eth-tools/samples/* -/usr/src/eth/shmem_apps/* diff --git a/OpenIb_Host/debian/opa-fastfabric.links b/OpenIb_Host/debian/opa-fastfabric.links deleted file mode 100644 index ef3e6ed..0000000 --- a/OpenIb_Host/debian/opa-fastfabric.links +++ /dev/null @@ -1,2 +0,0 @@ -/usr/lib/opa/fm_tools/config_check /usr/sbin/opafmconfigcheck -/usr/lib/opa/fm_tools/config_diff /usr/sbin/opafmconfigdiff diff --git a/OpenIb_Host/debian/opa-libopamgt-dev.install b/OpenIb_Host/debian/opa-libopamgt-dev.install deleted file mode 100644 index b5d8601..0000000 --- a/OpenIb_Host/debian/opa-libopamgt-dev.install +++ /dev/null @@ -1,2 +0,0 @@ -/usr/include/opamgt/* -/usr/src/opamgt/* diff --git a/OpenIb_Host/debian/opa-libopamgt-dev.links b/OpenIb_Host/debian/opa-libopamgt-dev.links deleted file mode 100644 index 10f79f9..0000000 --- a/OpenIb_Host/debian/opa-libopamgt-dev.links +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/libopamgt.so.0 /usr/lib/libopamgt.so diff --git a/OpenIb_Host/debian/opa-libopamgt.install b/OpenIb_Host/debian/opa-libopamgt.install deleted file mode 100644 index 35f9f27..0000000 --- a/OpenIb_Host/debian/opa-libopamgt.install +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/libopamgt.so.* diff --git a/OpenIb_Host/debian/opa-libopamgt.links b/OpenIb_Host/debian/opa-libopamgt.links deleted file mode 100644 index b7ad935..0000000 --- a/OpenIb_Host/debian/opa-libopamgt.links +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/libopamgt.so.0.2.0 /usr/lib/libopamgt.so.0 diff --git a/OpenIb_Host/debian/opa-libopamgt.symbols b/OpenIb_Host/debian/opa-libopamgt.symbols deleted file mode 100644 index e6b7128..0000000 --- a/OpenIb_Host/debian/opa-libopamgt.symbols +++ /dev/null @@ -1,264 +0,0 @@ -libopamgt.so.0 opa-libopamgt #MINVER# - BackTrace@Base 10.7.0.0 - DumpStack@Base 10.7.0.0 - FCmStatusText@Base 10.7.0.0 - FStatusText@Base 10.7.0.0 - IB2STL_NODE_INFO@Base 10.7.0.0 - IB2STL_PORT_INFO@Base 10.7.0.0 - IB2STL_SWITCH_INFO@Base 10.7.0.0 - IbLogPrintf@Base 10.7.0.0 - MemoryAllocate2AndClearDbg@Base 10.7.0.0 - MemoryAllocate2AndClearRel@Base 10.7.0.0 - MemoryAllocate2Dbg@Base 10.7.0.0 - MemoryAllocate2Rel@Base 10.7.0.0 - MemoryAllocateAndClearDbg@Base 10.7.0.0 - MemoryAllocateAndClearRel@Base 10.7.0.0 - MemoryAllocateDbg@Base 10.7.0.0 - MemoryAllocateObjectArrayDbg@Base 10.7.0.0 - MemoryAllocateObjectArrayRel@Base 10.7.0.0 - MemoryAllocatePriv@Base 10.7.0.0 - MemoryAllocateRel@Base 10.7.0.0 - MemoryClear@Base 10.7.0.0 - MemoryCompare@Base 10.7.0.0 - MemoryCopy@Base 10.7.0.0 - MemoryDeallocate@Base 10.7.0.0 - MemoryDeallocatePriv@Base 10.7.0.0 - MemoryDisplayUsage@Base 10.7.0.0 - MemoryFill@Base 10.7.0.0 - MemoryTrackUsage@Base 10.7.0.0 - PrintUDbg@Base 10.7.0.0 - PrintUMsg@Base 10.7.0.0 - STL2IB_NODE_INFO@Base 10.7.0.0 - STL2IB_PORT_INFO@Base 10.7.0.0 - STL2IB_SWITCH_INFO@Base 10.7.0.0 - StringToDateTime@Base 10.7.0.0 - StringToGid@Base 10.7.0.0 - StringToInt16@Base 10.7.0.0 - StringToInt32@Base 10.7.0.0 - StringToInt64@Base 10.7.0.0 - StringToInt8@Base 10.7.0.0 - StringToMAC@Base 10.7.0.0 - StringToTuple@Base 10.7.0.0 - StringToUint16@Base 10.7.0.0 - StringToUint32@Base 10.7.0.0 - StringToUint64@Base 10.7.0.0 - StringToUint64Bytes@Base 10.7.0.0 - StringToUint8@Base 10.7.0.0 - StringToVeswPort@Base 10.7.0.0 - convert_umad_ca_attribs_to_iba@Base 10.7.0.0 - convert_umad_port_attribs_to_iba@Base 10.7.0.0 - create_sa_qp@Base 10.7.0.0 - flush_rcv@Base 10.7.0.0 - handle_sa_ud_qp@Base 10.7.0.0 - iba_format_get_portguid_error@Base 10.7.0.0 - iba_fstatus_msg@Base 10.7.0.0 - iba_get_caguids_alloc@Base 10.7.0.0 - iba_get_portguid@Base 10.7.0.0 - iba_init@Base 10.7.0.0 - iba_mad_status_msg2@Base 10.7.0.0 - iba_mad_status_msg@Base 10.7.0.0 - iba_pa_mad_status_msg@Base 10.7.0.0 - iba_pa_multi_mad_focus_ports_multiselect_response_query@Base 10.7.0.0 - iba_pa_multi_mad_focus_ports_response_query@Base 10.7.0.0 - iba_pa_multi_mad_get_image_info_response_query@Base 10.7.0.0 - iba_pa_multi_mad_group_config_response_query@Base 10.7.0.0 - iba_pa_multi_mad_group_list_response_query@Base 10.7.0.0 - iba_pa_multi_mad_group_stats_response_query@Base 10.7.0.0 - iba_pa_multi_mad_vf_config_response_query@Base 10.7.0.0 - iba_pa_multi_mad_vf_focus_ports_response_query@Base 10.7.0.0 - iba_pa_multi_mad_vf_info_response_query@Base 10.7.0.0 - iba_pa_multi_mad_vf_list_response_query@Base 10.7.0.0 - iba_pa_query_input_type_msg@Base 10.7.0.0 - iba_pa_query_master_pm_lid@Base 10.7.0.0 - iba_pa_query_result_type_msg@Base 10.7.0.0 - iba_pa_single_mad_clr_all_port_counters_response_query@Base 10.7.0.0 - iba_pa_single_mad_clr_port_counters_response_query@Base 10.7.0.0 - iba_pa_single_mad_clr_vf_port_counters_response_query@Base 10.7.0.0 - iba_pa_single_mad_freeze_image_response_query@Base 10.7.0.0 - iba_pa_single_mad_get_pm_config_response_query@Base 10.7.0.0 - iba_pa_single_mad_move_freeze_response_query@Base 10.7.0.0 - iba_pa_single_mad_port_counters_response_query@Base 10.7.0.0 - iba_pa_single_mad_release_image_response_query@Base 10.7.0.0 - iba_pa_single_mad_renew_image_response_query@Base 10.7.0.0 - iba_pa_single_mad_vf_port_counters_response_query@Base 10.7.0.0 - iba_query_ca_by_guid@Base 10.7.0.0 - iba_query_ca_by_guid_alloc@Base 10.7.0.0 - iba_sd_mad_status_msg@Base 10.7.0.0 - iba_sd_query_input_type_msg@Base 10.7.0.0 - iba_sd_query_result_type_msg@Base 10.7.0.0 - iba_umadt_deregister@Base 10.7.0.0 - iba_umadt_get_sendmad@Base 10.7.0.0 - iba_umadt_poll_recv_compl@Base 10.7.0.0 - iba_umadt_poll_send_compl@Base 10.7.0.0 - iba_umadt_post_send@Base 10.7.0.0 - iba_umadt_release_recvmad@Base 10.7.0.0 - iba_umadt_release_sendmad@Base 10.7.0.0 - iba_umadt_wait_any_compl@Base 10.7.0.0 - ibv_sa_get_field@Base 10.7.0.0 - ibv_sa_set_field@Base 10.7.0.0 - omgt_bind_classes@Base 10.7.0.0 - omgt_close_port@Base 10.7.0.0 - omgt_dump_mad@Base 10.7.0.0 - omgt_find_pkey@Base 10.7.0.0 - omgt_free_query_result_buffer@Base 10.7.0.0 - omgt_get_caguids@Base 10.7.0.0 - omgt_get_hfi_from_portguid@Base 10.7.0.0 - omgt_get_hfi_names@Base 10.7.0.0 - omgt_get_hfi_num@Base 10.7.0.0 - omgt_get_issm_device@Base 10.7.0.0 - omgt_get_mgmt_pkey@Base 10.7.0.0 - omgt_get_pa_mad_status@Base 10.7.0.0 - omgt_get_portguid@Base 10.7.0.0 - omgt_get_sa_mad_status@Base 10.7.0.0 - omgt_input_value_conversion@Base 10.7.0.0 - omgt_lock_sem@Base 10.7.0.0 - omgt_mad_refresh_port_pkey@Base 10.7.0.0 - omgt_oob_adjust_blob_cur_ptr@Base 10.7.0.0 - omgt_oob_connect@Base 10.7.0.0 - omgt_oob_dequeue_net_blob@Base 10.7.0.0 - omgt_oob_disconnect@Base 10.7.0.0 - omgt_oob_enqueue_net_blob@Base 10.7.0.0 - omgt_oob_free_net_blob@Base 10.7.0.0 - omgt_oob_free_net_buf@Base 10.7.0.0 - omgt_oob_init_queue@Base 10.7.0.0 - omgt_oob_net_connect@Base 10.7.0.0 - omgt_oob_net_disconnect@Base 10.7.0.0 - omgt_oob_net_get_next_message@Base 10.7.0.0 - omgt_oob_net_process@Base 10.7.0.0 - omgt_oob_net_send@Base 10.7.0.0 - omgt_oob_new_net_blob@Base 10.7.0.0 - omgt_oob_peek_net_blob@Base 10.7.0.0 - omgt_oob_queue_empty@Base 10.7.0.0 - omgt_oob_receive_response@Base 10.7.0.0 - omgt_oob_send_packet@Base 10.7.0.0 - omgt_oob_ssl_client_open@Base 10.7.0.0 - omgt_oob_ssl_connect@Base 10.7.0.0 - omgt_oob_ssl_init@Base 10.7.0.0 - omgt_oob_ssl_read@Base 10.7.0.0 - omgt_oob_ssl_write@Base 10.7.0.0 - omgt_open_port@Base 10.7.0.0 - omgt_open_port_by_guid@Base 10.7.0.0 - omgt_open_port_by_num@Base 10.7.0.0 - omgt_pa_freeze_image@Base 10.7.0.0 - omgt_pa_get_classportinfo@Base 10.7.0.0 - omgt_pa_get_group_config@Base 10.7.0.0 - omgt_pa_get_group_focus@Base 10.7.0.0 - omgt_pa_get_group_info@Base 10.7.0.0 - omgt_pa_get_group_list@Base 10.7.0.0 - omgt_pa_get_image_info@Base 10.7.0.0 - omgt_pa_get_pm_config@Base 10.7.0.0 - omgt_pa_get_port_stats2@Base 10.7.0.0 - omgt_pa_get_port_stats@Base 10.7.0.0 - omgt_pa_get_vf_config@Base 10.7.0.0 - omgt_pa_get_vf_focus@Base 10.7.0.0 - omgt_pa_get_vf_info@Base 10.7.0.0 - omgt_pa_get_vf_list@Base 10.7.0.0 - omgt_pa_get_vf_port_stats2@Base 10.7.0.0 - omgt_pa_get_vf_port_stats@Base 10.7.0.0 - omgt_pa_move_image_freeze@Base 10.7.0.0 - omgt_pa_release_group_config@Base 10.7.0.0 - omgt_pa_release_group_focus@Base 10.7.0.0 - omgt_pa_release_group_list@Base 10.7.0.0 - omgt_pa_release_image@Base 10.7.0.0 - omgt_pa_release_vf_config@Base 10.7.0.0 - omgt_pa_release_vf_focus@Base 10.7.0.0 - omgt_pa_release_vf_list@Base 10.7.0.0 - omgt_pa_renew_image@Base 10.7.0.0 - omgt_pa_service_connect@Base 10.7.0.0 - omgt_port_get_hfi_name@Base 10.7.0.0 - omgt_port_get_hfi_num@Base 10.7.0.0 - omgt_port_get_hfi_port_num@Base 10.7.0.0 - omgt_port_get_ip_addr_text@Base 10.7.0.0 - omgt_port_get_ip_version@Base 10.7.0.0 - omgt_port_get_ipv4_addr@Base 10.7.0.0 - omgt_port_get_ipv6_addr@Base 10.7.0.0 - omgt_port_get_node_type@Base 10.7.0.0 - omgt_port_get_pa_service_state@Base 10.7.0.0 - omgt_port_get_port_guid@Base 10.7.0.0 - omgt_port_get_port_lid@Base 10.7.0.0 - omgt_port_get_port_lmc@Base 10.7.0.0 - omgt_port_get_port_prefix@Base 10.7.0.0 - omgt_port_get_port_sm_lid@Base 10.7.0.0 - omgt_port_get_port_sm_sl@Base 10.7.0.0 - omgt_port_get_port_state@Base 10.7.0.0 - omgt_port_get_sa_service_state@Base 10.7.0.0 - omgt_query_ca_by_guid@Base 10.7.0.0 - omgt_query_ca_by_guid_alloc@Base 10.7.0.0 - omgt_query_sa@Base 10.7.0.0 - omgt_recv_mad_alloc@Base 10.7.0.0 - omgt_recv_mad_no_alloc@Base 10.7.0.0 - omgt_sa_add_reg_unsafe@Base 10.7.0.0 - omgt_sa_clear_regs_unsafe@Base 10.7.0.0 - omgt_sa_find_reg@Base 10.7.0.0 - omgt_sa_free_records@Base 10.7.0.0 - omgt_sa_get_buffctrl_records@Base 10.7.0.0 - omgt_sa_get_cableinfo_records@Base 10.7.0.0 - omgt_sa_get_classportinfo_records@Base 10.7.0.0 - omgt_sa_get_conginfo_records@Base 10.7.0.0 - omgt_sa_get_devicegroupmember_records@Base 10.7.0.0 - omgt_sa_get_devicegroupname_records@Base 10.7.0.0 - omgt_sa_get_devicetreemember_records@Base 10.7.0.0 - omgt_sa_get_fabric_info_records@Base 10.7.0.0 - omgt_sa_get_hficong_records@Base 10.7.0.0 - omgt_sa_get_hficongctrl_records@Base 10.7.0.0 - omgt_sa_get_ib_mcmember_records@Base 10.7.0.0 - omgt_sa_get_ib_path_records@Base 10.7.0.0 - omgt_sa_get_informinfo_records@Base 10.7.0.0 - omgt_sa_get_lfdb_records@Base 10.7.0.0 - omgt_sa_get_lid_records@Base 10.7.0.0 - omgt_sa_get_link_records@Base 10.7.0.0 - omgt_sa_get_mcfdb_records@Base 10.7.0.0 - omgt_sa_get_node_records@Base 10.7.0.0 - omgt_sa_get_nodedesc_records@Base 10.7.0.0 - omgt_sa_get_nodeguid_records@Base 10.7.0.0 - omgt_sa_get_notice_report@Base 10.7.0.0 - omgt_sa_get_pkey_table_records@Base 10.7.0.0 - omgt_sa_get_portgroup_records@Base 10.7.0.0 - omgt_sa_get_portgroupfwd_records@Base 10.7.0.0 - omgt_sa_get_portguid_records@Base 10.7.0.0 - omgt_sa_get_portinfo_records@Base 10.7.0.0 - omgt_sa_get_quarantinenode_records@Base 10.7.0.0 - omgt_sa_get_scsc_table_records@Base 10.7.0.0 - omgt_sa_get_scsl_table_records@Base 10.7.0.0 - omgt_sa_get_scvlnt_table_records@Base 10.7.0.0 - omgt_sa_get_scvlt_table_records@Base 10.7.0.0 - omgt_sa_get_service_records@Base 10.7.0.0 - omgt_sa_get_slsc_table_records@Base 10.7.0.0 - omgt_sa_get_sminfo_records@Base 10.7.0.0 - omgt_sa_get_swcong_records@Base 10.7.0.0 - omgt_sa_get_switchcost_records@Base 10.7.0.0 - omgt_sa_get_switchinfo_records@Base 10.7.0.0 - omgt_sa_get_swportcong_records@Base 10.7.0.0 - omgt_sa_get_sysimageguid_records@Base 10.7.0.0 - omgt_sa_get_trace_records@Base 10.7.0.0 - omgt_sa_get_vfinfo_records@Base 10.7.0.0 - omgt_sa_get_vlarb_records@Base 10.7.0.0 - omgt_sa_register_trap@Base 10.7.0.0 - omgt_sa_remove_all_pending_reg_msgs@Base 10.7.0.0 - omgt_sa_remove_reg_by_trap_unsafe@Base 10.7.0.0 - omgt_sa_unregister_trap@Base 10.7.0.0 - omgt_send_mad2@Base 10.7.0.0 - omgt_send_recv_mad_alloc@Base 10.7.0.0 - omgt_send_recv_mad_no_alloc@Base 10.7.0.0 - omgt_service_state_totext@Base 10.7.0.0 - omgt_set_dbg@Base 10.7.0.0 - omgt_set_err@Base 10.7.0.0 - omgt_set_retry_count@Base 10.7.0.0 - omgt_set_timeout@Base 10.7.0.0 - omgt_status_totext@Base 10.7.0.0 - omgt_unlock_sem@Base 10.7.0.0 - omgt_xdump@Base 10.7.0.0 - pa_client_clr_port_counters@Base 10.7.0.0 - pgmname@Base 10.7.0.0 - repost_pending_registrations@Base 10.7.0.0 - reregister_traps@Base 10.7.0.0 - set_opapaquery_debug@Base 10.7.0.0 - start_ud_cq_monitor@Base 10.7.0.0 - stl_CopyIbNodeInfo@Base 10.7.0.0 - stl_CopyStlNodeInfo@Base 10.7.0.0 - stl_attribute_str@Base 10.7.0.0 - stl_class_str@Base 10.7.0.0 - stl_mad_status_str@Base 10.7.0.0 - stl_method_str@Base 10.7.0.0 - stop_ud_cq_monitor@Base 10.7.0.0 - userspace_register@Base 10.7.0.0 diff --git a/OpenIb_Host/debian/opa-snapconfig.install b/OpenIb_Host/debian/opa-snapconfig.install deleted file mode 100644 index ba677d8..0000000 --- a/OpenIb_Host/debian/opa-snapconfig.install +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/eth-tools/opasnapconfig diff --git a/OpenIb_Host/debian/rules b/OpenIb_Host/debian/rules deleted file mode 100755 index 3657264..0000000 --- a/OpenIb_Host/debian/rules +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/make -f -# -# Copyright (c) 2017, Intel Corporation -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# * Neither the name of Intel Corporation nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - -ifndef RELEASE_TAG - export RELEASE_TAG := $(shell dpkg-parsechangelog -Sversion) -endif - -DESTDIR := debian/tmp - -%: - dh $@ --with systemd --parallel - -override_dh_auto_clean: - rm -rf $(DESTDIR) - -override_dh_auto_build: - # WA for PR139393 - unset LDFLAGS; \ - cd OpenIb_Host; \ - ./ff_build.sh $(CURDIR) $(BUILD_ARGS) - -override_dh_auto_install: - BUILDDIR=$(CURDIR) \ - DESTDIR=$(CURDIR)/$(DESTDIR) \ - LIBDIR=/usr/lib \ - OpenIb_Host/ff_install.sh - diff --git a/OpenIb_Host/debian/source/format b/OpenIb_Host/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/OpenIb_Host/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/OpenIb_Host/debian/source/options b/OpenIb_Host/debian/source/options deleted file mode 100644 index b7bc1f2..0000000 --- a/OpenIb_Host/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -compression = "xz" diff --git a/debian/changelog b/debian/changelog index 6729415..3f0c390 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -eth-mpi-apps (11.7.0.0-110) unstable; urgency=medium +eth-mpi-apps (12.1.0.0-149) unstable; urgency=medium * Initial release