1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: mstflint
Section: net
Priority: optional
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders: Mehdi Dogguy <mehdi@debian.org>,
Tzafrir Cohen <tzafrir@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-dkms,
libboost-filesystem-dev,
libboost-regex-dev,
libboost-system-dev,
libexpat1-dev,
libibmad-dev,
libjsoncpp-dev,
liblzma-dev,
libmuparser-dev,
libsqlite3-dev,
libssl-dev,
pkgconf,
zlib1g-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/hpc-team/mstflint.git
Vcs-Browser: https://salsa.debian.org/hpc-team/mstflint
Homepage: https://github.com/Mellanox/mstflint
Package: mstflint
Architecture: linux-any
Depends: libibmad5,
python3,
${misc:Depends},
${shlibs:Depends}
Description: Mellanox firmware burning application and diagnostics tools
This package contains a burning tool and diagnostic tools for Nvidia
(formly Mellanox) manufactured host channel adapters (HCA) and network
interface cards (NIC).
.
This burning tool should be used only with Mellanox-manufactured
HCA/NIC cards. Using it with cards manufactured by other vendors may
be harmful to the cards (due to different configurations). Using the
diagnostic tools is normally safe for all HCAs/NICs.
.
For some extra functionality, or for systems with kernel < 6.15,
the out-of-tree kernel module mstflint_access is needed.
It is included e.g. through the package mstflint-dkms.
.
The kernel-space part of the code is the out-of-tree module mstflint_access
that you may get by installing mstflint-dkms.
Package: mstflint-dkms
Architecture: all
Section: kernel
Depends: ${misc:Depends},
Enhances: mstlint
Description: kernel module for Nvidia (formly Mellanox) firmware buring tool
mstflint contains a burning tool and diagnostic tools for Nvidia (formly
Mellanox) manufactured host channel adapters (HCA) and network interface
cards (NIC).
.
This package contains the kernel module mstflint_access in a DKMS package
(source built at install time using the DKMS framework).
|