2014-08-11 10:07:23 +02:00
|
|
|
#
|
|
|
|
# spec file for package mstflint
|
|
|
|
#
|
2023-06-07 14:15:28 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2014-08-11 10:07:23 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-03-29 09:38:34 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-08-11 10:07:23 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2021-09-02 17:45:42 +02:00
|
|
|
%define extra_version -1
|
2017-05-10 20:50:21 +02:00
|
|
|
|
2014-08-11 10:07:23 +02:00
|
|
|
Name: mstflint
|
2023-07-17 18:01:39 +02:00
|
|
|
Version: 4.24.0
|
2016-07-18 21:24:12 +02:00
|
|
|
Release: 0
|
2014-08-11 10:07:23 +02:00
|
|
|
Summary: Mellanox Firmware Burning and Diagnostics Tools
|
2021-04-09 09:36:52 +02:00
|
|
|
License: BSD-2-Clause OR GPL-2.0-only
|
2014-08-11 10:07:23 +02:00
|
|
|
Group: System/Console
|
2020-01-24 17:05:32 +01:00
|
|
|
URL: http://www.openfabrics.org
|
2017-05-10 20:50:21 +02:00
|
|
|
Obsoletes: mstflint-devel < %{version}
|
2018-10-25 12:49:12 +02:00
|
|
|
Source: https://github.com/Mellanox/mstflint/releases/download/v%{version}%{extra_version}/mstflint-%{version}%{extra_version}.tar.gz
|
2018-06-25 08:25:36 +02:00
|
|
|
Patch1: Remove-date-time-info-from-build.patch
|
|
|
|
Patch4: Fix-gcc7-and-gcc8.patch
|
2018-10-25 12:49:12 +02:00
|
|
|
Patch5: fix-race-condition-during-install.patch
|
2021-07-07 17:43:52 +02:00
|
|
|
Patch6: PIE.patch
|
2014-08-11 10:07:23 +02:00
|
|
|
BuildRequires: gcc-c++
|
2017-06-23 17:51:33 +02:00
|
|
|
BuildRequires: infiniband-diags-devel
|
2018-03-20 12:41:34 +01:00
|
|
|
BuildRequires: libibverbs-devel
|
2019-02-14 07:54:30 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
2014-08-11 10:07:23 +02:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: zlib-devel
|
2016-07-18 21:24:12 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a burning tool and diagnostic tools for Mellanox
|
|
|
|
manufactured HCA/NIC cards. It also provides access to the relevant
|
|
|
|
source code. Please see the file LICENSE for licensing details.
|
|
|
|
|
|
|
|
This package is based on a subset of the Mellanox Firmware Tools (MFT)
|
|
|
|
package. For a full documentation of the MFT package, please refer to
|
|
|
|
the downloads page at the Mellanox web site.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2017-05-10 20:50:21 +02:00
|
|
|
%patch1
|
2017-05-18 09:14:14 +02:00
|
|
|
%patch4
|
2018-10-25 12:49:12 +02:00
|
|
|
%patch5
|
2021-09-02 17:45:42 +02:00
|
|
|
%patch6
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%build
|
2016-07-18 21:24:12 +02:00
|
|
|
./autogen.sh
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags} CFLAGS="%{optflags} -I. -fno-exceptions"
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%install
|
2016-07-18 21:24:12 +02:00
|
|
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
|
|
|
rm -rf %{buildroot}%{_includedir}/mstflint
|
2019-03-29 09:38:34 +01:00
|
|
|
rm -rf %{buildroot}%{_libdir}/mstflint/*.a
|
2020-01-24 17:05:32 +01:00
|
|
|
rm -rf %{buildroot}%{_libdir}/*.a
|
2016-07-18 21:24:12 +02:00
|
|
|
rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2019-03-29 09:38:34 +01:00
|
|
|
%doc README
|
|
|
|
%license LICENSE COPYING
|
2016-07-18 21:24:12 +02:00
|
|
|
%{_bindir}/mstconfig
|
2018-10-25 12:49:12 +02:00
|
|
|
%{_bindir}/mstcongestion
|
2016-07-18 21:24:12 +02:00
|
|
|
%{_bindir}/mstflint
|
2017-10-31 16:35:37 +01:00
|
|
|
%{_bindir}/mstfwreset
|
2016-07-18 21:24:12 +02:00
|
|
|
%{_bindir}/mstmcra
|
|
|
|
%{_bindir}/mstmread
|
|
|
|
%{_bindir}/mstmtserver
|
|
|
|
%{_bindir}/mstmwrite
|
2019-02-14 07:54:30 +01:00
|
|
|
%{_bindir}/mstprivhost
|
2016-07-18 21:24:12 +02:00
|
|
|
%{_bindir}/mstregdump
|
2020-01-24 17:05:32 +01:00
|
|
|
%{_bindir}/mstresourcedump
|
Accepting request 839558 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v4.15.0-1 (jsc#SLE-15968)
- New Supported Devices
- ConnectX-6Lx adapter cards support.
- BlueField-2 adapter cards support.
- mstconfig tool
- QOS ets configuration ConnectX-4 LX 25NIC failed when enabled VFs > 21
- Network programmability (Dynamic Flex Parse) Packet classification on
eCPRI header on receive with DPDK
- Improved BlueField NVMf Performance when working in 4K block size
[BlueField SmartNIC] Support full virtio-net PCI device emulation +
Device Hot Plug - BareMetal case GA
- ConnectX-6 SHARPv2 to achieve line-rate performance
- New Feature - BOOT_INTERRUPT_DIS parameter was added to mlxconfig.
When TRUE, legacy interrupts should not be used for receive/transmit indication.
Polling should be used instead.
- mstdump tool
- Fixed an issue that caused mstflint to print garbage messages.
To fix the bug, the new kernel module should be recompiled and loaded
- mstreg tool
[software steering, ASAP^2, Connection Tracking] adding DP_HASH support
- Virtual output Queuing - exposing descriptors
- New Feature - Increased the registry keys the tool supports and now it exposes the full PRM.
- For additional information, refer to the PRM.
- mstlink tool
- need mstlink to support TX SerDes set --database at Quantum and Spectrum-2
- QSFP DD + CMIS
- mstlink - support for 400G
- mstlink to enforce PRBS at host-management and/ or multi-host systems
- mstlink - add support to configure PRBS
- Read/Write SerDes Tx taps with new SLTP register - mstlink
- Fix the return bad status of SLTP according to the new return values
- New Feature - HDR lane rate is now supported when in Pseudorandom Binary Sequence (PRBS) mode.
- New Feature - Added support for switching between NRZ/PAM4 speeds for new devices that support
- HDR/200G speeds (ConnectX-6, ConnectX-6 Dx, Mellanox Quantum, Mellanox Spectrum 2).
- mstfwreset tool
- handling mstfwreset on SN in different modes
- mstflint tool
[Secure Boot][BlueField-2] EFUSE keys burn tool (Arm OS) for RSA Keys and MKEK
- Support HPCC in CX6Dx
- Add life cycle, secure boot, recovery indications to the flint query full command
- New Feature - Enables the user to insert information manually to the flash on components
such as MFG/DEV GUID/MAC when no information exists after the burn process using the command
"mstflint -d \<device\> sg \<guid\>".
If the information is not inserted manually, the existing GUID/MAC
- information will be used instead.
- New Feature - Enables the user to query the MFA2 file using a PSID.
- mstresourcedump tool
- MSTResoruceDump new tool: Build a dump passer tool for parsing resource dumps
- Added support for "--virtual-hca-id" command. Now the tool can provide info on the virtual HCA
(host channel adapter, NIC) ID.
OBS-URL: https://build.opensuse.org/request/show/839558
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=39
2020-10-05 15:29:34 +02:00
|
|
|
%{_bindir}/mstresourceparse
|
2016-07-18 21:24:12 +02:00
|
|
|
%{_bindir}/mstvpd
|
2019-09-06 09:06:57 +02:00
|
|
|
%{_bindir}/mstfwtrace
|
2016-07-18 21:24:12 +02:00
|
|
|
%{_mandir}/man1/*.1%{ext_man}
|
2019-03-29 09:38:34 +01:00
|
|
|
%{_libdir}/mstflint/
|
2016-07-18 21:24:12 +02:00
|
|
|
%{_datadir}/mstflint/
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%changelog
|