Package: libibverbs-dev Priority: optional Section: libdevel Installed-Size: 1117 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: ibverbs-providers (= 50mlnx1-1.50218), libibverbs1 (= 50mlnx1-1.50218), libnl-3-dev, libnl-route-3-dev Filename: ./libibverbs-dev_50mlnx1-1.50218_amd64.deb Size: 336402 MD5sum: 8404a7c5b1cd55ff285cbc84acae7a21 SHA1: f31a59cd54991c43eaf074f7deadefa427bab866 SHA256: 1d21a378bd74833e7dc5eefe4c1292b30e8c851276873f3f193fa607842e9ed4 SHA512: 53cb9ef41222cfc6066f9ea84ddee485e29bf5f890e6c96e0aebe4741bb7395ece02bacb2cf2f967c2f52ae5b840af0d8c601e34b0b4bd63cb2a6a0eaffcb7c0 Description: Development files for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package is needed to compile programs against libibverbs1. It contains the header files and static libraries (optionally) needed for compiling. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibverbs1-dbg Priority: extra Section: debug Installed-Size: 328 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibverbs1 (= 50mlnx1-1.50218) Filename: ./libibverbs1-dbg_50mlnx1-1.50218_amd64.deb Size: 247116 MD5sum: b4d6ce4722ffd4d1904ec52fb353e973 SHA1: 04f88dbaaceb3aee660bdf254ead2c13e7e703f0 SHA256: a581b4d405faa3beb1ba0f9d937d2e89e23e40b81880d0bea7719a0bfaf78d09 SHA512: bd11f1d2bd6181ec487b87868e289df6e494b0fbe73582c58b6236cabc2db61a714e2f87a840394bfb0068cd8327a5ebedfb654c6e05f27a9b84551e895f580e Description: Debug symbols for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package contains the debug symbols associated with libibverbs1. They will automatically be used by gdb for debugging libibverbs-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibverbs1 Priority: optional Section: libs Installed-Size: 183 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: adduser, libc6 (>= 2.15), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7) Pre-Depends: multiarch-support Recommends: ibverbs-providers Breaks: ibverbs-providers (<< 25~) Filename: ./libibverbs1_50mlnx1-1.50218_amd64.deb Size: 54268 MD5sum: 409a2b979f41c5573102adab093a3abc SHA1: 97aad37ed99bd5bb06c6c5cae5661b73d6f3e5b4 SHA256: 2c226ac0001d1a8a261851f4c8e992f6dfb49a8349b9e96b653f797aff32e810 SHA512: fa986b85956d2c40a8168a0933fa248516d0f4678c3f1f0e31da4808136f1dcbb7b33653b98163d323f6825a6fa1cdb242db849d9f90a860bb4365c3b447098e Description: Library for direct userspace use of RDMA (InfiniBand/iWARP) libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . For this library to be useful, a device-specific plug-in module should also be installed. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: librdmacm-dev Priority: optional Section: libdevel Installed-Size: 318 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibverbs-dev, librdmacm1 (= 50mlnx1-1.50218) Filename: ./librdmacm-dev_50mlnx1-1.50218_amd64.deb Size: 114700 MD5sum: 9a39a9642b7e949079b890b8519e131d SHA1: 4ae049b972054c3d21ba5927fb6e808f3df2040a SHA256: 54c5a9dabe695d81038bbfe22d696db987080522bb5f79948420c77c3668bdbf SHA512: df18086a5877517fc7d47fbebe257272157676ba14ac233727660cde9926650e158078322c6259a1f167505fc645af3cda379fd82ac979a7fcd1b396bd6db400 Description: Development files for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package is needed to compile programs against librdmacm1. It contains the header files and static libraries (optionally) needed for compiling. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: librdmacm1-dbg Priority: extra Section: debug Installed-Size: 264 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: librdmacm1 (= 50mlnx1-1.50218) Filename: ./librdmacm1-dbg_50mlnx1-1.50218_amd64.deb Size: 183108 MD5sum: 46826ac2dccb4e09a0a749bd334f48f9 SHA1: 04f2c51e4d7235befd11af1142c1b3640dee03d5 SHA256: 32397a6ac0c4535c5130c57b134260101b782129f5c5babf39db5ad267c942f7 SHA512: 091e4154fb8ab63024fd8d6748c80ca15aeed68bb00c7b884953d03be65e0e08b2e8bd830813ff2f72cdeb4e8267953aa685acf9bf9d5ddfcc38079763501252 Description: Debug symbols for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains the debug symbols associated with librdmacm1. They will automatically be used by gdb for debugging librdmacm-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: librdmacm1 Priority: optional Section: libs Installed-Size: 196 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libc6 (>= 2.17), libibverbs1 (>= 20), libnl-3-200 (>= 3.2.7) Pre-Depends: multiarch-support Filename: ./librdmacm1_50mlnx1-1.50218_amd64.deb Size: 61762 MD5sum: e63c301ccfbfd4990046045d8d0e64d5 SHA1: 185a9862e6fbd66221b07a6571fa420b5cba6709 SHA256: 5c44f1de62c153c949cc16cc843706982d750e816db2a675ad602c6dc35f1f4f SHA512: 875894b4d2eedfc7e4107a80f6fba16faa9681fc2218eda014d6104b26a65e11d8bd14b3cf0461d18a616cf92f57fbd01a36cce9fc5da437d7c2234600a92621 Description: Library for managing RDMA connections librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: python3-pyverbs Priority: optional Section: python Installed-Size: 60 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: rdma-core (>= 21) Filename: ./python3-pyverbs_50mlnx1-1.50218_amd64.deb Size: 12038 MD5sum: 97d5ee5c105f5d560aa66df85125a20c SHA1: 984dfee4280a21fc9a79dbab8237c424e24e3564 SHA256: 5910b02f360fabf0ef0fdd0885252d518221ebefb3210f31576f08ada57c48db SHA512: a34eea7ba8cd1589dd43e0b087df0b98e7f4c67d36eca648b0d9bb0c8456036cfa8a218e4835af7b3062ef03875c98584ac3233fc54d89a8f3b2d1398a2a7da6 Description: Python bindings for rdma-core Pyverbs provides a Python API over rdma-core, the Linux userspace C API for the remote direct memory access (RDMA) stack. . One goal is to provide easier access to RDMA: RDMA has a steep learning curve as is and the C interface requires the user to initialize multiple structs before having usable objects. Pyverbs attempts to remove much of this overhead and provide a smoother user experience. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: rdma-core Priority: optional Section: net Installed-Size: 185 Maintainer: Linux RDMA Mailing List Architecture: amd64 Version: 50mlnx1-1.50218 Replaces: infiniband-diags (<< 2.0.0) Depends: lsb-base (>= 3.2-14~), udev, perl, libc6 (>= 2.16), libnl-3-200 (>= 3.2.7), libsystemd0, libudev1 (>= 183) Recommends: dmidecode, ethtool, iproute2 Breaks: infiniband-diags (<< 2.0.0) Filename: ./rdma-core_50mlnx1-1.50218_amd64.deb Size: 45212 MD5sum: bd445ca921e997afd954141e6e0d787b SHA1: 96b87c8c62a6a9764ac2edf9bd8595867a1401e5 SHA256: 2ffcf50316771264f9e88f7e71357ab22f536173f933bae091cb96db7f065007 SHA512: 3c96d5b3f673966f95a0e1fe63b31806b49babd88840e0ec604c54ea9697fb41f77c2f38b56a1edac76a3de6b5e42fab1989d616b2ab829f612068a2ba66fd62 Description: RDMA core userspace infrastructure and documentation This package provides the basic boot time support for systems that use the Linux kernel's remote direct memory access (RDMA) subystem which includes InfiniBand, iWARP, and RDMA over Converged Ethernet (RoCE). . Several kernel RDMA support daemons are included: - The rdma-ndd daemon which watches for RDMA device changes and/or hostname changes and updates the Node Description of the RDMA devices based on those changes. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: rdmacm-utils Priority: optional Section: net Installed-Size: 299 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: librdmacm-utils Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), librdmacm1 (>= 23) Breaks: librdmacm-utils Filename: ./rdmacm-utils_50mlnx1-1.50218_amd64.deb Size: 70862 MD5sum: 89edbffee8e17dc7e1f93ed9caad41e9 SHA1: 6dafe8bb7283d06ba485b3fb176d287f346e1965 SHA256: 2a760442caaf57292b8a25e94f9390f0071d41f13b388a186e3e9bca6227daad SHA512: dae2ce2b7fcabaf0a43e592779bc9e175fc1aaa3295eae448cb4a6f23e0ededf91aa7e545974baaab7cb7de20bc5207e015a57047c476a6cbe64f1ebf6d53585 Description: Examples for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains useful librdmacm1 example programs such as rping and udaddy. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: srptools Priority: optional Section: net Installed-Size: 200 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: lsb-base (>= 3.2-14~), rdma-core (>= 15), udev, init-system-helpers (>= 1.18~), libc6 (>= 2.17), libibumad3 (>= 1.3.9), libibverbs1 (>= 20) Filename: ./srptools_50mlnx1-1.50218_amd64.deb Size: 41938 MD5sum: 10962252db3edd6d03dd62d73d6685d7 SHA1: ebcadc4f9941f545bdeae7cf69047e0b5b58a66d SHA256: ef83d8d00f8c7694ae41eb272f100773f1a3512372fb20c786b6cff956fe8fde SHA512: 221182ad65e5f2c7f252829097a935b83c159fa81430e8dde85ac15cd275995e925dd654ef41bf7424cfefd555632d2ec251c21845d95855c21241c166397ce6 Description: Tools for Infiniband attached storage (SRP) In conjunction with the kernel ib_srp driver, srptools allows you to discover and use Infiniband attached storage devices which use the SCSI RDMA Protocol (SRP). Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: mstflint Priority: extra Section: net Installed-Size: 9258 Maintainer: Gal Sivan Architecture: amd64 Version: 4.13.0-1.41.g4e8819c.50218 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Filename: ./mstflint_4.13.0-1.41.g4e8819c.50218_amd64.deb Size: 1467056 MD5sum: a13f94ddc772a22e08fd2fded86ff822 SHA1: b75459775e34c64981538c9a5bb8aa73435568fa SHA256: 4b91e93f60b6e2fa051c012c116c346c0cc051fb6ba5fb902a071c40fefb7def SHA512: ed355518a33adc45b047aa72c6b5dc26e0e2d1c13178cf0b63d1a12d7119f251f62a54f9174a134dbefaa134e92ff84972afe76c2ab0b9ac225ffaa05ae2e6f3 Description: Mellanox firmware burning application This package contains firmware update tool, vpd dump and register dump tools for network adapters based on Mellanox Technologies chips. Homepage: http://www.mellanox.com Package: ibdump Priority: optional Section: net Installed-Size: 10266 Maintainer: Tzafrir Cohen Architecture: amd64 Version: 6.0.0-1.50218 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6) Filename: ./ibdump_6.0.0-1.50218_amd64.deb Size: 1656470 MD5sum: f9a78ee6dde03bd07375045b376b726f SHA1: 7e4ec071629da81c32c8b47ccfcad95dde469eaa SHA256: 2c5bc32612d780d750bafa4e17d382eec917e3efa7f50252e9bbe9a734fd1475 SHA512: daae62fa0368a83508b6356a641a54c84a2044a722086750529d7c7878f218141d04940e231e76ef12a55a37359e62c121bb3e02a9343b9d67dc19b3427b41eb Description: Mellanox packets sniffer tool This package contains sniffer tool for IB packets. ibdump is a sniffer that like tcpdump can produce pcap files. Homepage: https://github.com/Mellanox/ibdump Package: libopensm-devel Priority: extra Section: libdevel Installed-Size: 2112 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50218 Depends: libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218) Filename: ./libopensm-devel_5.6.0.MLNX20200217.cedc1e4-0.1.50218_amd64.deb Size: 633820 MD5sum: 754fcacf5a505be0fea499758a91a636 SHA1: 421a620f9ab5cbb97d305224105da54b8a8c2a24 SHA256: 9f37db1036b5d08cbab23fe6037a765fcdb3758a3da01d64b42f5c280a26b8a3 SHA512: eefeccdef58da717f26468c86fa65abb585789c3d53198741df34d792ae093f89865ffce4420809245c6b132e834fc07c6c96b4538460dc02b9b7a48d03326b0 Description: Developement files for OpenSM Header files for OpenSM Homepage: http://www.openfabrics.org/downloads/management Package: libopensm Priority: extra Section: libs Installed-Size: 1005 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50218 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9) Filename: ./libopensm_5.6.0.MLNX20200217.cedc1e4-0.1.50218_amd64.deb Size: 495012 MD5sum: 3f853f41d965d50db1a3d8c9598fa57b SHA1: 85f28ce8d8e96b9b464e256035c3db756cf71c65 SHA256: 7778acb68e95fba2ab6176fc4bfef9749cc8c790f1a6c3ae2d758f30e6313418 SHA512: a12eee8517c3067d660bab7417f4fbfed27f0577a5d217c43aac65024652ab7685ecce08a846bb1bf70eee0e316ac5219033c64eb9c0fa1a4ed5a91f14a0fdf5 Description: Infiniband subnet manager libraries OpenSM provides an implementation of an Infiniband Subnet Manager (SM) and Administrator (SA). One Subnet Manager is required to run on each Infiniband subnet in order to initialize the Infiniband hardware. . This package contains shared libraries that are part of the opensm package but are also used by other applications. Homepage: http://www.openfabrics.org/downloads/management Package: ofed-scripts Priority: extra Section: utils Installed-Size: 297 Maintainer: Vladimir Sokolovsky Architecture: amd64 Version: 5.0-OFED.5.0.2.1.8 Filename: ./ofed-scripts_5.0-OFED.5.0.2.1.8_amd64.deb Size: 45606 MD5sum: 1f6de8e308e9d54768ac2ceb81210b20 SHA1: d548efae34ce4307441a529bdfcf424ace8fb293 SHA256: 49d9a83830456cb02f4a23cef249b0abf341361c07d1554e2e166de9ac76e7bf SHA512: f2498f1ed6c3d7fa89109e2efd43c8b3a38c2717787c37e3b7ce93e665820923aa0e42b9717606358d0a0de9faf2de8f056078994b629fd83114850915a72fe8 Description: MLNX_OFED utilities Homepage: http://www.mellanox.com Package: ibacm Priority: optional Section: net Installed-Size: 292 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: lsb-base (>= 3.2-14~), rdma-core (>= 15), init-system-helpers (>= 1.18~), libc6 (>= 2.17), libibumad3 (>= 1.3.9), libibverbs1 (>= 20), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libsystemd0 Filename: ./ibacm_50mlnx1-1.50218_amd64.deb Size: 80268 MD5sum: 500a798532e48c8441700074b8d6c118 SHA1: 6884bf0f17f172ad79035e1f41de62e17f419fb8 SHA256: ee1c903d44e6cd43617752bb4f3df64bbe6334b3f74c64da614681a71ed227bf SHA512: d517381c169d4d06633eca53431944ef192bf51df0c99853464ff0f02a8ec1a5267d1933e97c0a9dc44996a6a40c856226aa6a13061c92e05f5863c181db7e80 Description: InfiniBand Communication Manager Assistant (ACM) The IB ACM implements and provides a framework for name, address, and route (path) resolution services over InfiniBand. It is intended to address connection setup scalability issues running MPI applications on large clusters. The IB ACM provides information needed to establish a connection, but does not implement the CM protocol. A primary user of the ibacm service is the librdmacm library. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: ibverbs-providers Priority: optional Section: net Installed-Size: 451 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: ibacm-dev (<< 43), libipathverbs1, libmlx4-1, libmlx5-1, libmthca1, librxe-1 Provides: libefa1, libipathverbs1, libmlx4-1, libmlx5-1, libmthca1 Depends: libc6 (>= 2.14), libibverbs1 (>= 25) Breaks: ibacm-dev (<< 43), libipathverbs1, libmlx4-1, libmlx5-1, libmthca1, librxe-1 Filename: ./ibverbs-providers_50mlnx1-1.50218_amd64.deb Size: 134576 MD5sum: e78512961dc1cc4a857356e0f0e2dbd0 SHA1: 4ac53b22154bf0281622500ead2f39c23b1a85d3 SHA256: ae5182b37c81195e883c91bf76eb384aa13d0800fd9e9d764caca32d7cfd1f5b SHA512: 83a5be810c5b68f7260ec77595b542796d1d453a4047c71f0057950c80c2e9b858487a92a7cb60506a2f7ab50adf1302efa3dafec9d81c9e3d021e7fd3e8ea4a Description: User space provider drivers for libibverbs libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . A RDMA driver consists of a kernel portion and a user space portion. This package contains the user space verbs drivers: . - mlx4: Mellanox ConnectX-3 InfiniBand HCAs - mlx5: Mellanox Connect-IB/X-4+ InfiniBand HCAs - rxe: A software implementation of the RoCE protocol Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: ibverbs-utils Priority: optional Section: net Installed-Size: 239 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libc6 (>= 2.14), libibverbs1 (>= 24) Filename: ./ibverbs-utils_50mlnx1-1.50218_amd64.deb Size: 54298 MD5sum: 222232a4064e2168a865184ebc777ac7 SHA1: 3eccf489225d35569f0b16f0db9a2c162756404f SHA256: a509a83b4e618b19632afa836e66dff2f705cff8a3f014f07bd23942048205ed SHA512: 510eeabff962852ba21e469df361cc56a348bc43fa2cce1d6fb01749aaa266538dd67c7f8ea80030257d5304f2c60ff911264c99f395bf460593c7e08f8661d5 Description: Examples for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package contains useful libibverbs1 example programs such as ibv_devinfo, which displays information about InfiniBand devices. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: infiniband-diags Priority: optional Section: net Installed-Size: 868 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: infiniband-diags-compat Provides: infiniband-diags-compat Depends: libibnetdisc5 (= 50mlnx1-1.50218), perl, libc6 (>= 2.17), libibmad5 (>= 1.3.12), libibumad3 (>= 3.1.26) Conflicts: infiniband-diags-compat Filename: ./infiniband-diags_50mlnx1-1.50218_amd64.deb Size: 154838 MD5sum: 9e896ee372263802b86b5ebc80b628e1 SHA1: cb3d7a0e975396316f1ffd53307ed324612026da SHA256: 5678d4fe682927c9f88c131b489c2c2a2fa5dca685ff59194ec6bc804f94aa0b SHA512: d9793289f33569c31493401fde13b3d66436cede128de587879cffd806093d4849786b6be4e4f61850402223f4c4f6cd6cacefaf788bcbf3e80c957c14fc5964 Description: InfiniBand diagnostic programs InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides diagnostic programs and scripts needed to diagnose an InfiniBand subnet. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: libibmad-dev Priority: optional Section: libdevel Installed-Size: 284 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: libibmad-devel (<< 6) Provides: libibmad-devel Depends: libibmad5 (= 50mlnx1-1.50218) Breaks: libibmad-devel (<< 6) Filename: ./libibmad-dev_50mlnx1-1.50218_amd64.deb Size: 48826 MD5sum: 9fa858e200db8809765557858d49dea9 SHA1: e656c810f042b8b2ce523f95e96281d6ff4fb6ec SHA256: 1daf6225944e8e41b66509d81047b0477518ad3a684ed80020f76232280cb3e4 SHA512: 694acd53de01cbaa29e374cdb28d24f5c8e5e2d4e2b56fc43eaacdbe6440454265568326dce233e64fbf051555088d738a819bfe255692ad1199a4555592d41f Description: Development files for libibmad libibmad provides low layer Infiniband functions for use by the InfiniBand diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package is needed to compile programs against libibmad5. It contains the header files and static libraries (optionally) needed for compiling. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibmad5-dbg Priority: extra Section: debug Installed-Size: 166 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibmad5 (= 50mlnx1-1.50218) Filename: ./libibmad5-dbg_50mlnx1-1.50218_amd64.deb Size: 83720 MD5sum: c09b64e3f586729e818ada77297a9039 SHA1: 41f2dd25a6bfd4115503916a79bb33d62eab98fa SHA256: e5c7c095b287050e44fcd62ff6ea984cec924ab293bd07385b340f08405d425b SHA512: 955a2072ae6142e743c80e3ca46d05a04b2b91ce9d50ee71229affe965b2672b7213730606f9a1b0cf253788dda5ebe3a3ac0a8de164a6651b04a481524c93ff Description: Infiniband Management Datagram (MAD) library libibmad provides low layer InfiniBand functions for use by the Infiniband diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package contains the debug symbols associated with libibmad5. They will automatically be used by gdb for debugging libibmad-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibmad5 Priority: optional Section: libs Installed-Size: 177 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9) Pre-Depends: multiarch-support Filename: ./libibmad5_50mlnx1-1.50218_amd64.deb Size: 40072 MD5sum: c59b2078fee1706055a0f1a82e1ff87c SHA1: 101ce107b8a50b0f23ccc203c17b73f98edda1bb SHA256: 66eb447ba98099d9e3aee865bb7e5a075e6ec1f8b046a577a55a97b2b0a8babc SHA512: 72ad9fb0d80a3d7004a49e79683eb16248c1f0f896e636451716aec452caefce8cfc5936c6a4590819cd6f2a516f24a9cb85ef758b4e4cf56ecd0811a7b90a3b Description: Infiniband Management Datagram (MAD) library libibmad provides low layer InfiniBand functions for use by the Infiniband diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibnetdisc-dev Priority: optional Section: libdevel Installed-Size: 187 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: infiniband-diags (<< 2.0.0) Depends: libibnetdisc5 (= 50mlnx1-1.50218) Breaks: infiniband-diags (<< 2.0.0) Filename: ./libibnetdisc-dev_50mlnx1-1.50218_amd64.deb Size: 40744 MD5sum: 42a14288254ec0bd229a6b5a975ce7ac SHA1: 1ca66a698c3761b26b43ae7f3d2a4dddd6038109 SHA256: 368c2e92668388f51f2d7076d58dbbdbfb5e7ee7a3aaaf6d020c82eb95878c32 SHA512: 31702387690aafbf2a6687fd161d13e40826d9415d0672e72628772bfee26404b422f4ac6edaf822f8a1721f21902fde0dba74d5a0b3e4fe504f7226fe5e19b3 Description: InfiniBand diagnostics library headers InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides development files required to build applications aginast the libibnetdisc5 InfiniBand diagnostic libraries. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibnetdisc5-dbg Priority: extra Section: debug Installed-Size: 142 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibnetdisc5 (= 50mlnx1-1.50218) Filename: ./libibnetdisc5-dbg_50mlnx1-1.50218_amd64.deb Size: 71790 MD5sum: 9c5ec780adcabccc9a8d3997d89402bb SHA1: ca30790ce526f5c6128af62c0cfd8979677a38b3 SHA256: 3d26faecd7c91b5bb431c3869f17a05d3632ed407ec0116e1d0c88ad464175fe SHA512: ef3e53732def1b1b4f7ee305ede6c84ea140b36a5860304b37e965a9533a41ee94eb67d02134f412450045044ad1181071b399915a999a3caa7516164da7af36 Description: Debug symbols for the libibnetdisc library InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package contains the debug symbols associated with libibnetdisc5. They will automatically be used by gdb for debugging libibnetdisc-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibnetdisc5 Priority: optional Section: libs Installed-Size: 119 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libc6 (>= 2.4), libibmad5 (>= 1.3.11), libibumad3 (>= 1.3.9) Pre-Depends: multiarch-support Filename: ./libibnetdisc5_50mlnx1-1.50218_amd64.deb Size: 32248 MD5sum: a901d566662479bc02d9123a32f1c528 SHA1: d1ae5a3c91759439dbcae50024acad1dfa1dd625 SHA256: f1d8bc1821d8b7d5cebb1bb5dd17b97bb740f7348a4c0c5b7057c08a4da5cb16 SHA512: 64a00ce69a485caffd8e06e98239a14726bfe90603410e8663f85df518136dffeeba4dda9e665f3a142fe920f851fe77eeb87cd718f60c24978ec1cbf59657e4 Description: InfiniBand diagnostics library InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides libraries required by the InfiniBand diagnostic programs. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibumad-dev Priority: optional Section: libdevel Installed-Size: 201 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: libibumad (<< 44), libibumad-devel (<< 44) Provides: libibumad-devel Depends: libibumad3 (= 50mlnx1-1.50218) Breaks: libibumad (<< 44), libibumad-devel (<< 44) Filename: ./libibumad-dev_50mlnx1-1.50218_amd64.deb Size: 54394 MD5sum: 2658ada88b64df270be4672ed7a6e15c SHA1: cc50b73de26b2b27ef3f7853af2662ddc23aa473 SHA256: 11c000eeaf656b56b2f8ceff10298a53d02afbfecc86deb4fe9fbeba152bc2c5 SHA512: c8e4cdcf65af064bbf81afbb2cdfb1e09b086c4ab58f7c103b058be64a84384e43c8c4a88b688e61ebc78b7603e64ad2b873d941f19bae23977af2df99a0207c Description: Development files for libibumad libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package is needed to compile programs against libibumad. It contains the header files and static libraries (optionally) needed for compiling. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibumad3-dbg Priority: extra Section: debug Installed-Size: 103 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibumad3 (= 50mlnx1-1.50218) Filename: ./libibumad3-dbg_50mlnx1-1.50218_amd64.deb Size: 36316 MD5sum: 56e395dd8a0772e65231c0924809d28e SHA1: dd268bbeba355889b2c282b373398cbfca390f61 SHA256: 3fb51d9e00bd541e7bdd91e0ab53fe844497051a9bdae84feff3d781056dffb1 SHA512: ba5cecf4aa51665eeca15eedd3939d130141fb498e2a87d8f814cca611e90bac4015fb161632daab184c4e129cdb70950007bc2761e7ff8882b9915ba8ed07c6 Description: Debug symbols for the libibumad3 library libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package contains the debug symbols associated with libibumad3. They will automatically be used by gdb for debugging libibumad-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibumad3 Priority: optional Section: libs Installed-Size: 103 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Provides: libibumad Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: ./libibumad3_50mlnx1-1.50218_amd64.deb Size: 26134 MD5sum: c0e8d17e50c8664a245310592079073c SHA1: 66070178aa82ef39e1842e56c1d896a468dfd376 SHA256: 634b33f457df2b28bdfa7bbd5c2f957ad95ace23300607882c14e9c49e9b232d SHA512: 527911b47394eb6b2d897620262c84bae421015e0406b4cd4a4688911165674da9a4a2bcd99c058cade625b40ccc48b41f5e9f6a3d6b6898c71880e08eb85fc8 Description: InfiniBand Userspace Management Datagram (uMAD) library libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: hcoll Priority: extra Section: libs Installed-Size: 8979 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 4.5.3045-1.50218 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9), libibverbs1 (>= 1.1.6), libnuma1, librdmacm1 (>= 1.0.15), sharp, ucx, zlib1g (>= 1:1.1.4) Filename: ./hcoll_4.5.3045-1.50218_amd64.deb Size: 1527086 MD5sum: c2bf267c4eb3ea9c5bfe650ae1ff457b SHA1: 3303103e12e1274b6151eb8b4090b6b72f8d6904 SHA256: aac12e8509e4f98a39a76e78be9b874c68cb5b93ff53f64aff15070cdc1a78c5 SHA512: 7df09fb3f8a838150c755bda4cf2290760bd9fe2ebdb3c0cd4b5a68a9456ce463acdf3d5d8163fc5292b562f1e404896ba66475e0920d5ef88cc5ccccadcee73 Description: Hierarchical collectives (HCOLL) Hierarchical collectives (HCOLL) Homepage: http://www.mellanox.com Package: openmpi Priority: extra Section: net Installed-Size: 71238 Maintainer: http://www.open-mpi.org Architecture: all Version: 4.0.3rc4-1.50218 Filename: ./openmpi_4.0.3rc4-1.50218_all.deb Size: 12682098 MD5sum: 1091297ffb614b6069cb85969b6eee79 SHA1: 4ea320917b43d03c60263877165eb62332ecfc41 SHA256: f2ef94677b29c01efdd72c0ab990c198b8dedc2b9daaca2b801226c47cf864c1 SHA512: f8d12c0882d9392273bdcd539ba1443121e5eb9af3af89cefb15f999fc459b4207c4cb2eee2aca3c8f393cdc42c40631ecf67fe175ce94a4763ccf20fed52eca Description: Open MPI Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. This package contains all the tools necessary to compile, link, and run Open MPI jobs. Homepage: http://www.open-mpi.org/ Package: mpitests Priority: extra Section: libs Installed-Size: 1673 Maintainer: Mellanox Ltd. Architecture: amd64 Version: 3.2.20-e1a0676.50218 Depends: libc6 (>= 2.17) Filename: ./mpitests_3.2.20-e1a0676.50218_amd64.deb Size: 196958 MD5sum: c190d41c6fed08d531e210f93a736490 SHA1: a59702185f6b96dda516a6c7ec90ae687a4c4f15 SHA256: e03035786f97ac5fa9c50f0613b5f1f3e20ea36188d2c13b26d4386ba0a3ba6a SHA512: 7f8efd3295a95b690c297347642de9acb7cfb146717285c3d5bea984b91fbf503f82fa27e3ac13919f88b0f8e907fd1ac07c99e6472a94676e7d43140cc5d3a9 Description: Set of popular MPI benchmarks and tools IMB 2018 OSU benchmarks ver 4.0.1 mpiP-3.3 IPM-2.0.6 Homepage: http://www.mellanox.com Package: dapl2-utils Priority: extra Section: net Installed-Size: 434 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50218 Depends: libc6 (>= 2.14), libdapl2 (>= 2.0.19), libibverbs1 (>= 1.1.2) Filename: ./dapl2-utils_2.1.10mlnx-OFED.3.4.2.1.0.50218_amd64.deb Size: 204594 MD5sum: 786c5224a9629f545d8cfc30988a8537 SHA1: 2df4805849d2a2ab291b245d231125bd22f9db04 SHA256: 6c9a102febb5b37abf8ba2aac9121b5e518b0e0ec4ddac2fc0ce33252e739caf SHA512: 3368aaf789208153aa6edc27dc90c0e9dfbee0b85ddb881738378d7af49bf5da65a021248c9f03e568f225f2de2f855a0cdb1f3a97f43b545e978ff179d5ab9c Description: Utilities for use with the DAPL libraries The Direct Access Programming Library (DAPL) is a transport-independent, platform-independent API that supports Remote Direct Memory Access (RDMA) devices such as Infiniband and iWARP . . This package contains example utilities that use the DAPL API. Homepage: http://www.openfabrics.org Package: libdapl-dev Priority: extra Section: libdevel Installed-Size: 1856 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50218 Depends: libdapl2 (= 2.1.10mlnx-OFED.3.4.2.1.0.50218) Filename: ./libdapl-dev_2.1.10mlnx-OFED.3.4.2.1.0.50218_amd64.deb Size: 284170 MD5sum: 3d073420736ddfc0afa9cade8b737a74 SHA1: b08fc9962f4ac60b5524ee96055d2441532d5f63 SHA256: 43dc9079e3297e48415d9647e3b75a71da3c6dad853dd626246c262a4c4b614b SHA512: a4ecf44e3a8764199b57a7dbe106b0df77057f794edc3b185110656fc87fa129dbfebef8fcf3f8d6bd0c2115447007bccfe65b983a6a2c3090371bd19f1ab02d Description: Development files for the DAPL libraries The Direct Access Programming Library (DAPL) is a transport-independent, platform-independent API that supports Remote Direct Memory Access (RDMA) devices such as Infiniband and iWARP . . This package contains the header files and shared libraries for building applications against libdapl. Homepage: http://www.openfabrics.org Package: libdapl2 Priority: extra Section: libs Installed-Size: 639 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50218 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.19) Filename: ./libdapl2_2.1.10mlnx-OFED.3.4.2.1.0.50218_amd64.deb Size: 210430 MD5sum: e6d1c30ae14650ff622d0f1bfc4be2cf SHA1: be681cd01da5eb01b5a4425979fbb6a3cb3f1546 SHA256: 1b6ffa2d595081cfa209ae21bcf1595cfced84231e3efccccaf53dec73c69545 SHA512: ef0ee9158e24a6200514f90ec9935b22ee093cd0ca831f70f6786cfb44868b1b8ba8d2bd1e8cbcd3baef05c9a715fcec204c25acefa63ea2d872238a107552cc Description: The Direct Access Programming Library (DAPL) The Direct Access Programming Library (DAPL) is a transport-independent, platform-independent API that supports Remote Direct Memory Access (RDMA) devices such as Infiniband and iWARP . . This package contains the libdapl shared library. Homepage: http://www.openfabrics.org Package: libvma-dbg Priority: optional Section: debug Installed-Size: 33 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libvma (= 9.0.2-1) Filename: ./libvma-dbg_9.0.2-1_amd64.deb Size: 4040 MD5sum: df378a27dd323d4ecf85bfbd43552abd SHA1: 651b49fa38063b5fb14732c011a6d5a415e948fb SHA256: df0e3819fd276081f2fd5a038032a75e64bc88c93e23e982b660362817e75cc8 SHA512: 35065c3e8acad798de220ca58c05afcf84951ecfbbf699c8d35765de4324484f22add1be1525f2be0b1c09a4c3bf816ff2df47295e24bf337b36abbb1f8e3cfb Description: Debugging symbols for the libvma library libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package contains the debugging symbols associated with libvma. Homepage: https://github.com/Mellanox/libvma Package: libvma-dev Priority: optional Section: libdevel Installed-Size: 72 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libvma (= 9.0.2-1) Filename: ./libvma-dev_9.0.2-1_amd64.deb Size: 12524 MD5sum: 0a2ca6878a432b63a777588be5df3a7a SHA1: e2eefa4774e058f2a782d9ae8b8bf7f772179c85 SHA256: 1370401d3ef7c3b5ab4b0f3f99a7abc40673e38c606e7efc24217af04bf8db44 SHA512: 310bf29c21def066b5e8e80a13e8900eac6ac4eecdefc6ba2d12c37b36ecf1008588d319812186b5f667826d168d408a6e3e6895b35441cb51c637de59644e12 Description: Development files for the libvma library libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package includes headers for building programs with libvma's interface directly, as opposed to loading it dynamically with LD_PRELOAD. Homepage: https://github.com/Mellanox/libvma Package: libvma-utils Priority: optional Section: utils Installed-Size: 85 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), libvma (= 9.0.2-1) Filename: ./libvma-utils_9.0.2-1_amd64.deb Size: 24104 MD5sum: fe52e1622cfb66a5dd79612c04a1e40e SHA1: 51ffbe8546454a829d85fd99fe8d35c639f6a15c SHA256: fbacc38b8a1a18545ef8ada1502fe6a1158ff662b420867d165f632076824242 SHA512: af7c549901e02351dc0475c4ace87db596d1c629447c970ac60d695342178fad8b5216152aec39dc3172d677f76fe2d8f4a501870b3e975728578532546b09b9 Description: Examples and tools for the libvma library libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package contains the tool vma_stats for collecting and analyzing Libvma statistic. Homepage: https://github.com/Mellanox/libvma Package: libvma Priority: optional Section: net Installed-Size: 3163 Maintainer: Liran Oz Architecture: amd64 Version: 9.0.2-1 Depends: ibverbs-providers (>= 17), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibverbs1 (>= 28), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), librdmacm1 (>= 1.0.15), libstdc++6 (>= 4.9) Filename: ./libvma_9.0.2-1_amd64.deb Size: 748630 MD5sum: dee4dd16166129e57ad66d71242be668 SHA1: cc7ddcdbc0c52b9e05f81cfa454624eb53483c6b SHA256: f454a77a5b8b45627f2a8928e99b6ccffc153ebf383bba090d1e7ae1cb87fc31 SHA512: 5b7268d2308989b8e6e19f14513f4ab4c87d5bea4e63141b410c18bd21b37077d30cf0fa98ba90fa38fa65d2f3a00cbad8dcd036c3f7820b426dc1a7863a23f7 Description: LD_PRELOAD-able library that boosts performance libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package includes the dynamic library itself. Homepage: https://github.com/Mellanox/libvma Package: sockperf Priority: extra Section: unknown Installed-Size: 4337 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 3.7-0.gita1e8e835a689.50218 Depends: libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Filename: ./sockperf_3.7-0.gita1e8e835a689.50218_amd64.deb Size: 625726 MD5sum: 085179030b41be9b25314738584432b5 SHA1: 588e18e3801bac37c7eb7fe2e610cc33b577d33c SHA256: 2aebe2c87fb7b74040f1c21dd27990e07e584e018a021a28d9c0537dd824eabe SHA512: cf42a7956450b5fbfec3fc1c315c450974f03b79be17e48f23d8586bf4608d3d71e38049c405e7452e5004760bf92fc10cca787b7f1b0a985c278e12aa7e57bf Description: auto-generated package by debmake This Debian binary package was auto-generated by the debmake(1) command provided by the debmake package. . ===== This comes from the unmodified template file ===== . Please edit this template file (debian/control) and other package files (debian/*) to make them meet all the requirements of the Debian Policy before uploading this package to the Debian archive. . See * http://www.debian.org/doc/manuals/maint-guide/dreq.en.html#control * http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-debian-control . The synopsis description at the top should be about 60 characters and written as a phrase. No extra capital letters or a final period. No articles — "a", "an", or "the". . The package description for general-purpose applications should be written for a less technical user. This means that we should avoid jargon. GNOME or KDE is fine but GTK+ is probably not. . Use the canonical forms of words: * Use X Window System, X11, or X; not X Windows, X-Windows, or X Window. * Use GTK+, not GTK or gtk. * Use GNOME, not Gnome. * Use PostScript, not Postscript or postscript. Multi-Arch: foreign Homepage: http://www.mellanox.com Package: mlnx-ethtool Priority: optional Section: net Installed-Size: 436 Maintainer: Ben Hutchings Architecture: amd64 Version: 5.4-1.50218 Depends: libc6 (>= 2.14) Filename: ./mlnx-ethtool_5.4-1.50218_amd64.deb Size: 114596 MD5sum: e81ba71dc8ba39af8fd7fd57afed076f SHA1: 8f522607ea74644d8c70c9cf95a7c13fdd41f5c7 SHA256: 5bab6e45482d9183cce68f0722db779f79a5b83e710f020cdcf73069d4e316ad SHA512: a965532d4a42b5b96bb8498dbbe27d531b6ab7ecf8aef57dab648c39e8ee52542d52d9941f575f56783d7cdf0a3a3e68398cfa50dca5bc62bd6051002226e388 Description: This utility allows querying and changing settings such as speed, port, auto-negotiation, PCI locations and checksum offload on many network devices, especially Ethernet devices. Homepage: https://ftp.kernel.org/pub/software/network/ethtool/ Package: opensm-doc Priority: extra Section: doc Installed-Size: 503 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50218 Filename: ./opensm-doc_5.6.0.MLNX20200217.cedc1e4-0.1.50218_amd64.deb Size: 494906 MD5sum: 16d9ee818c276d7fe9cb529b24ea5b5a SHA1: cae0288c1fc4429125fd523137f70680a24f2b18 SHA256: 8178f9e7bf712c7b77d0070916525d85bee6f3ef8195e9500813102016ddc7e8 SHA512: 48f3dde5e34bafad88b53ec06ccf4b71fe722ab7a535877be14f220dcc9c9a923ad932d83e78e5a2cc0b14b4ff9735fa842bc22422693d2d08a0e589ca4b7b9a Description: Documentation for opensm Documentation for the opensm Infiniband subnet manager. Homepage: http://www.openfabrics.org/downloads/management Package: opensm Priority: extra Section: net Installed-Size: 3221 Maintainer: Hal Rosenstock Architecture: amd64 Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50218 Depends: libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libstdc++6 (>= 4.6) Filename: ./opensm_5.6.0.MLNX20200217.cedc1e4-0.1.50218_amd64.deb Size: 1114058 MD5sum: 5d1e945b13c0f83d6bb4065cd646af07 SHA1: 7bada1165396792956565b6602dc92dd612a42a7 SHA256: e7810104d3bbb1d7d40f2b2036b9ad865a616e38f12f62fbf3a476f28f7c0290 SHA512: 846e4bcb6003bae6f56d50764714688b21c779b0c99f2a980d5a42bcb96c62dbd1e2008986c67e9a6011867d801eba41844bc6ccafbbea0ec24258f5b4672ab5 Description: An Infiniband subnet manager OpenSM provides an implementation of an InfiniBand Subnet Manager and Administration. Such a software entity is required to run for in order to initialize the InfiniBand hardware (at least one per each InfiniBand subnet). Homepage: http://www.openfabrics.org/downloads/management Package: perftest Priority: extra Section: net Installed-Size: 2157 Maintainer: Gil Rockah Architecture: amd64 Version: 4.4-0.23.g89e176a.50218 Depends: ibverbs-providers (>= 24), libc6 (>= 2.14), libibumad3 (>= 1.3.9), libibverbs1 (>= 28), librdmacm1 (>= 1.0.19) Filename: ./perftest_4.4-0.23.g89e176a.50218_amd64.deb Size: 198482 MD5sum: f4c6f86fa2d886cd8ed7c9f9ec310588 SHA1: ad70f0b1c81fb38ca4dc6dd755f5749dfdcf61f6 SHA256: 659a441bff12ef38a98d9a535adf3a4b74dd9a7850aaf791d7876801f111d191 SHA512: 93941a6c6cb313045926241147d7cf51f6050fea295379bf445de846f4c71ae18d96c4fc39a6842a7bc72d93b120951331455063bc73f2b6d5d900f1c2836dd5 Description: Infiniband verbs performance tests This is a collection of tests written using Infiniband verbs intended for use as a performance micro-benchmark. The tests can measure the latency bandwidth and message rate of Infiniband or Ethernet (RoCE) fabrics. Homepage: https://openfabrics.org/downloads/perftest/ Package: ibutils2 Priority: extra Section: net Installed-Size: 15174 Maintainer: Tamir Ronen Architecture: amd64 Version: 2.1.1-0.121.MLNX20200324.g061a520.50218 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libstdc++6 (>= 4.9) Filename: ./ibutils2_2.1.1-0.121.MLNX20200324.g061a520.50218_amd64.deb Size: 1826348 MD5sum: a3c992fdf56a657a1ffb52dce38c8e03 SHA1: 30d154d6ceb13d2113cd93e7633b607ab2b7086a SHA256: 16cc5700535d25d950ba277d67c9ef237b44578b87728613a00cef55a1aee0c2 SHA512: 5968ee4da2e054fbc3ff1dd1f2c4f157af8099663b2b06158de2175c73af8083543e54a387c3a05bb0442fb34576dbd0bae86730afc7e5a29052c95fc443471b Description: OpenIB Mellanox InfiniBand Diagnostic Tools ibutils provides IB network and path diagnostics. Package: ibutils Priority: extra Section: net Installed-Size: 1786 Maintainer: Yevgeny Kliteynik Architecture: amd64 Version: 1.5.7.1-0.12.gdcaeae2.50218 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibdm1, libibumad3 (>= 1.3.9), libopensm, libstdc++6 (>= 4.9), libtcl8.6 (>= 8.6.0), zlib1g (>= 1:1.1.4) Filename: ./ibutils_1.5.7.1-0.12.gdcaeae2.50218_amd64.deb Size: 379876 MD5sum: 5eeb1a9250cbd0135e837fc20d2df645 SHA1: 186ebc69d7836b7727811bb1125fe0eeb2f7f83f SHA256: 0fecbb9344816fe7e72b04bb4433daa7ab089ad34ccc6ced7fce5956733a7a24 SHA512: 477c640513227d6e3b50334b15f41757b1fba5849e5905ab33192e7936a103084785aacbe2fb962c12282f4eb802c6e2478f08f9c09550a372be757a2aec23a2 Description: InfiniBand network utilities This package contains a set of utilities useful for diagnosing and testing InfiniBand based networks. Package: libibdm1 Priority: extra Section: net Installed-Size: 11438 Maintainer: Yevgeny Kliteynik Architecture: amd64 Source: ibutils Version: 1.5.7.1-0.12.gdcaeae2.50218 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libopensm, libstdc++6 (>= 4.9), libtcl8.6 (>= 8.6.0), zlib1g (>= 1:1.1.4) Filename: ./libibdm1_1.5.7.1-0.12.gdcaeae2.50218_amd64.deb Size: 947908 MD5sum: a31bd196b99086e549e04aae6068dfe3 SHA1: ca76c6c24109f7c38af39de5acdcffcdde3bdacc SHA256: 4d3834fe76e3fdfdd3cc31e84fec788e52e98b3b8a688ad6fd66fe677cfbd0d5 SHA512: 55b5cca85184c7838653f6fef605a6c6901f8d6e2969711739436161db089e3a58fbcfdc685768780591e4acdf3fdfdc8e2a96056eaccdf543a344bdcd75313e Description: InfiniBand network diagnostic library This package contains a library for building tools useful for diagnosing and testing InfiniBand based networks. Package: cc-mgr Priority: extra Section: libs Installed-Size: 471 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.48.MLNX20200216.g4ea049f.50218 Depends: ibutils2, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9) Filename: ./cc-mgr_1.0-0.48.MLNX20200216.g4ea049f.50218_amd64.deb Size: 78490 MD5sum: 8189263b7d08465d6b78272a836397a7 SHA1: a752c53f476ded78c7782836c19ea0eb5314a212 SHA256: 7b4dea56f882b0babb517fa630d810d9bbc98e1e6b1f2bc7fe8ca1abd01305b5 SHA512: ba22f78faa24ec349910be6fbdd860617b2b25dda5c4942cb0bb65212906afd091a35df8a181e6c1111afc6fa760ab99eab4407aba6f018cb29d09b10be5a8ee Description: Congestion Control Manager Congestion Control manager configures congestion control settings and logs congestion control events in the fabric. Package: ar-mgr Priority: extra Section: libs Installed-Size: 1509 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.49.MLNX20200216.g4ea049f.50218 Depends: ibutils2, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libstdc++6 (>= 4.1.1) Filename: ./ar-mgr_1.0-0.49.MLNX20200216.g4ea049f.50218_amd64.deb Size: 253138 MD5sum: aeec226edda004a4a575f536fe68f740 SHA1: 0a9a903fd7f43dc9ed7cddefdd4375cfec2b721b SHA256: cca52ce457898db7c7d4c6dd3c30ddba58fe67430fe29e457c0dd5b863fdd872 SHA512: 73d8d8dd901ee309c4d96f1b860b8c46941f1dc4fb46a2e355ba6ee778648645fc56e068adba7bbac07b390206ceab8b7e521d4788c78ec1ba19182edcba45af Description: Adaptive Routing Manager Adaptive Routing manager configures Adaptive Routing forwarding tables in the fabric. Package: dump-pr Priority: extra Section: libs Installed-Size: 60 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.44.MLNX20200216.g4ea049f.50218 Depends: libc6 (>= 2.2.5) Filename: ./dump-pr_1.0-0.44.MLNX20200216.g4ea049f.50218_amd64.deb Size: 9354 MD5sum: 9965848386f55257bbf10e67277402e2 SHA1: f5c7b06252d078aa675df2af2abd0ff330efcfc7 SHA256: 4305f6d5cd0995636ddca7000c77c77ff0480f80e96b942a4d5ce72bba073430 SHA512: f61f5a93953ed6d75fa60521a457fbbef7a4e9e0b126fe1335216b3168f43f6f331b5ae3d9c6f6260367f1bb12dee13eeb999c05033b65e115f78bb54f02dce7 Description: Dump PathRecord Plugin Dump PathRecord plugin dumps the SA path records. The output files are dependent on an environment variable and the routing protocol in use. Package: ibsim-doc Priority: extra Section: net Installed-Size: 26 Maintainer: Alex Netes Architecture: all Source: ibsim Version: 0.9-1.50218 Filename: ./ibsim-doc_0.9-1.50218_all.deb Size: 1958 MD5sum: 07a5808c3aa420675b62b05836ecb25e SHA1: 3746baab42f1c6be91f457723e2c42ea897557d1 SHA256: ca2f2be15444acd19891792c0218ffbb4dcb45f5d10f288d1c664aebadd62ced SHA512: 4030f1c2aefc7fa65bcecc45bfe86f9c4eaee64b463b0a25ac45ed51e585f88144ad32a36f7865b0f9396c8877494ace4bcd57f236eac093e95d3724373c26c9 Description: documentation for ibsim Documentation for ibsim Homepage: http://openfabrics.org/downloads/management Package: ibsim Priority: extra Section: net Installed-Size: 171 Maintainer: Alex Netes Architecture: amd64 Version: 0.9-1.50218 Depends: libc6 (>= 2.14), libibmad5 (>= 1.3.11), libibumad3 (>= 1.3.9) Filename: ./ibsim_0.9-1.50218_amd64.deb Size: 50024 MD5sum: 60fa2c158d03708d1d314c37815521aa SHA1: f6d5c4948547387910e4f78cedc79547139dae85 SHA256: ea58ec63b2136b0f32643a0b329280681ff7adcb9661f8f231168546cba0834c SHA512: de4667548230d82f625b63ec87d66ff7a1e779e6fb5c55ec0e0c9876e3b57c0ce143554ea1709ccd9a1d016f0b356dadf6d49f49afda8e6e6b678ef8aff3a618 Description: InfiniBand fabric simulator for management ibsim provides simulation of infiniband fabric for using with OFA OpenSM, diagnostic and management tools. Homepage: http://openfabrics.org/downloads/management Package: mxm Priority: extra Section: libs Installed-Size: 1495 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 3.7.3112-1.50218 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), zlib1g (>= 1:1.1.4) Filename: ./mxm_3.7.3112-1.50218_amd64.deb Size: 253712 MD5sum: e4afe9eaba88ec1b572adb446fc588e9 SHA1: 4c2e04488ad0a0e664dc3289697da825aa5c0db3 SHA256: fdbb0e511c8dbeef9c696ad830933eac9165112237fb8f42fcde374e3b69f106 SHA512: 8a922366915e925860aec51dd6b612f9a118b03941efb518ba994feed7b991b02c89dfb6d79928f33e6676cd9792526e403dff5cd05b8a6f02b3a3c5e0bce74c Description: MellanoX Messaging library (MXM) MXM is a communication library implementing high-performance messaging. Homepage: http://www.mellanox.com Package: ucx Priority: extra Section: libs Installed-Size: 5018 Maintainer: ucx-group@elist.ornl.gov Architecture: amd64 Version: 1.8.0-1.50218 Depends: ibverbs-providers (>= 22), libc6 (>= 2.15), libgomp1 (>= 4.9), libibverbs1 (>= 28), libnuma1, librdmacm1 (>= 23) Filename: ./ucx_1.8.0-1.50218_amd64.deb Size: 991798 MD5sum: 5945eaef38bd3b8b3166e7fcdb91d2eb SHA1: 2d219c4b5194a202db1f1d890992c3582817cbac SHA256: 3238af73f365dbf714761c79fd3fe5d22176f92d0e25f960f2b90789c46581ec SHA512: d5abbcc1e943da01f11bb8b480179f21aebae2c062fd99039927f29602dea990ce36fd11289ec21ef0c0229491c0cddc6bcc258a61eb640e2a90c48cbc57ce23 Description: Unified Communication X UCX is a communication library implementing high-performance messaging. Homepage: http://www.openucx.org Package: sharp Priority: extra Section: libs Installed-Size: 3287 Maintainer: support@mellanox.com Architecture: amd64 Version: 2.1.0.MLNX20200223.f63394a9c8-1.50218 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.15), libstdc++6 (>= 4.9), libsystemd0, zlib1g (>= 1:1.1.4) Filename: ./sharp_2.1.0.MLNX20200223.f63394a9c8-1.50218_amd64.deb Size: 792276 MD5sum: b5a3be7e9a2040c756bdc07e10b618e3 SHA1: 3607a87b8f887f0db5a548065d299623256fb885 SHA256: 51979ecf207dcb83badb901d5ad1407f9af7f2e8c954c9272b9ec8454908d539 SHA512: 7535fb6908564a26b31cbd21d00181863f655100e7072380cc8874f1c31259418f2b6ef15ce50c03a2a0624356fad041baebeffbda4892a3b5ce02021977b0cf Description: SHArP switch collectives SHArP is a switch collectives package Homepage: http://www.mellanox.com Package: iser-dkms Priority: optional Section: kernel Installed-Size: 188 Maintainer: Mellanox Technologies Architecture: all Source: iser Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, mlnx-ofed-kernel-dkms Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./iser-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 35058 MD5sum: b0109af69c6ac4c02bcae2426485bd90 SHA1: 674f9c0f8d5f83e4ee65523477b7280dd6efb469 SHA256: d28237035bc84b0ba44ad72a807e28a621dde1ccf69747173891a3c004409f01 SHA512: aaeb8e81ad2d91531f0a61a4cda10372153f64d8c9a52f02cd02cde12ad7df883fa2c9fabf27cfcec90a325a7c56122084e3901014303265cf627f5bdc7c9fa7 Description: DKMS support fo iser kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: kernel-mft-dkms Priority: optional Section: kernel Installed-Size: 123 Maintainer: Omer Dagan Architecture: all Source: kernel-mft Version: 4.14.0-105 Depends: dkms, make Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers-generic | linux-headers Filename: ./kernel-mft-dkms_4.14.0-105_all.deb Size: 22138 MD5sum: 23cd6cf9053714c84e10a86d24e0350b SHA1: dd783f016e469dbf1a091f4fd0977264e5e43594 SHA256: e8f3fd9877f817e9460a71c9dcba41f4832fe13085fddcf0275bc9b886dc16a9 SHA512: a708c6540e8683eb43748bd0cf2e19d9676449a6ac1ac26ae3f07a4f305a24c7ec62587e99d43f4b93429d53aed1d7cf2ff5b32e5a551d86e1f9f6946bf95464 Description: DKMS support for kernel-mft kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. Homepage: http://www.mellanox.com Package: knem Priority: optional Section: kernel Installed-Size: 266 Maintainer: Brice Goglin Architecture: amd64 Version: 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca Depends: pkg-config Filename: ./knem_1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca_amd64.deb Size: 40998 MD5sum: 27553675e7b6f56a79bc7be245b23259 SHA1: 77f9088cc9f58f854dcfdd0adebae43374ce5ddd SHA256: 9437afc4413830b355358859b4e791db3015f8d9f0d94999c1401953f1bbe523 SHA512: e8680257299905616918e32b60f11eb714b675ce6596a713ddb971ad3ba2e309943cf105d192e9fa29321b479729fec0925ad40ec453ef538a1573caa7b60eb5 Description: userspace tools for the KNEM kernel module KNEM is a Linux kernel module enabling high-performance intra-node MPI communication for large messages. KNEM offers support for asynchronous and vectorial data transfers as well as offloading memory copies on to Intel I/OAT hardware. See http://runtime.bordeaux.inria.fr/knem/ for details. . This package provides the userspace tools required to use the knem kernel modules. Homepage: http://runtime.bordeaux.inria.fr/knem/ Package: knem-dkms Priority: optional Section: kernel Installed-Size: 1436 Maintainer: Brice Goglin Architecture: all Source: knem Version: 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca Depends: dkms, make, pkg-config Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers-generic | linux-headers Filename: ./knem-dkms_1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca_all.deb Size: 170052 MD5sum: fa3674dd625d11b16e233a3a01cd53cf SHA1: dd8ca2d3f3ad08fa0606d4cd457026e315a76230 SHA256: b646b31b14512b0700c2fbcc6676f5ad59390c32a433c42939c41c0e899e2d59 SHA512: 4fe6c493ec900000d17c9b82dacf4dbb74db7bcd1d00c6d40fd3820b1c963889bd8a51f4b3caeeed1909bc05bad6ab5a9a31538be65c6bfd3e23bb8c190883ef Description: DKMS support for mlnx-ofed kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package provides the source code for the mlnx-ofed kernel modules. . This package contains the source to be built with dkms. Homepage: http://runtime.bordeaux.inria.fr/knem/ Package: mft Priority: extra Section: alien Installed-Size: 215326 Maintainer: MLNXshared tgwork team Architecture: amd64 Version: 4.14.0-105 Depends: libc6 (>= 2.3.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1) Filename: ./mft_4.14.0-105_amd64.deb Size: 66993734 MD5sum: 06311e5a678834f53064cc53193aef3b SHA1: 2e03cedb7bfd286c428144b1ebbbe08979645cf0 SHA256: 579336fa7b50ad7552068ce11eee150a2216ca906811e54e3c7fd05e9b4416fb SHA512: 4b939b5f3a9f991f57a820758ab3b07e8388e1ce3efbe08e9fa1ee1eb60510657d91d81c10ae2c582f4ad6126371bc0de56904bc076f7269e772e6880184e629 Description: Mellanox firmware tools Mellanox firmware tools . (Converted from a rpm package by alien version 8.95.) Package: mlnx-fw-updater Priority: extra Section: utils Installed-Size: 17391 Maintainer: Alaa Hleihel Architecture: amd64 Version: 5.0-2.1.8.0 Depends: libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), perl Filename: ./mlnx-fw-updater_5.0-2.1.8.0_amd64.deb Size: 17663714 MD5sum: 0db4e4da148dd230a6270ff46d1d6561 SHA1: 0ffed966acd12ee34e9f72f03ec1eba5ee5169cc SHA256: a736b5fe2e325781a9ced55279539abc574de29006330efaa8504bd8cb6f4174 SHA512: 02654c9f5eb85bfe8f5157df2578b71cd9ebdb2d5aacd66fb77307246c3ee4b27684ccf480d32e94bb427a35c11fd73ce8a4eb19cf9a1c6b5bab3be87865f850 Description: Mellanox Technologies Firmware update package Homepage: http://www.mellanox.com Package: mlnx-ofed-kernel-dkms Priority: optional Section: kernel Installed-Size: 22027 Maintainer: Vladimir Sokolovsky Architecture: all Source: mlnx-ofed-kernel Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, coreutils, pciutils, grep, procps, module-init-tools | kmod, lsof, mlnx-ofed-kernel-utils Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers-generic | linux-headers Filename: ./mlnx-ofed-kernel-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 2531568 MD5sum: 0c9014861944748e87d025e759b6d87a SHA1: dba331837e113458d864541b57f1d71179a569d7 SHA256: 954b07ae0e36bd6fcac94061936952c5833e0dcac1227e217e60ec3c37bf295e SHA512: 09606d270c3d374f9d564250f8b71cb7c2243b2bff70566fe81914f4988ea96e0d20ce8475a60817afe6356d000fb179edcee16decb05f9bf61e86ceef8d75ab Description: DKMS support for mlnx-ofed kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package provides the source code for the mlnx-ofed kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers Package: mlnx-ofed-kernel-utils Priority: optional Section: net Installed-Size: 538 Maintainer: Vladimir Sokolovsky Architecture: amd64 Source: mlnx-ofed-kernel Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: coreutils, pciutils, grep, procps, module-init-tools | kmod, lsof Filename: ./mlnx-ofed-kernel-utils_5.0-OFED.5.0.2.1.8.1.g5f67178_amd64.deb Size: 94184 MD5sum: 20d8fae1da1c51eb9ef4e1da4e0732d6 SHA1: 65ae230ce5f38a6ed9c37ece143fbc6e1ac720a7 SHA256: 5414ded34c37deb9449a40a45997ac8f88c7c3dc313c652a94ee7eda3f529724 SHA512: c4fbeb34d81e19bb82417ba8660d78ffba85a665234bdbf693a2fbbde1a6082f64c52bb7a7ad7a6321ffb70205b4fd617f3ddcc9ed5a2732b535e53360c1e5a6 Description: Userspace tools to restart and tune mlnx-ofed kernel modules Homepage: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers Package: neohost-backend Priority: extra Section: alien Installed-Size: 180802 Maintainer: MLNXshared tgwork team Architecture: amd64 Version: 1.5.0-102 Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1) Filename: ./neohost-backend_1.5.0-102_amd64.deb Size: 40399254 MD5sum: 66b11e555741d50be0387d6fe754ab7c SHA1: 9e2b6ebcf6c7f9e193f0b375b593b078c2dfad43 SHA256: 2f8a85f07640164902783f8799c0ff0b295c5cacea6fb27205f83d836a0bb1b4 SHA512: 7099517300f8fa90936971864eca0356c726d589ec6b2c46fddc8efd1d962bc2bee2e099022dfe1a085e83ae234ab1b92335fa229d7f73fc1c34e3e8f937daf5 Description: NeoHost-Backend tool Mellanox NeoHost-Backend tool package . (Converted from a rpm package by alien version 8.95.) Package: neohost-sdk Priority: extra Section: alien Installed-Size: 183 Maintainer: MLNXshared tgwork team Architecture: amd64 Version: 1.5.0-102 Filename: ./neohost-sdk_1.5.0-102_amd64.deb Size: 20876 MD5sum: fe73738849ce018ade07a1eecb99de62 SHA1: 95bd06029b7c1eb1cf4a2fc6657053d286d9a07a SHA256: fa9e552a6e35f9f06da5028a472c120522727094671b1247e9a18ec12299521b SHA512: 8563b4e289eab6ddf33612ca41f7317fba0080f727af8fa377b93a0ba9cd3ca19b9d33264e6b5bfaaac2e75b9449dd81661cee7443850ebb719b96e2202fc646 Description: NeoHost-SDK Mellanox NeoHost-SDK package . (Converted from a rpm package by alien version 8.95.) Package: rshim-dkms Priority: optional Section: kernel Installed-Size: 253 Maintainer: Mellanox Technologies Architecture: all Source: rshim Version: 1.18-0.gb99e894.50218 Depends: dkms, make Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./rshim-dkms_1.18-0.gb99e894.50218_all.deb Size: 45874 MD5sum: 94cf50e306f46327cac4579ff11a8904 SHA1: f1cbbf2a98c20a06ad0823406e91c677c031fcd7 SHA256: 47169bbb20d8b7041f96cafcfd83073375ed23c486e715ef067a04abf61d8c40 SHA512: fded7a266da85dd7e2a8f0c7a7e8ad8316c81bc473146735b01d1431ab5f3cd64934256695230b90792a39f4b92731bc5a13585ced09d3f21f64bb08b9aa1a0d Description: DKMS support fo rshim kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: srp-dkms Priority: optional Section: kernel Installed-Size: 237 Maintainer: Mellanox Technologies Architecture: all Source: srp Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, mlnx-ofed-kernel-dkms Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./srp-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 44192 MD5sum: d48d15daeb1acc564ef5483acd2b0e10 SHA1: db9b8e8d442b4de4dd9ade5f4cdb0e6ea3bdb8b0 SHA256: 5c634dcdb66939e09fafae7902afede0f7c9d151866fc5a0476194e93ecf0bf0 SHA512: d5f48160af02cbc361f020ec7df35071bc75b30823ee4bc676a61e485c049026c31a06f15518b36cf8509ee7c2d60bcc5f94fa870f1c87263588833ae8125130 Description: DKMS support fo srp kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: mlnx-ofed-basic-exact Priority: extra Section: utils Installed-Size: 25 Maintainer: Alaa Hleihel Architecture: all Source: mlnx-ofed-basic Version: 5.0-2.1.8.0 Depends: rdma-core (= 50mlnx1-1.50218), libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibmad-dev (= 50mlnx1-1.50218), srptools (= 50mlnx1-1.50218), libibmad5 (= 50mlnx1-1.50218), opensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mlnx-ofed-kernel-utils (= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (= 50mlnx1-1.50218), kernel-mft-dkms (= 4.14.0-105), libibverbs-dev (= 50mlnx1-1.50218), opensm-doc (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mft (= 4.14.0-105), libibumad3 (= 50mlnx1-1.50218), srp-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), iser-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (= 50mlnx1-1.50218), libopensm-devel (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibacm (= 50mlnx1-1.50218), mlnx-ethtool (= 5.4-1.50218), librdmacm1 (= 50mlnx1-1.50218), ofed-scripts (= 5.0-OFED.5.0.2.1.8), ibverbs-providers (= 50mlnx1-1.50218), rshim-dkms (= 1.18-0.gb99e894.50218), infiniband-diags (= 50mlnx1-1.50218), libibnetdisc5 (= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (= 50mlnx1-1.50218), libibverbs1 (= 50mlnx1-1.50218), mstflint (= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (= 50mlnx1-1.50218) Filename: ./mlnx-ofed-basic-exact_5.0-2.1.8.0_all.deb Size: 1516 MD5sum: 90d0fe1d60ddf3a04a9e00b84bac35dc SHA1: 20239baf3e628d3d48f3bdd7f1d5817dc44303fb SHA256: 10765b71a86aea77eb8da4792768f6a7c1e576a1967f008e29fa9ad2ad5b5f62 SHA512: 65ff2cff8845f4942cb8fc302453aa2657a76f9ae27efbc7530900c3a30a473cfefd5d0ad5b9078de668d5ede74e19aba472f711e50fddf2ea261a6691912456 Description: MLNX_OFED basic installer package (UPSTREAM_LIBS) (with DKMS support) (exact) This is a meta-package that imposes strict dependencies: depends on exact version numbers of its dependencies. Homepage: http://www.mellanox.com Package: mlnx-ofed-basic Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: rdma-core (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibmad-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libibverbs-dev (>= 50mlnx1-1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mft (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibacm (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), librdmacm1 (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), ibverbs-providers (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), infiniband-diags (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-basic_5.0-2.1.8.0_all.deb Size: 2026 MD5sum: 82ba1530f0dbfa321e34b7289253281a SHA1: a4c513dbc162cc4a4cde5a70ead09e60b403f807 SHA256: 07dc9f08fd76bb3837fa79e8ebb91128f9f0df08eaaba5d6b843a56bf407a373 SHA512: 85d402ee1b18757ae8d1ed97b7a81c8b0ad25d256f9bd2384f1544db84a4576e1807c320b96422c389b7d6c551b89b69a7ebec84caf51518e886d631e3516d3e Description: MLNX_OFED basic installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-kernel-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), kernel-mft-dkms (>= 4.14.0-105), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), rshim-dkms (>= 1.18-0.gb99e894.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178) Filename: ./mlnx-ofed-kernel-only_5.0-2.1.8.0_all.deb Size: 1844 MD5sum: a7111eff33cc4f3f3bac7261c9fcc11c SHA1: 72c4041706ac4ecf5a61ab259017e52426ff5e5c SHA256: ea2cea803af04a3e533f166876f279fc737214f2709c3475fde2b6ebd746cb1f SHA512: 9a2319ab48518f52b66496afa054434c5609c5b96aa76bb2af6771919f83ceeedf1d2623afc4c5e6e70790edc8b7abb91cd78b7e5d1930ddbf14a3237ef1d215 Description: MLNX_OFED kernel-only installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: ibacm (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), librdmacm1 (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), infiniband-diags (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), rshim-dkms (>= 1.18-0.gb99e894.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), libibmad-dev (>= 50mlnx1-1.50218), libvma-utils (>= 9.0.2-1), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), srptools (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibverbs-dev (>= 50mlnx1-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), libvma-dev (>= 9.0.2-1), kernel-mft-dkms (>= 4.14.0-105), mft (>= 4.14.0-105), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), ibsim-doc (>= 0.9-1.50218), ibsim (>= 0.9-1.50218), libvma (>= 9.0.2-1), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), libibumad3 (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218) Filename: ./mlnx-ofed-vma_5.0-2.1.8.0_all.deb Size: 2430 MD5sum: 48e5d7b949ce3ef2eb8e8304e3680d40 SHA1: d2121a23d7dd1dda0c5943f950d3f73dde129f27 SHA256: 9cc997c2ed1a8a12840a809db4c490605fd67c7b65c3fa10310bab8e131d8d08 SHA512: 598bf72bc9ac6f31e2942485799a2c087d01d5abec25071c73308166d46aae0a0c7122827bbb818466cb11f42308918c5452dae942c4e8275ef2817ebbf07506 Description: MLNX_OFED vma installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk-upstream-libs Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), ibverbs-providers (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), librdmacm1 (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-dpdk-upstream-libs_5.0-2.1.8.0_all.deb Size: 2188 MD5sum: 27596a35f52eaff5b7be150f38fcf2c6 SHA1: a664907f738b9792ce1e67b45ead58ece184f9a8 SHA256: 882ea976af2cf1a3cf911e14ffd6919b691187f0f23d7ebaf4b16dda7486b40c SHA512: fd6e233e8572dadb0a1147ed2366e72fe9db663caaed67cfecd516a6cd9cf377d8e87af08c90eca108e2f09b9211fa77ee2cc5a48c5900bd98f80284ac279d85 Description: MLNX_OFED dpdk-upstream-libs installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), ibverbs-providers (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), librdmacm1 (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-dpdk_5.0-2.1.8.0_all.deb Size: 1872 MD5sum: cb9e963d77205098bd9c09e8f8dc0fa0 SHA1: 18f5d8dd48f42ea7930d642cf9682280a9a54fba SHA256: d06f34d80b7aa6cd7f9de9682bff5d48db76ddafce085b388a5bc377da97837b SHA512: e45d1c30f2d4f7957e7d97ecd52007362e5d0d3ed8eeee379bf967c5251789b58274e5300b45a3b3af5cdbcf6a998654f395bbdd9ace5da1a67299519f585410 Description: MLNX_OFED dpdk installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-all-exact Priority: extra Section: utils Installed-Size: 25 Maintainer: Alaa Hleihel Architecture: all Source: mlnx-ofed-all Version: 5.0-2.1.8.0 Depends: ibdump (= 6.0.0-1.50218), libibumad-dev (= 50mlnx1-1.50218), libibverbs1 (= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), dump-pr (= 1.0-0.44.MLNX20200216.g4ea049f.50218), knem-dkms (= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), ibverbs-providers (= 50mlnx1-1.50218), infiniband-diags (= 50mlnx1-1.50218), libibnetdisc5 (= 50mlnx1-1.50218), librdmacm1 (= 50mlnx1-1.50218), ibacm (= 50mlnx1-1.50218), mlnx-ethtool (= 5.4-1.50218), libdapl2 (= 2.1.10mlnx-OFED.3.4.2.1.0.50218), iser-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), ucx (= 1.8.0-1.50218), libibumad3 (= 50mlnx1-1.50218), ibsim-doc (= 0.9-1.50218), opensm-doc (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdmacm-utils (= 50mlnx1-1.50218), ar-mgr (= 1.0-0.49.MLNX20200216.g4ea049f.50218), rdma-core (= 50mlnx1-1.50218), perftest (= 4.4-0.23.g89e176a.50218), mstflint (= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (= 50mlnx1-1.50218), knem (= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), dapl2-utils (= 2.1.10mlnx-OFED.3.4.2.1.0.50218), sharp (= 2.1.0.MLNX20200223.f63394a9c8-1.50218), ofed-scripts (= 5.0-OFED.5.0.2.1.8), rshim-dkms (= 1.18-0.gb99e894.50218), libdapl-dev (= 2.1.10mlnx-OFED.3.4.2.1.0.50218), mpitests (= 3.2.20-e1a0676.50218), cc-mgr (= 1.0-0.48.MLNX20200216.g4ea049f.50218), libopensm-devel (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibutils (= 1.5.7.1-0.12.gdcaeae2.50218), hcoll (= 4.5.3045-1.50218), srp-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (= 50mlnx1-1.50218), ibsim (= 0.9-1.50218), ibutils2 (= 2.1.1-0.121.MLNX20200324.g061a520.50218), mxm (= 3.7.3112-1.50218), mft (= 4.14.0-105), kernel-mft-dkms (= 4.14.0-105), libibverbs-dev (= 50mlnx1-1.50218), libibmad5 (= 50mlnx1-1.50218), opensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mlnx-ofed-kernel-utils (= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibdm1 (= 1.5.7.1-0.12.gdcaeae2.50218), srptools (= 50mlnx1-1.50218), libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), openmpi (= 4.0.3rc4-1.50218), libibmad-dev (= 50mlnx1-1.50218) Filename: ./mlnx-ofed-all-exact_5.0-2.1.8.0_all.deb Size: 1808 MD5sum: 4388822a57e3a77f301b430160d1a64e SHA1: d5f8c610cd557e5a8b355b664bae5bdc02f47955 SHA256: 8f5246679c386f979bc6c0e9f1aabe0ce2e52b85c49f6e4f2af58b32721dff4d SHA512: d1c190933267098c7f93a2aaca205bf0e5b7dab89766e3fc80a1f5e6a5d236ff37a2709deb8bca7768c3acd9901b7fb2e28d18b2c2c54501d3795a516b2c88dd Description: MLNX_OFED all installer package (UPSTREAM_LIBS) (with DKMS support) (exact) This is a meta-package that imposes strict dependencies: depends on exact version numbers of its dependencies. Homepage: http://www.mellanox.com Package: mlnx-ofed-all Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: ibdump (>= 6.0.0-1.50218), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), ibverbs-providers (>= 50mlnx1-1.50218), infiniband-diags (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ucx (>= 1.8.0-1.50218), libibumad3 (>= 50mlnx1-1.50218), ibsim-doc (>= 0.9-1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdmacm-utils (>= 50mlnx1-1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), rdma-core (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), rshim-dkms (>= 1.18-0.gb99e894.50218), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), mpitests (>= 3.2.20-e1a0676.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), hcoll (>= 4.5.3045-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (>= 50mlnx1-1.50218), ibsim (>= 0.9-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), mxm (>= 3.7.3112-1.50218), mft (>= 4.14.0-105), kernel-mft-dkms (>= 4.14.0-105), libibverbs-dev (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), srptools (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), openmpi (>= 4.0.3rc4-1.50218), libibmad-dev (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-all_5.0-2.1.8.0_all.deb Size: 2310 MD5sum: 3e31024d3fd46603c791b724a3e6815d SHA1: 32b6426f9b99bbe168bfe0035db1abeec8000ea8 SHA256: de380874f872692fc602f39967fe8106b82d7173c6be739d971444e32fb555a9 SHA512: 638f841b67435ca0ccd145340315f17fe8357627609dbbd3c626b0bf70654d5a2667ba99173b250acdf50ae250497734be59316c7853dc92c66d15ee0bd1939a Description: MLNX_OFED all installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-hpc Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: srptools (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), libibmad-dev (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), openmpi (>= 4.0.3rc4-1.50218), rdma-core (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibverbs-dev (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), rdmacm-utils (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibmad5 (>= 50mlnx1-1.50218), mxm (>= 3.7.3112-1.50218), ibsim-doc (>= 0.9-1.50218), libibumad3 (>= 50mlnx1-1.50218), ucx (>= 1.8.0-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), ibsim (>= 0.9-1.50218), mft (>= 4.14.0-105), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (>= 50mlnx1-1.50218), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), hcoll (>= 4.5.3045-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), librdmacm1 (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), ibacm (>= 50mlnx1-1.50218), mpitests (>= 3.2.20-e1a0676.50218), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), libibnetdisc5 (>= 50mlnx1-1.50218), infiniband-diags (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), ibverbs-providers (>= 50mlnx1-1.50218), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), libibverbs1 (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-hpc_5.0-2.1.8.0_all.deb Size: 2306 MD5sum: 47722526527b989248345f5b2cd91000 SHA1: 9d476b3c4a01e328455c38e6a04b763dbc580bc1 SHA256: 0d36092fe0cafd35330dc963143e7bd5646cca6dd2bd4f506229ed11321059b4 SHA512: 5b19658ab29cdd099f0fecf60c4e427810b90aa42a9f0986b9c6db6042f99f5d18820689d979adfc359f8366b283710db487510aae90754c33b6348605170b16 Description: MLNX_OFED hpc installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-eth Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibumad3 (>= 50mlnx1-1.50218), libvma (>= 9.0.2-1), mft (>= 4.14.0-105), sockperf (>= 3.7-0.gita1e8e835a689.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), libvma-utils (>= 9.0.2-1), libibverbs-dev (>= 50mlnx1-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libvma-dev (>= 9.0.2-1), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8) Filename: ./mlnx-ofed-vma-eth_5.0-2.1.8.0_all.deb Size: 2194 MD5sum: af1ef9cbd2fc03b21f9e933c9313e54e SHA1: 02eac7a057b525d27277b986fd50b442f863631d SHA256: eb15ffec65447fd181ea5616f1007285558fe6cc49a608762241bf90f4faacd1 SHA512: c136cd945c2dbc4d6bd0f4469a3f1f3f3dc57b4281d0188b44dfbb49569d36a5537ba088c33f7dd28dfd3cfc9f1a25f728eff06eaa317d0daaf2c9c0cfa1c84e Description: MLNX_OFED vma-eth installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-eth-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libvma (>= 9.0.2-1), libibumad3 (>= 50mlnx1-1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), mft (>= 4.14.0-105), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), libvma-utils (>= 9.0.2-1), rdma-core (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), ibacm (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libvma-dev (>= 9.0.2-1), rdmacm-utils (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178) Filename: ./mlnx-ofed-vma-eth-user-only_5.0-2.1.8.0_all.deb Size: 2200 MD5sum: e8b26fcff947f5292f7d5f61123d7ec9 SHA1: a0d10175c58f2998cd63fca4301e4e45422b2dac SHA256: 12992ddcff81cc7d50b5f119805f25b078769051acf5aeb81c4c613b8674e178 SHA512: c48f4ee6dc44c91098f07bb3c3436f5c7afb28f63249d3d8e98e82d575598a83c81058da28e38bb7dae300438546228f010952ea100c8f21961c6fa108eae3a4 Description: MLNX_OFED vma-eth-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-bluefield-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: srptools (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), mlnx-ethtool (>= 5.4-1.50218), ibacm (>= 50mlnx1-1.50218), libibmad-dev (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), rdmacm-utils (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), infiniband-diags (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibverbs-providers (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibumad3 (>= 50mlnx1-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), mft (>= 4.14.0-105), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), ibverbs-utils (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libibumad-dev (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-bluefield-user-only_5.0-2.1.8.0_all.deb Size: 2084 MD5sum: 607281d721f9cc838b8d6779f17b22eb SHA1: cf81492499cb33d999e6db41359f03b6b0656105 SHA256: 78e8c02e566776b004cf01cee2fd5ff45d800537c72547bbad559444c30f6834 SHA512: cb5887867cd5ef71bef7c17414eb330e1f67120325142d9e4e32578d4d157fd9a8297a5c50e9d491ddbbae7de4d99b9b2ea78236b61b8918b8d1df4f0b2530e6 Description: MLNX_OFED bluefield-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-all-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), hcoll (>= 4.5.3045-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), ibverbs-utils (>= 50mlnx1-1.50218), ibsim (>= 0.9-1.50218), libibumad3 (>= 50mlnx1-1.50218), ucx (>= 1.8.0-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), mxm (>= 3.7.3112-1.50218), ibsim-doc (>= 0.9-1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mft (>= 4.14.0-105), rdmacm-utils (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libibverbs-dev (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), srptools (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), openmpi (>= 4.0.3rc4-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), libibmad-dev (>= 50mlnx1-1.50218), ibdump (>= 6.0.0-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), ibverbs-providers (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), infiniband-diags (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), mpitests (>= 3.2.20-e1a0676.50218), ibacm (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218) Filename: ./mlnx-ofed-all-user-only_5.0-2.1.8.0_all.deb Size: 2266 MD5sum: 67075b6f3dccd321bfdde4acd68e96ba SHA1: 918fdbafbe670306f295d4503322e3d69b25e809 SHA256: 0de97ef74d35875fc324be234b5f9d2bca856470d643e82060208d9d9588ea4e SHA512: 22fe98776bc1163cba819d80d18637d341a6d47b4b9c1b49a5d75598272a66a5f91720ea9e4c2d00c74b2cd008a78f608d1235206c1c3d0e97b4ce4199ccf096 Description: MLNX_OFED all-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-vpi-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibverbs1 (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), ibverbs-providers (>= 50mlnx1-1.50218), infiniband-diags (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), ibacm (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), ibverbs-utils (>= 50mlnx1-1.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mft (>= 4.14.0-105), libvma (>= 9.0.2-1), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), libibumad3 (>= 50mlnx1-1.50218), ibsim (>= 0.9-1.50218), ibsim-doc (>= 0.9-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibmad5 (>= 50mlnx1-1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libvma-dev (>= 9.0.2-1), kernel-mft-dkms (>= 4.14.0-105), rdmacm-utils (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), libvma-utils (>= 9.0.2-1), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), libibmad-dev (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), srptools (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-vma-vpi-user-only_5.0-2.1.8.0_all.deb Size: 2428 MD5sum: 9ae684d8e88a6ee6428b1ec239f86f5e SHA1: 3c01b58bbc2756f0c7ddbff249f4891f24e819c6 SHA256: 0d2930b4598da678443cf478271c78dd7fc812ab5ce87c0d40556e6c19fb1ed0 SHA512: 34cc5381eb2122a25363953fce4d9c44a7840cfad427381e3c06a50b609843bd0907a1314efed4604778c53e5c15d8c02ca00a8013a7ef4461e74476e84c0497 Description: MLNX_OFED vma-vpi-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: ibverbs-providers (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibnetdisc5 (>= 50mlnx1-1.50218), infiniband-diags (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), ibacm (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibmad5 (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), libvma-dev (>= 9.0.2-1), kernel-mft-dkms (>= 4.14.0-105), rdmacm-utils (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), libvma-utils (>= 9.0.2-1), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), libibmad-dev (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), srptools (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), ibverbs-utils (>= 50mlnx1-1.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mft (>= 4.14.0-105), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), libvma (>= 9.0.2-1), libibumad3 (>= 50mlnx1-1.50218), ibsim (>= 0.9-1.50218), ibsim-doc (>= 0.9-1.50218) Filename: ./mlnx-ofed-vma-user-only_5.0-2.1.8.0_all.deb Size: 2404 MD5sum: 6f7924dd44c1df7ef4b6615537c5a277 SHA1: 4593fc08138ccb255f2df38dc5dab6d1cbd314f1 SHA256: d2209ef20fe4cb1675738e7e6204e267d9a5d8a9dd80357de94bd6507427b81f SHA512: 1d72cba65eeef00e7110cfa40fd4e7b23718a8835ffa7ccf6d68cfc0fb46ec6875c0b10eaabd1b3abf0127b64cb16fa5f7c65095ffa69481caf93615af2f103b Description: MLNX_OFED vma-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-hpc-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), hcoll (>= 4.5.3045-1.50218), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), ibverbs-utils (>= 50mlnx1-1.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mft (>= 4.14.0-105), ibsim (>= 0.9-1.50218), ucx (>= 1.8.0-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), libibumad3 (>= 50mlnx1-1.50218), ibsim-doc (>= 0.9-1.50218), mxm (>= 3.7.3112-1.50218), libibmad5 (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libibverbs-dev (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), openmpi (>= 4.0.3rc4-1.50218), libibmad-dev (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), srptools (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), ibverbs-providers (>= 50mlnx1-1.50218), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), infiniband-diags (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), mpitests (>= 3.2.20-e1a0676.50218), ibacm (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), librdmacm1 (>= 50mlnx1-1.50218), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218) Filename: ./mlnx-ofed-hpc-user-only_5.0-2.1.8.0_all.deb Size: 2256 MD5sum: 6a37ece0a2a358bf17eeea673b4d71f5 SHA1: 60514f692efd985c2c67dea5c0c5703979fe4539 SHA256: 6a805ae0b86f097d092bbbcec0085f8283eec8586f21bf8aa259984e8cde38e1 SHA512: f383cfe729d23418754cf5254b811cc7d07a4d0c977827766a3e809abec88f69dad6fb886964c2ef98055ddd348b2b8f04338f39b1e09566211793cf833988da Description: MLNX_OFED hpc-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk-upstream-libs-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibverbs1 (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (>= 50mlnx1-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), libibverbs-dev (>= 50mlnx1-1.50218), librdmacm-dev (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-dpdk-upstream-libs-user-only_5.0-2.1.8.0_all.deb Size: 2224 MD5sum: 40a5ac6dee8d158d880613d43f1e2fc7 SHA1: 0c523b4d4c65e20b54d187046a70e917d4b19c25 SHA256: d5c407b512d7caba24ccff4e09516551d19b856b1dd78acfec0fb74f8fae48b7 SHA512: ee97bd01770eda8aaae69e194805b7cecb0a0fa286d5c56099a85130b3ec7c9f337ece4df33d79dd62f7638a47033ac2a01ba389c116d9bee686f6a2b0342b11 Description: MLNX_OFED dpdk-upstream-libs-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-bluefield Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), librdmacm1 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), rshim-dkms (>= 1.18-0.gb99e894.50218), libibnetdisc5 (>= 50mlnx1-1.50218), infiniband-diags (>= 50mlnx1-1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mft (>= 4.14.0-105), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), libibumad3 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), perftest (>= 4.4-0.23.g89e176a.50218), libibmad-dev (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), srptools (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libibverbs-dev (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-bluefield_5.0-2.1.8.0_all.deb Size: 2098 MD5sum: fe0926d3ad8e683054fc4b19ab6d2abf SHA1: 2a889654f2735058ee11f9268b18550e5def5613 SHA256: 3fcc667b7e76c6d69f42853156b5a2013bff5bed7f7ce3f6f8958a209080f4f4 SHA512: de80b8a68099afbddf6efa8a913c726c6aff5d1055aa3a77fc4532d9d38129a3ff25e20ef5e62674fdfcc45e4cdf6f62a0e6e91efa69c99a763497ee7ac139a9 Description: MLNX_OFED bluefield installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: ibacm (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibverbs1 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibverbs-dev (>= 50mlnx1-1.50218), librdmacm-dev (>= 50mlnx1-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218) Filename: ./mlnx-ofed-dpdk-user-only_5.0-2.1.8.0_all.deb Size: 1872 MD5sum: 95fe9ac8109ffc5a119e7b6871102e2b SHA1: 39273b812ecf383893f6fa76a5dca010a6aec551 SHA256: 1f185017e03439fae2fad2ac00f5455d03e215e3c5f61eeaea6c4af6076a6a6a SHA512: 67e5434157cd211252783ddd9e554c3216321315c3fb3043a880703063b4d6e14f546308f5215570f6e9576055d544faa0abff71add099b9aca4f99ecca05f80 Description: MLNX_OFED dpdk-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-eth-only-user-only Priority: extra Section: utils Installed-Size: 25 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: kernel-mft-dkms (>= 4.14.0-105), mstflint (>= 4.13.0-1.41.g4e8819c.50218), mft (>= 4.14.0-105) Filename: ./mlnx-ofed-eth-only-user-only_5.0-2.1.8.0_all.deb Size: 1498 MD5sum: 89f670afa18e7cd9728c9a2d4cfc96b5 SHA1: 4234d6078ebeb28dfaf32861bba3810358323b5b SHA256: fd64d463642d9eb30800aa90674e0b6243d420d28bb8eeb66588b1e4852cf354 SHA512: 55fcee1842a743ba19fe2c498445a84b34cb7274ebdd2b457a4c18feb1536c8d8987fab7016b09a9cf00369ecebdc217036450c6976d8a98aa287e209f7e2706 Description: MLNX_OFED eth-only-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-basic-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibumad3 (>= 50mlnx1-1.50218), mft (>= 4.14.0-105), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), ibverbs-utils (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218), libibmad-dev (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), rdma-core (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibverbs-dev (>= 50mlnx1-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libibnetdisc5 (>= 50mlnx1-1.50218), infiniband-diags (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), ibverbs-providers (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218) Filename: ./mlnx-ofed-basic-user-only_5.0-2.1.8.0_all.deb Size: 2004 MD5sum: 1e59d796ba06a7bd786de6d358491bf0 SHA1: 07265d50024091521ff94fbbe51825e8c51e1757 SHA256: 3fa76240c6759655756c27ec68cdff7806f4b058b9170a17c19dd52646dc19e5 SHA512: bede241d9432e8ca4d9ea121a08c910354fdd9e98049b5b295b263f7d71a3db7d9b92068aa43de8340f69dfcda8bae3b383fe887a7a161b583bbef8daa0a84f1 Description: MLNX_OFED basic-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-vpi Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), mft (>= 4.14.0-105), ibsim (>= 0.9-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), libvma (>= 9.0.2-1), libibumad3 (>= 50mlnx1-1.50218), ibsim-doc (>= 0.9-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-utils (>= 50mlnx1-1.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libvma-utils (>= 9.0.2-1), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), libibmad-dev (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), srptools (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libvma-dev (>= 9.0.2-1), libibverbs-dev (>= 50mlnx1-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), librdmacm1 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), rshim-dkms (>= 1.18-0.gb99e894.50218), infiniband-diags (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-vma-vpi_5.0-2.1.8.0_all.deb Size: 2432 MD5sum: 29afd3868e147bdb3ee7c2ce2cea4c53 SHA1: ad84683324943b4bf74f3396b0aa42205a393e57 SHA256: f8764ce8482d64aa1b5e8db2c51149e2b5d889707c63454ebf3d6b4aa113323b SHA512: 09dec40cea823d00f34df705166e5f38a5fe0ca77bc8f53fd6173adb417343fd33b4d717569f2c24b4810d0b8a7ad1019a67b3478422f0df924ee07a0a1564b2 Description: MLNX_OFED vma-vpi installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com