Commit Graph

6 Commits

Author SHA256 Message Date
Nicolas Morey-Chaisemartin
0c0c1c5d74 Accepting request 1007257 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v4.21.0-1 (jsc#PED-911, jsc#PED-1188)
  - Generic
    - Added support for NVIDIA ConnectX-7 adapter cards.
    - Added additional Flash support for ConnectX-4 Lx and ConnectX-5 adapter cards.
    - Python 2.x - Python 2.x is now end-of-life and no longer supported by MFT.
  - mstfwreset
    - For some configuration changes done using mstconfig, PCI rescan by the user is required.
    - Added a new reset-type ("NIC only reset") to mstfwreset which is applicable only
      to SmartNIC devices. The new reset-type is also the new default for SmartNIC devices.
      In case of reset-type is set to "NIC only reset", mstfwreset will not reset the internal host.
  - mstflint
    - Querying Vendor Specific Firmware Information from an Nvidia AOC / Transceiver Querying
      a firmware cable transceiver is now done using the "mstflint" tool.
    - cable/transceivers burning commands provide now validation and extract version from the image files.
    - Modified the output of the PCIe link information, removed the device status filed.
    - When downgrading to a firmware version that does not support the flash type of
      the device, mstflint will present the user a clear error of such scenario.
  - mlxconfig
    - Enable the users to apply token via MTUSB connected device.
  - mstresourceparse
    - mstresourceparse will present the union fields according to the selector.
     Unions that do not have a selector, will be presented with all the fields as before.
  - mstresourcedump
    - mstresourcedump tool now runs ~10X faster in mem mode with output to binary file.
    - Updated the "--virtual-hca-id" value output to be in a hexadecimal format.
    - Memory-Mode, data field is now transferred via memory instead of the resource-dump register.
  - mstlink
    - Removed irrelevant "eye" info fields in the output of the "show eye" command for PCIe links.
    - Removed the device status field from the PCIe info section.
    - Added support for "show_eye" command for ConnectX-7 over PCIe links.
    - Re-formatted the serdes Tx parameter layout in the "show_sedes_tx" command.
    - Added support for the PRBS test mode of Active/Optical CMIS modules.
    - Added support for additional configuration flags of the module control parameters.
    - Added support for new PRBS TX/RX patterns (--tx_prbs <tx_prbs_mode> & --rx_prbs <rx_prbs_mode>).
    - Added new show counters for 16nm devices. To see them run the "show_counter" command.
    - Extended the list of the cable information received for 16nm devices when running the "show_module" command.
    - Extended the information collection for 7nm and 16nm devices. See "--amber_collect" flag.
    - Extended the list of the cable information (LOL, LOS, FSM, and module status)
      for CMIS when running the "show_module" command.
  - mstdump
    - Added an optional parameter of the CSV path (-c | --csv)
     which loads the provides the CSV from a fixed location as a DB instead of the default one.
  - mstprivhost
    - Added a new flag to query all hosts status from the embedded Arm side for Multi-host systems.
- Refresh patches against latest sources:
  - Remove-date-time-info-from-build.patch
  - Fix-gcc7-and-gcc8.patch

OBS-URL: https://build.opensuse.org/request/show/1007257
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=45
2022-09-30 13:09:56 +00:00
Nicolas Morey-Chaisemartin
a223e19789 Accepting request 883662 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v4.16.0-2
  - mstlink tool
      - Added support for PCIe eye grade scan
      - Enabled margin scan on Network links
      - Enabled querying the current host configuration using the "q | query" flag
  - mstconfig tool
      - fixed database
  - fixed several bugs
- Refresh patches against latest sources:
  - Remove-date-time-info-from-build.patch
  - Fix-gcc7-and-gcc8.patch
  - fix-race-condition-during-install.patch

OBS-URL: https://build.opensuse.org/request/show/883662
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=41
2021-04-09 07:36:52 +00:00
Nicolas Morey-Chaisemartin
eef9eba103 Accepting request 728694 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v4.11.0-5 (bsc#1136328)
  - Build related changes
    - Disabled -Werror compiler flag
    - Added the option to choose local system libraries if available in the machine
    - Enhanced python 3 compatibility
    - Removed python shebangs from the scripts
    - Fixed multiple rpmbuild issues
    - Added --enable-all-static configure flag that allows compilation of static executables, when the the option is supported by the compiler
    - All python scripts were aligned to unix encoding
    - Fixed multiple builds and compilation issues
  - mstprivhost tool
    - Added mstprivhost tool to set host privilege configurations
  - mstflint tool
    - Added missing Rom info attribute for legacy FW qq query
    - Fixed query timeout when device is locked
    - Renamed former --next_boot_fw_ver to --flashed_version flag. This flag queries the flashed version.
    - Note that the previous flag is supported to keep compatibility.
    - Fixed an issue with FW upgrade on ConnectX-5 EN
  - mstregdup tool
    - Fixed segfault
  - mstconfig
    - Added new params:
  - mstfwtrace
    - Added fwtracer: in this release, this tool supports secure FW flow only
  - libibmad
    - Added support for libibmad 12 in addition to 5
  - Python tools
    - Fixed Python wrapper to work properly in multiple OSes and multiple Python versions
  - Added adb generic tools
    - Added mstreg tool: To enable this option please use "--enable-adb-genaric-tools" flag

OBS-URL: https://build.opensuse.org/request/show/728694
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=35
2019-09-06 07:06:57 +00:00
Nicolas Morey-Chaisemartin
de3bdd4771 Accepting request 674852 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v4.11.0-3 (bsc#1103497)
  - Added option to query only flashed FW version, which reduces the CPU usage during the query.
    To use this option you should use "--next_boot_fw_ver" flag.
  - Fixed issue of missing information during query.
  - Added support for python 3.
  - Added option to reduce cpu utilization with "--low_cpu" flag.
  - Added compatibility to 1.1.X version, in addition to previously supported 1.0.2 version.
  - Added support for Mellanox Quantum switch systems and
    ConnectX-6 Ready adapter cards.
  - mstarchive tool
    The mstarchive tool allows the user to create a file with the mfa2 extension.
    The new file contains several binary files of a given firmware for
    different adapter cards.
  - mstprivhost
    The ability to restrict the hosts from configuring the NIC.
    Meaning, only the Arm side will have the privilege to configure the NIC.
    Note: This utility is supported in BlueField devices only.
  - mstconfig in BlueField
    Enables the user to manage (grand/restrict) mlxconfig configuration
    privileges for BlueField Arm systems.
- Refresh patchest against latest sources:
  - Add-armv6-and-armv7-support.patch
  - Add-s390-s390x-support.patch
  - Fix-gcc7-and-gcc8.patch
  - Remove-date-time-info-from-build.patch
  - fix-race-condition-during-install.patch
- Drop Fixed-licenses-of-files.patch as it was merged upstream

OBS-URL: https://build.opensuse.org/request/show/674852
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=31
2019-02-14 06:54:30 +00:00
Nicolas Morey-Chaisemartin
9fc02bb26e Accepting request 644584 from home:NMoreyChaisemartin:branches:sp1-staging
- Update to v4.10.0-3 (fate#325998)
  - Added mstcongestion 

- Update to v4.10.0-2
  - mstfwreset not supported
  - mstflint now handles all the burn parameters when MCC
    is enabled and displays the secure-FW CS tokens.
  - mstconfig
    - Added the option to query partial parameters
    - Added the following new parameters:
        FLEX_PARSER_PROFILE_ENABLE
        ECPF_ESWITCH_MANAGER
        ECPF_PAGE_SUPPLIER
        SAFE_MODE_ENABLE
        SAFE_MODE_THERSHOLD
        BOOT_UNDI_NETWORK_WAIT
  - Fixed bug in firmware burning flow
- Refresh patchest against latest sources:
  - Remove-date-time-info-from-build.patch
  - Add-s390-s390x-support.patch
  - Add-armv6-and-armv7-support.patch
  - Fix-gcc7-and-gcc8.patch

OBS-URL: https://build.opensuse.org/request/show/644584
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=27
2018-10-25 10:49:12 +00:00
Nicolas Morey-Chaisemartin
7b8dd5aaf7 Accepting request 618879 from home:NMoreyChaisemartin:branches:science:HPC
- Update patches to fit science:HPC worflow
  - Remove old format patches
    - mstflint-4.4.0-implicit-declaration.patch
    - mstflint-4.4.0-no-date-time.patch
    - mstflint-armv6_arch.patch
    - mstflint-armv7_arch.patch
    - mstflint-gcc7.patch
    - mstflint-s390_arch.patch
  - Replaced with new format patches
    - Remove-date-time-info-from-build.patch
    - Add-s390-s390x-support.patch
    - Add-armv6-and-armv7-support.patch
    - Fix-gcc7-and-gcc8.patch
      - Patch was updated to also fix Gcc8 compilation issues
  - Drop obsolete patch
    - mstfint-mtcr_ul_no_static_lib.patch
- Update to v4.9.0-3
  - No release notes available

OBS-URL: https://build.opensuse.org/request/show/618879
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=24
2018-06-25 06:25:36 +00:00