Package: libibverbs1 Priority: optional Section: libs Installed-Size: 161 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: adduser, libc6 (>= 2.15), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7) Recommends: ibverbs-providers Breaks: ibverbs-providers (<< 25~) Filename: ./libibverbs1_50mlnx1-1.50100.0_amd64.deb Size: 53192 MD5sum: 465a33d65e3b4e8d91108ac309bb704c SHA1: 3edb59383ffde07ab61ef13380fde02a6f057d4f SHA256: 96509721cfe60784996e3660465cacc57def8001b9f04388a5f47f8e072f3174 SHA512: c805642edcf263755e8f36d41a8da50a3325f5da120b52f2c26f99d2ae6d23a2aadf0f7fcb703792dd77198124439aacc78e2146cd9d34e16618ed00e9c13795 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: 294 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibverbs-dev, librdmacm1 (= 50mlnx1-1.50100.0) Filename: ./librdmacm-dev_50mlnx1-1.50100.0_amd64.deb Size: 114382 MD5sum: 9acf4f14e7e617d07971bca8edaf8964 SHA1: 6aa09046cabda78430f02cecad65ac87c14ad35c SHA256: 900ee455fe5b8db2e92096cac98e67115d8279460ac0a960863d7c032edef3fd SHA512: 09b1d7d5c45fee3dcc619b8e8e4217b36234c5dd7503a5b81324b362d027dffeb344867369037384a3aa9e3cc25631bb25f9128c6365e1b5b9706b8c2d005837 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: 232 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: librdmacm1 (= 50mlnx1-1.50100.0) Filename: ./librdmacm1-dbg_50mlnx1-1.50100.0_amd64.deb Size: 182030 MD5sum: 0cd3c86d9d4bc2c89ce3cfb14b23964b SHA1: fd559fdd2d81bb2d522df4c025698e151e61f81b SHA256: c0f737b80cf6d414bd4e0665af5be49fcb219649c15be446bb07488a8ea52ff0 SHA512: d53b99a0db4ddcfd6328bedcfdc11fa8e314e6ddd907e3733931ec2a25fcf9722ff90525f794b1d07cae4a6938877b1ba132d4800dadd177c57c3841af44611e 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 Build-Ids: 39695d774a2c93756721dde110a01e9725c73483 c18693d1cb286afe04f5ad66930ddd1f49498044 Package: librdmacm1 Priority: optional Section: libs Installed-Size: 172 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.17), libibverbs1 (>= 20), libnl-3-200 (>= 3.2.7) Filename: ./librdmacm1_50mlnx1-1.50100.0_amd64.deb Size: 60596 MD5sum: 6626a74723d23005f1b2fdafe070d7fc SHA1: eae01749494964f259f31e2b0fdb293b552794bf SHA256: b82a32b155e266cc8b5e8a7382916b786e3fc1e1e4825042141449a1375f2c0d SHA512: 3565804618581ad47b81710795c943b31853745dc658f31f029054dc0e6f24d13c75b3a44a8b643fc21ff73466f08570495eb4a2bbf0f99f64bd07af93dec90b 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: 40 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: rdma-core (>= 21) Filename: ./python3-pyverbs_50mlnx1-1.50100.0_amd64.deb Size: 12002 MD5sum: 111f153473fe476988c93171c6fb4abe SHA1: 71f407c50524a688537f655c1806e550f5884e9e SHA256: 1cb646255e53acadc0318d845baf89c2568dd3f3a4ceae615da2f3dc4c552a72 SHA512: bbbac45a1506cd2d45ee83017119d2d62805d526ea18b11ed16554b63b3aa87a915b2e57d818fdda36089321d57c2f08148d39906e56c370bf9dc110fc7462a8 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: 134 Maintainer: Linux RDMA Mailing List Architecture: amd64 Version: 50mlnx1-1.50100.0 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.50100.0_amd64.deb Size: 44684 MD5sum: 39d55b93f3234968153716e3b27de96c SHA1: 046f4a4edf31f615dccd5f23dfe49952c9dbbbf6 SHA256: a19c898bb31afba371ee43a1bae47bffc93241e43e52434f620d6936efcddd14 SHA512: ee6bb78c5170701e066c0d5f700ba260f507c9362574486cc4bd45ff3275fe68613ff4f25bd571890a3c1d3a721ab1a12ea1eaae15caadeeec2564e487db5b72 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: 273 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), librdmacm1 (>= 23) Filename: ./rdmacm-utils_50mlnx1-1.50100.0_amd64.deb Size: 69418 MD5sum: 5225b5f651444402b04980344d2e232f SHA1: e74fee85a9eeddf0c186704123c70c7014498b6a SHA256: 13a2a83507d396d871b53ec7c243f8af61e891bdde208f937da13e5e153d591f SHA512: 260722cf5f094cd535009a776318bcc12dedbfae1cfe0d725dac27e9fd2187960942d9de185e3436e1d5d1d95ca89e6db515d0f23c1920ffc15460cb23290879 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: 139 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 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.50100.0_amd64.deb Size: 41102 MD5sum: 28e7d014be2e7367870bbf2426a38aad SHA1: dbd436e8aafadf3469fb49ac8f01c460d78607a6 SHA256: c64dfb0a87ebefd1c0d74c60b2bb5ba2dbf16747ebf8e4ce455d139cc8208a04 SHA512: 87b2b7363926e93c56a3b923774e5ccd6925a00c62b83b34176d0d18684099b123c3bb0eb0275db338b18d7b6b3d210d125c9641111cc4d9e036dfb30c01209a 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: 9636 Maintainer: Gal Sivan Architecture: amd64 Version: 4.13.0-1.41.g4e8819c.50100.0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: ./mstflint_4.13.0-1.41.g4e8819c.50100.0_amd64.deb Size: 1498554 MD5sum: 5098d2b2078aa077b9db01d454d7b438 SHA1: bec23dc9e2163680ac2512cd97d0e7d35062b596 SHA256: 434b87650c8a47e1a2742866d7607aceb500d5387e258d723008a319ec31932c SHA512: 2211d0f0848018446b660a94cbcef905680a3a5c68c1a5f323d4830c2b5769b8fee1bf06947eedc35be2fae615bd883494d1198883c037820ab2df29a7d8c1c5 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: 10246 Maintainer: Tzafrir Cohen Architecture: amd64 Version: 6.0.0-1.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6) Filename: ./ibdump_6.0.0-1.50100.0_amd64.deb Size: 1659018 MD5sum: eafc895b4c2bc3a555626d9c7768b548 SHA1: 6f50d8d6571caf32173a3377dd9253b3ce912ff7 SHA256: 5719b860c31f337aa901557249970f1f0302f9949143b0c5b0cf2240b717dd8e SHA512: 7ecaee04d35a0af8d1e3dbd6a1ad6cdba2ddf5197de924715ccbaf2f8cbf2a0ac259976a879d749253a0aae9e79e23a5f46c1b66412aa8ac001b28802fd61b33 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: 2138 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0 Depends: libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0) Filename: ./libopensm-devel_5.6.0.MLNX20200217.cedc1e4-0.1.50100.0_amd64.deb Size: 633170 MD5sum: e6ab976cceea1e523664ce9120cdb436 SHA1: 314aed2b71044b3c6335252e62ed256da391ef79 SHA256: 7c369d6a5f2cce8896d2b04e2681d8f53ca7a0877fb7fc6b58fd8e1aa64363a6 SHA512: 292f7326a90cf681ac440f1b895836c51e4c0870c5f826098bc5b49f67dd2faa49753f38f6b314f1ad3756b0ff395a2af7321ac91413d421f2f6daf8381b27c0 Description: Developement files for OpenSM Header files for OpenSM Homepage: http://www.openfabrics.org/downloads/management Package: libopensm Priority: extra Section: libs Installed-Size: 1011 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9) Filename: ./libopensm_5.6.0.MLNX20200217.cedc1e4-0.1.50100.0_amd64.deb Size: 497316 MD5sum: 9ed90a930d4853e5473783976a3b718b SHA1: b0c0121a7c8a45b1f389e5fed9032e91cef2ebe2 SHA256: e5ef5fa51e2759a3d07041fafc075985167834566d1607632f0b4e28282bc9aa SHA512: b28f81a37d67ab8dec96efe78f48d235c32769f72a9f04507a97fb96f1ed046978452c7a77767eaed380e9a045c9fe5768d14c3b48c5d68a7d8db976adec0ee0 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: opensm-doc Priority: extra Section: doc Installed-Size: 492 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0 Filename: ./opensm-doc_5.6.0.MLNX20200217.cedc1e4-0.1.50100.0_amd64.deb Size: 494024 MD5sum: 31e33c3a087afe6ccaecd56755609f67 SHA1: 446546b25ba4cb72b7f6cee8fef6c84364b66fee SHA256: ce272e9e23dc01d7c0fa8c091ad310546c016f7bbeeec4ed062168f7b538ca12 SHA512: 9e24af05034b9437d4e85548a815947e30a29a3a31ed913eacd2063105451a69ce3e60e4d1fdf2505898aee2ed50f42452203615456af48561521f791601f49e 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: 3264 Maintainer: Hal Rosenstock Architecture: amd64 Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0 Depends: libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libc6 (>= 2.14), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2) Filename: ./opensm_5.6.0.MLNX20200217.cedc1e4-0.1.50100.0_amd64.deb Size: 1132176 MD5sum: 566be4e152490316bce6a8cbe2219936 SHA1: 850f6e50e1d6c8add457097e6263cb9a21b8a348 SHA256: 063ca5b50c29458c52fc33036d577638e9ff139e982d566127877c930ca0221c SHA512: e5ab6e37ecf14843e05003eda75ce466943337f57dd3de40392aeb9ef4272028d25d9e6be9893455492f6cf5ce328441f4a01a01aa526432858ca615ce066bd4 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: ofed-scripts Priority: extra Section: utils Installed-Size: 273 Maintainer: Vladimir Sokolovsky Architecture: amd64 Version: 5.0-OFED.5.0.1.0.0.0 Filename: ./ofed-scripts_5.0-OFED.5.0.1.0.0.0_amd64.deb Size: 45792 MD5sum: 6be9047f018d1a5395adb3d40e79aadd SHA1: 8508bb9c7d4dbb458f042d4de1e3d0cc08e3b8f0 SHA256: 6147f3b530bf5a2edf432a31e55c424351150775ab857ff85f67af4d5e62d5fe SHA512: 2438cde4a7e0a540fdc96ce00ee22bd52fda1f62ea2a64b86b0afdf3a242f044db2c813c27b1d887551a427c69226c341650aa7828feb11808108669832f9f81 Description: MLNX_OFED utilities Homepage: http://www.mellanox.com Package: ibacm Priority: optional Section: net Installed-Size: 239 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 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.50100.0_amd64.deb Size: 79352 MD5sum: a180bf8655e50cd67bfd804ad79178d4 SHA1: 64f6730895941bc6938d168b1eb3039c19abbcf7 SHA256: 0524fa51dcb90b66149b8b44da40e0a4b5c7a47c2dcf3039c634f56c00c539cb SHA512: 1b0873e2fe1789ae600051f7b35dafb25cd01ac18632139aae87a7c10aaeba8dd37f3140bc3676167dd4466614624bf035294c265bc17a965ba71e096edc05e6 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: perftest Priority: extra Section: net Installed-Size: 2158 Maintainer: Gil Rockah Architecture: amd64 Version: 4.4-0.19.ga8821ec.50100.0 Depends: ibverbs-providers (>= 24), libc6 (>= 2.14), libibumad3 (>= 1.3.9), libibverbs1 (>= 28), librdmacm1 (>= 1.0.19) Filename: ./perftest_4.4-0.19.ga8821ec.50100.0_amd64.deb Size: 191634 MD5sum: e332b4aae3f7c86a0ca6ee45cfe48dda SHA1: 17506fa89727c5da76894d3a0d1e2233553dd8a3 SHA256: 31482d0973bbf2494c84cdc818919fc6976483816b33987586727bcae40e1111 SHA512: cf38fc2e7cc71889c384aad011f71e438f0a318ab05ecda19aada9761abafc0a04c0f0960a92d19ead5a8a27d064448594f0fc8b104b7cd69201b55b6bff49b5 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: 14972 Maintainer: Tamir Ronen Architecture: amd64 Version: 2.1.1-0.119.MLNX20200223.g16f321b.50100.0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libibumad3 (>= 1.3.9), libstdc++6 (>= 5.2) Filename: ./ibutils2_2.1.1-0.119.MLNX20200223.g16f321b.50100.0_amd64.deb Size: 1787572 MD5sum: f1abd0209c8b82c23afba8cc56ceab4d SHA1: 5fa83928681bcda5d10cfdc0b367e5c4ccd473e6 SHA256: a5fff06d0646efb753c6c3a99e9c9bfeafb823600813e98b3624a7be1167f72d SHA512: 08bcd1725f7418c512afc67bb8662eb065732f6d9bf917f9c953ed46997c0da70fffef6f5d0e64517a5cd87bb9552d3680913ac7b703ecd72013a6efa0359191 Description: OpenIB Mellanox InfiniBand Diagnostic Tools ibutils provides IB network and path diagnostics. Package: ibutils Priority: extra Section: net Installed-Size: 1814 Maintainer: Yevgeny Kliteynik Architecture: amd64 Version: 1.5.7.1-0.12.gdcaeae2.50100.0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libibdm1, libopensm, libstdc++6 (>= 5.2), libtcl8.6 (>= 8.6.0) Filename: ./ibutils_1.5.7.1-0.12.gdcaeae2.50100.0_amd64.deb Size: 387194 MD5sum: fd6ec564a1915ba5ebfc9402452941bd SHA1: e3fd0ef020a076d961386b189cd43f7d0e545027 SHA256: d8db54ac54085bbaf364245ac05e5d3e6c1d7f21402a43f0490eec614567ee07 SHA512: cb7099be9e10e136f04d57f8eb5ae1b4a52cb41f44a9814a5ff4919e0a15f911863dc2e0e60501f25f0fa4fe3adca13b03b0cf6b9b50ed5a9ec1632a76fb9288 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.50100.0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libopensm, libstdc++6 (>= 5.2), libtcl8.6 (>= 8.6.0) Filename: ./libibdm1_1.5.7.1-0.12.gdcaeae2.50100.0_amd64.deb Size: 908126 MD5sum: 723e285e26b45c79ff877920f7b1a382 SHA1: 5652790e3efbc33da2aa2ba56d384b96cdb65e10 SHA256: 31b722ac536e201ebb039302b26338bd8ea3c0e44d434f03b208e7b627abb6e1 SHA512: 1457287caee20bb65ae830d378764877e8de7dc1a8b3b7e04d58fb0486a3578f15dd74bdd605d51ef7606c4af5780dba17735d6e45dc97869a213bc3e21398e0 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: 438 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.48.MLNX20200216.g4ea049f.50100.0 Depends: ibutils2, libc6 (>= 2.14), libgcc1 (>= 1:3.0) Filename: ./cc-mgr_1.0-0.48.MLNX20200216.g4ea049f.50100.0_amd64.deb Size: 75208 MD5sum: 0dc60d7c88339ea8bd3f47e4c13a991d SHA1: 2920e06dbad50f412d03de957f81942c9891e0cf SHA256: e8cdc79948ef3abc0c229d6b3ff131139e992ae257b0c38cdf9ab79fa800a19c SHA512: f6c6414fc8afae6805b1ea19a302b7eaff97101965ff35f2d3dee1f2e5d9e173e193a2e7f2609a0f700fdb36cc04ab870d4ca1ed6561c42ed14fed101be91a17 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: 1485 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.49.MLNX20200216.g4ea049f.50100.0 Depends: ibutils2, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Filename: ./ar-mgr_1.0-0.49.MLNX20200216.g4ea049f.50100.0_amd64.deb Size: 253136 MD5sum: d73d474dd8136becdca9d49b8bab6192 SHA1: f513e389a6d560f7325293ade40541461896ffb4 SHA256: fa34f355e11b0eff1bd99e09b18279b54a4973c48c55959c64c0e966a644260f SHA512: 245410ed01e7bbba1476be12f805105bc256642b0024671388773c0f5cb0fe6ade820586e6010c3e42134192c460a51ed2813642618e61c079af61aac6d036b0 Description: Adaptive Routing Manager Adaptive Routing manager configures Adaptive Routing forwarding tables in the fabric. Package: dump-pr Priority: extra Section: libs Installed-Size: 47 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.44.MLNX20200216.g4ea049f.50100.0 Depends: libc6 (>= 2.4) Filename: ./dump-pr_1.0-0.44.MLNX20200216.g4ea049f.50100.0_amd64.deb Size: 9412 MD5sum: 6fd3647ecdae8d7d4b7699a078884a16 SHA1: 4c80212803f90ed06f3da13bb6a62b444c5bbf4c SHA256: 4f348b133b89a59e27df30cc42df1d686943018c26d01dc15f32c6e4d4960980 SHA512: b33d2d2a750713c520413a31ff33a49fa1d323f56f601e1feca220567218426e8f0c9957b3d91da684ad14613a53afa24f7cd3adffe5e81b89fd5da655d3cde7 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: mxm Priority: extra Section: libs Installed-Size: 1490 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 3.7.3112-1.50100.0 Depends: libc6 (>= 2.22), libibverbs1 (>= 1.1.6) Filename: ./mxm_3.7.3112-1.50100.0_amd64.deb Size: 258516 MD5sum: 2982e70d851e845cab9e01cd48051361 SHA1: 911dc16a282a59624359c230b50a6682d1d46957 SHA256: 55aeb9a0330d4c400273e4a6499b68c6586d9013320465301e8b08eb25a20cf9 SHA512: 09057251a0d2a23025dddcaf04dd86d7b5eec16ecd009db5d7e9fb6f03baa97255a8d149fde04034e20b1395e82610b56b8adb4dd15c48d06f122ec77071f5f4 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: 5040 Maintainer: ucx-group@elist.ornl.gov Architecture: amd64 Version: 1.8.0-1.50100.0 Depends: ibverbs-providers (>= 22), libc6 (>= 2.15), libgomp1 (>= 4.9), libibverbs1 (>= 28), libnuma1, librdmacm1 (>= 23) Filename: ./ucx_1.8.0-1.50100.0_amd64.deb Size: 982148 MD5sum: c5e0ae050370ed935dbb9ee44b817030 SHA1: a247c82d56bd74161f858df7a4b56650d276be5d SHA256: eef618c4d8bc2c8e5e27c8f88cfab17be9a05bdd9302b44afc323f54dd11cfaa SHA512: 42792b86c4a5ba984360a4b104e0474db1755fa9a42a5f65d8e1306122654985658d2fa8595a0a458fd2524534c15d8e99d46659bf402395e008e8f4e683f754 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: 3260 Maintainer: support@mellanox.com Architecture: amd64 Version: 2.1.0.MLNX20200223.f63394a9c8-1.50100.0 Depends: libc6 (>= 2.22), libgcc1 (>= 1:3.0), libibumad3 (>= 1.3.9), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.15), libstdc++6 (>= 5.2), libsystemd0 Filename: ./sharp_2.1.0.MLNX20200223.f63394a9c8-1.50100.0_amd64.deb Size: 780040 MD5sum: a724157676821ac21e94e8c0add1f9fe SHA1: 68b0dbc44d4ff8b4c9bbb4d29c240ba618670663 SHA256: 786bccd312d79644a4d6bb61b2946de44b6356b5a28045e84ccb52a2ffcfad4c SHA512: 386e8579dfde5a123020112d52bd9fc1522011aad700f17776e823ec3900df204225f48870aee10f8af883f28a6f2e8bd97711a211e73a46b61700d5b07cd177 Description: SHArP switch collectives SHArP is a switch collectives package Homepage: http://www.mellanox.com Package: hcoll Priority: extra Section: libs Installed-Size: 9249 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 4.5.3043-1.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.15), sharp, ucx Filename: ./hcoll_4.5.3043-1.50100.0_amd64.deb Size: 1551666 MD5sum: bf2ac80761542608fb47a2e329a7499d SHA1: b56ecce0e7c7d4ab376fb0700277c1b59e099675 SHA256: ed1e27012bb317bf16e249fda1abfcf4236252b4b1e1fc9aa1c518f2851f8d15 SHA512: 8c7964c2d6bfe6adb3a41e5a83d93afc2251a6c276974ffe8283bb02b4139d394e6fb349b10304117d6ca185116d9c40d999e7062b92ee4505701fcc8f862c6f Description: Hierarchical collectives (HCOLL) Hierarchical collectives (HCOLL) Homepage: http://www.mellanox.com Package: openmpi Priority: extra Section: net Installed-Size: 79153 Maintainer: http://www.open-mpi.org Architecture: all Version: 4.0.3rc4-1.50100.0 Filename: ./openmpi_4.0.3rc4-1.50100.0_all.deb Size: 13832126 MD5sum: fed6b04e66e52774f2f237ec2ba4e4ac SHA1: 34c47f27dca7e9b924fe1d83f40249e1d817fd7a SHA256: 17a7f1154223f053240db82c1c947c6ab7b5e9677e7f34b0905d6e585d412096 SHA512: b48f02817c7f42303086cd061968cb80a592378116947a41fb7003cf55cb69f819c593ea22cadb25cf02a484b95262b5d7caeb8463afeeeb99271c051ae735ca 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: 1714 Maintainer: Mellanox Ltd. Architecture: amd64 Version: 3.2.20-e1a0676.50100.0 Depends: libc6 (>= 2.17) Filename: ./mpitests_3.2.20-e1a0676.50100.0_amd64.deb Size: 200614 MD5sum: 56e11c37a047aad58ab1590d3c8474f5 SHA1: 9d8f4989b1ac9b2638a7e1319a4af9169e15edbc SHA256: c1e630fdc15d23c66c97a865de6a64b5dfcc3b76a691d78f783c3217f5ed6e88 SHA512: df81d4ae00c9234d2b262b82dbd591f59c9b36cf9094d9605f118ee4087825b62a2626e6454bcea204c7aef95b6336941bd545537b3deaa6ba57a25a931603a9 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: 417 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50100.0 Depends: libc6 (>= 2.14), libdapl2 (>= 2.0.19), libibverbs1 (>= 1.1.2) Filename: ./dapl2-utils_2.1.10mlnx-OFED.3.4.2.1.0.50100.0_amd64.deb Size: 205694 MD5sum: 2056ddf5d8d916a5008bfbce6a6503bb SHA1: 3ba7882038cc31c0d1b805a42857ba1318b32e40 SHA256: 8a06ef3439b6770192fe9b54944c532ca5c391a59c86955f0aeaaa35d99fb620 SHA512: 177fa3d5b2f07cde871e2dc5a946911c53abe66f4b6804891d6858bcffa701befe14158f9f8664fb949f0f0be1ee1cd2609c58d2df110c8f4a2e42ac42b62764 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: 1814 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50100.0 Depends: libdapl2 (= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0) Filename: ./libdapl-dev_2.1.10mlnx-OFED.3.4.2.1.0.50100.0_amd64.deb Size: 285006 MD5sum: 6802a0fe881e6f41d3cc568eb999d11a SHA1: 3480da8c83e241ba0c6b12db44378a5b7a5d820a SHA256: bc58c6787b562e5ca274218317c6c4a90d07d402ec3f76d13eea53740213a967 SHA512: e425dd896699ccb73d07c5e9ac439cb008e61002a2d06c8b96b1382b97ed6ff7f5f0b0519b4dc5da0a2f64d1a8ffff96ffca21ed9f940b8c526a351ebca11c48 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: 637 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50100.0 Depends: libc6 (>= 2.16), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.19) Filename: ./libdapl2_2.1.10mlnx-OFED.3.4.2.1.0.50100.0_amd64.deb Size: 212332 MD5sum: 6988534f1a60e3f2b99eea084b59fc32 SHA1: bfebb35e570b03b62927392ff4c6d0ca5c09ab76 SHA256: f26466e97c53bc836e36cec4e6366e2129b0d2ee3e04d83141b5f857132447b4 SHA512: 4451cdad8d993833e214d6a26356d8b1f148d68643a615d2d0cd89d7b241dbca4be0de7e7fb558849ca8d26b779ff85cbd264497fdaada96a69a8e74ae04c12c 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: 15 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: 3996 MD5sum: babe84f4c1110e840947b28126284303 SHA1: fdbea68761abba99006bbdbac7fbba470f09ac1a SHA256: ccfe4c8f46d5c57f2933a50b88d46f84b2786756c5c33db564e429f6ce7bb38c SHA512: 3f073fcbd6be0770237f8fa0fd24e734735c32a1d6cd8b505a8d393f6058a8b79b82d245ae4c955e227d76ada5cf5fd84cd3cbd6410beb1eac4f4f86ce59dce0 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: 49 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: 12542 MD5sum: 9e0db269ffbf95dc069c29710ebb9d70 SHA1: 353ba9fbc04156cbbd19eed6e019d00001255147 SHA256: d2d0e0426020c56538d1b9fdceeea941d5b7fd41e6c6aeef6fa296f9fa650f54 SHA512: c4afc0e4a3440e987d1445375f2270e743de7f0cf6c8f9a9db288f40ae8af869156144fc65c961e1914fca19fb2f75ff6199ff3bc197ce3b875f683d15eeacbd 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: 68 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libvma (= 9.0.2-1) Filename: ./libvma-utils_9.0.2-1_amd64.deb Size: 24710 MD5sum: 2a3d3b967fc69ba34ff73a137a3591d4 SHA1: 7e72b7fb6792fb0ff7b41d879565054d37f9cb7f SHA256: f2629fed857564ed4a3587ee989bba66952b0265132ebd01914ea407b84395df SHA512: 2949926783b58d869c8552d99e63882304abe087c85ce919c4435e6022746584a96a94b5828606e21c0dd2b2ef126bd497679f750e8d0707b743cb2c436705f7 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: 3204 Maintainer: Liran Oz Architecture: amd64 Version: 9.0.2-1 Depends: ibverbs-providers (>= 17), libc6 (>= 2.22), libgcc1 (>= 1:3.0), libibverbs1 (>= 28), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), librdmacm1 (>= 1.0.15), libstdc++6 (>= 5.2) Filename: ./libvma_9.0.2-1_amd64.deb Size: 756006 MD5sum: 30e70a7d0e6ab2e0df07f6d01cc2d3ca SHA1: 0f685434b217922355d8a2e5e74353ed01e93e78 SHA256: a19c2c5a311a4e23a735928800d5fafde167c4c9296e6d3903957688f5359b4a SHA512: 938e8fff5773e5312c1be6e44ca52e69f44389827d02ca7e2200fcefb53b67203abb097e9ed1f0b6bc84aa4eecd99aa01a2b75f32e2c754e648d048b7b5efd0e 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: 5144 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 3.7-0.gita1e8e835a689.50100.0 Depends: libc6 (>= 2.17), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Filename: ./sockperf_3.7-0.gita1e8e835a689.50100.0_amd64.deb Size: 648622 MD5sum: 209c193a22e24bfd651104149f7a1632 SHA1: 4e81fa3531040b09ea001fe0f8f9ea09909f3b87 SHA256: b9733f49900c20ea470f2848723524438c6f1223f2111983e76f30d9bfbed3a3 SHA512: 8de2a47dfa4334bf42c2719de506c179677adface6b3c5e083a076f8c330e8dbed47a9bad4f530eb7aaec54a64047273f0c4a0b41a871b967979d513627d9299 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: 404 Maintainer: Ben Hutchings Architecture: amd64 Version: 5.4-1.50100.0 Depends: libc6 (>= 2.14) Filename: ./mlnx-ethtool_5.4-1.50100.0_amd64.deb Size: 112298 MD5sum: 6bc2dbce1ca10a78272491640fa9a058 SHA1: 0821cb79ea5fc42e63872c24099836dec0ff3721 SHA256: 7054f6a56cb9c4597e311dc42242eb2f865625ce0cb573bdb1ac9bd2d7c2b2d4 SHA512: 9d23655af9bf347911ad11fd8d045e6ebfee9f6755d534077c9efdf45c5952d83d1160a971bb2e86c8f6b1f6ac4517ac3b5b8e7653939b52793a21c477ebd34c 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: mlnx-iproute2 Priority: optional Section: net Installed-Size: 2958 Maintainer: Ben Hutchings Architecture: amd64 Version: 5.4.0-1.50100.0 Depends: libc6 (>= 2.15), libdb5.3, libelf1 (>= 0.131), libmnl0 (>= 1.0.3-4~), libselinux1 (>= 2.0.15) Filename: ./mlnx-iproute2_5.4.0-1.50100.0_amd64.deb Size: 741040 MD5sum: 1fc77fc9ef134df79bb660faaabeebca SHA1: 962bfae0cfc6698bb653e1d728ab757f2ff291b2 SHA256: 6e25f21c03072009632074a501e13ae981f1a456fa910ad9c7c7c931446fd321 SHA512: f3be4cc3c063b7916e3a0cb96792154db451ac3c09ee8592bdcd84983329c74adcc228c91551aaf566ee30eeadee8416c6c49fd97d99f30d3b1dfd66b52b856c 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/iproute2 Package: ibverbs-providers Priority: optional Section: net Installed-Size: 415 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Replaces: libipathverbs1, libmlx4-1, libmlx5-1, libmthca1 Provides: libefa1, libipathverbs1, libmlx4-1, libmlx5-1, libmthca1 Depends: libc6 (>= 2.14), libibverbs1 (>= 25) Breaks: libipathverbs1, libmlx4-1, libmlx5-1, libmthca1 Filename: ./ibverbs-providers_50mlnx1-1.50100.0_amd64.deb Size: 130656 MD5sum: 3713d84f5c66435b4e6573649856b287 SHA1: ddcca58607332e810c1ed6729e745a952ebf425e SHA256: 18266dbd9cc86dea1dbc5bcf5965230f75c181a4c1c572a80f2cc2093330061a SHA512: 43bca20da3fd8c3ae48fa29d9e375e781a622786e06a798b6e19db94d5a6b6530a9f56e9aeeeb1a2e043a0eed1452d988b74a24688a9b649805fc190f36ad457 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: 217 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 24) Filename: ./ibverbs-utils_50mlnx1-1.50100.0_amd64.deb Size: 53514 MD5sum: b3a1974c00cc5cfd09559ce542c63c11 SHA1: 276707fb597098db87b61fbda2a6f1e9ea57de2f SHA256: 555638c6ba80dfc36f3acfea086d57a93bff5f23374876557a3733372fdbec1a SHA512: a8f3733dbe99ea2948f9d39194ce789fc7ed9761d9bdcee289bafca4392239075a913070bb6f69fd535b565a268c5cb3bc7d6ee97e7ac2512d8454a251a96eaf 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: 823 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibnetdisc5 (= 50mlnx1-1.50100.0), perl, libc6 (>= 2.17), libibmad5 (>= 1.3.12), libibumad3 (>= 3.1.26) Filename: ./infiniband-diags_50mlnx1-1.50100.0_amd64.deb Size: 152800 MD5sum: d8c839eb432af3768a9d28e75e1f5816 SHA1: 8d2cc25dae0c91ae252fe89121379fb386e9b533 SHA256: 97f6d6075d0091a977714003bac3d6b541aaffec230fed7901f3b57f8cadb32c SHA512: 81b1c08af25d55e8e4efd61fadf81eb0e146722be861a1b785e4288a8ec793347ca84b6eceb81abeaf4eddc4dbeb72641dda33556b888027a3664b7bdc00ced9 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: 253 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Provides: libibmad-devel Depends: libibmad5 (= 50mlnx1-1.50100.0) Filename: ./libibmad-dev_50mlnx1-1.50100.0_amd64.deb Size: 48332 MD5sum: d49804f80ce42ce928b5375051310c24 SHA1: c733d19fa46ae1c8385fda79c30e358876391e18 SHA256: 4d254231f202b4d2ce9c6206a8734af3f101ef3e25ccd9d598679d2f9658bcd9 SHA512: 0d4c42e2937e4421ad0c53624876258b2ca0144711004c34b258c143d7ba121cc98ee6c323f3beda286acef24c18b4efc4e1628cb22c2bcd448639c2573b22c3 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: 143 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibmad5 (= 50mlnx1-1.50100.0) Filename: ./libibmad5-dbg_50mlnx1-1.50100.0_amd64.deb Size: 88388 MD5sum: 157b97d09c7cb83b0bfdbcd0b0ef17f3 SHA1: 5ed7018f3f968ae06644d62483632fde441e10b2 SHA256: 982f664bc30c59fd9927a9cf60f9e523130da6961b782d4be1339790fd407ba3 SHA512: fbda6ba3aa2bcc9842c43345a87545b11cf88defa514ac286149723838beb18ed624399a3f5115c45cdf1782cbae798d70c5f11976ca8fd9751d1e0cf3120ab8 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 Build-Ids: 4848de57bf182ca12e0ae15ac226f2890e06ba7a Package: libibmad5 Priority: optional Section: libs Installed-Size: 157 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9) Filename: ./libibmad5_50mlnx1-1.50100.0_amd64.deb Size: 39278 MD5sum: c263cbeb18e4d73cb5694b3e1e1e6991 SHA1: 995625aba84aa70dbf615580391bc11177c32493 SHA256: 6e159d7d620489e7ef245632aa9ff062102b4a2dd51a4fe6b4f35590b424da4d SHA512: 2feeb359564cfc7545cdba0e29bfee06f01da4fa0ccd52d073436a62af2e9d11e15492acd627a4d2f218633051848f2af01717b766e7ba58b374e26bb2281cde 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: 158 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Replaces: infiniband-diags (<< 2.0.0) Depends: libibnetdisc5 (= 50mlnx1-1.50100.0) Breaks: infiniband-diags (<< 2.0.0) Filename: ./libibnetdisc-dev_50mlnx1-1.50100.0_amd64.deb Size: 40220 MD5sum: ce32f3fcfd08569570d3928f60ce7406 SHA1: 7c532e42b1676b4a4349807f9f67ca01f02c084a SHA256: 34d9f9be627d2283c3218c4e00bf4c6793358d7393c0a13bac44451f3a3cb2de SHA512: 1adb8dcbe436edce00cde3643d7889f292499ffb19eeec1b7545986e2e37bf567e664be58c647e8a9d27d3a13c5e5c5b3d727145ff073051ec38ed2c7aee6124 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: 119 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibnetdisc5 (= 50mlnx1-1.50100.0) Filename: ./libibnetdisc5-dbg_50mlnx1-1.50100.0_amd64.deb Size: 79478 MD5sum: 87fea64beb6fedde8fcd66663f495654 SHA1: 809e8c42b2c377b5da34e409a862dc4dab6cdbcf SHA256: 410aa1f5c3738aa979bba68bc40af47417ade9fc64e95b33088329de5c276dab SHA512: 7998c1f275d9e9510baaa19d39ee411043b4f53a07fce781e86a02209c9c2c6728bfb2a5e90ea336bf4b13e4adec28fac323f96fdd1e0c00e1125cd7fb71650e 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 Build-Ids: 0469a68e8048be2a42af48750153f087c6d8f083 Package: libibnetdisc5 Priority: optional Section: libs Installed-Size: 94 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.4), libibmad5 (>= 1.3.11), libibumad3 (>= 1.3.9) Filename: ./libibnetdisc5_50mlnx1-1.50100.0_amd64.deb Size: 31616 MD5sum: 396de4d2f23d57afe0da4cf2976d9aba SHA1: 5598cb593b2bff93fb221df721d0e4bdecf4828b SHA256: e505667156d1041fd25f3b96cf2ed5161e57f96c47d165d8a8e9850a0291db09 SHA512: 4a6c6f8cc1cb5f0d3d1221daa06c039f260d23fbd6c0466b90f1de2a24b5738a8f889c1f36a4f1b4428740e50f5012883d53009fb2263abfa31e0eb0306e30db 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: 188 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Provides: libibumad-devel Depends: libibumad3 (= 50mlnx1-1.50100.0) Filename: ./libibumad-dev_50mlnx1-1.50100.0_amd64.deb Size: 54308 MD5sum: 60366e04d7f9929ce309ab8122cf05ee SHA1: b2302aff49257cbd4132002a810536f177898f7b SHA256: 4764e6fbf6d9e0d116644da056eb787d7da84c2d0705521d87f79d4a73f499a4 SHA512: fa8ffa2497abb15f9a8aef385d9f4bb4df975ef9389af74f2f7bf388050cd6216658599ad8fd3cb038fa35a9561a5dd904cc48ec0c96d39714315600e8e93359 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: 79 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibumad3 (= 50mlnx1-1.50100.0) Filename: ./libibumad3-dbg_50mlnx1-1.50100.0_amd64.deb Size: 41574 MD5sum: dc750776385f3e0c85463db1cedc0566 SHA1: dedc9ff0b0d60f67b9c1a73859d157f1aa6d303e SHA256: 0253af40d87410fb3205de16358113b7402232c3c4a1aec4af16a21b2b1f6506 SHA512: be304e2ee0488307846b0aae70b54bf9326b40ce2a28a69e0e85e7a89ef32e9acd06a2cf8b84b08c9d754f51ba18fa1bf1491fe0e6b150838d439e8331a40dce 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 Build-Ids: 7d9151a709ec3e435662a58afb77f7282037690f Package: libibumad3 Priority: optional Section: libs Installed-Size: 83 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Provides: libibumad Depends: libc6 (>= 2.4) Filename: ./libibumad3_50mlnx1-1.50100.0_amd64.deb Size: 25786 MD5sum: ec253b30741126117431412a0b0e31a7 SHA1: 1b5b64ddc8583d23e4e47c02a738078b7e95e2ee SHA256: 943fe8f949732d7dfe1ffb0641cfe527cf89a69a353ed569c6a57710382d8cfa SHA512: 82c4a517eff44426e9c82d8ba71a6963124f28cdd388d4d4567c1b689a3660f7801ff4e48d7ec8e2b92bfacac9244867a367903126aa68882a040c019e6b2875 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: libibverbs-dev Priority: optional Section: libdevel Installed-Size: 1197 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: ibverbs-providers (= 50mlnx1-1.50100.0), libibverbs1 (= 50mlnx1-1.50100.0), libnl-3-dev, libnl-route-3-dev Filename: ./libibverbs-dev_50mlnx1-1.50100.0_amd64.deb Size: 334280 MD5sum: 44d7d1759721a335766b197b2e145f8a SHA1: bbbca006f6b095719f22a9d6092a201fd5cf3785 SHA256: e2a9b9bc5086f65f6a450a0b19a613b9b5043e1fb577547b44775409875be717 SHA512: a58b4fda8114b6d7ce9b38deef47d52d169530301c8168053f96b2bc09db6b9f610237cf8ddcf07e9ae3d67ad2579e402648f728f766c80fc1da799f89dcb8cb 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: 301 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibverbs1 (= 50mlnx1-1.50100.0) Filename: ./libibverbs1-dbg_50mlnx1-1.50100.0_amd64.deb Size: 250236 MD5sum: d4480951c683cc5f1691100125c497fe SHA1: 973e523b831ed26dfc6549cb64ea947344c0db0f SHA256: f85c07767ee9006e8039777b252983565fee4ac25139c5e1aab7f62d70420b5e SHA512: f91b7a71f399e198e575add88442585901de1381402cea3effdbd05638659379955f7856c9fa3669d803c63a7e452458a8e93a656ee4532a3d61ae4e6db77863 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 Build-Ids: 9c46222f4126877439959dbed46df155e13c363a Package: iser-dkms Priority: optional Section: kernel Installed-Size: 165 Maintainer: Mellanox Technologies Architecture: all Source: iser Version: 5.0-OFED.5.0.1.0.0.0.1.g34c46d3 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.1.0.0.0.1.g34c46d3_all.deb Size: 34788 MD5sum: f36b681b8e4da5036992476ee8483732 SHA1: 6371bce4ff0f08590b4297032a144f1c776d2e83 SHA256: 5009316ced700229b2e47a7c938a79a1444ddfbc15c65d373d7c8ad751d52e4f SHA512: 5a327caec877d9688e10918a7fcef12bec8fa239dd7fc7c2659b7704519517aed4a47899cf9a63eb7f7d97858b20b853bd1b0047b678c0aab50bf73b04a27de0 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: isert-dkms Priority: optional Section: kernel Installed-Size: 120 Maintainer: Mellanox Technologies Architecture: all Source: isert Version: 5.0-OFED.5.0.1.0.0.0.1.g34c46d3 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: ./isert-dkms_5.0-OFED.5.0.1.0.0.0.1.g34c46d3_all.deb Size: 23838 MD5sum: a3b2f20ef96255638a6e6ffea0e055a7 SHA1: 74402a78f07cdb69fa87e7771bcf06ffb3883411 SHA256: 966078a21ce80e004432ec988af9b62cdc7b77be323c46e5ad77b7d39da490a2 SHA512: 73d2277751ce229406e3662226ae21dfa3b9c19124035d27fca8df86fa4086277bd79ccea6bfc546568526e71eaee2101a0d7fc51901c3cce5ff9624f1aa2820 Description: DKMS support fo isert 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: 104 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: 22068 MD5sum: b352d704ca71daae69be3a6ebf803727 SHA1: 3574d99ea9c8bcbebeb55c451d1009548c6903cc SHA256: d70e00336ca9ffbecb30cf353d3bbb3f1e909d30f68549dea520a5f22e7ea9d3 SHA512: 1932444a85ece84124b0a7ddf38f99fd8f1bed5b3420a47ec329088f3530b6fe6af606c1b854328bad3345a1b6571eb1562b031f48743bd8d6827ec8a7a41516 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: 216 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: 35544 MD5sum: 3cba95a6825990da12945175e35aa073 SHA1: 637135570f7674b7393a77ac526c9faa7abffc08 SHA256: 867cba0d4d3264fd85c0763ceecca90d5f7e97548104c0a15e511f40920c5428 SHA512: 7303a58db6269e3323133bcef127e2bf84a93e45d0bd38599aedb98ec3d300d976121e0c7cec7a4be9af2f324d8c9fbf36ef20c3d0aa735c3d44e45722da560e 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: 1428 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: 165388 MD5sum: 96ee2f165ea3b40a901880ee7762794d SHA1: 4a7c8a726b06258bba278c2ef2d8523dd217f3af SHA256: f56a3a3ed50691c4298fbacfae85f82df9743c74b5085b8a41a0bdb3c2fdfbe1 SHA512: abc6e758e3c6d9d757fbe10bc499582647a841b36aa86338a61026b238d7f3647978c03048a5ac30cbc84d351f3f78b81753aaec5b7e977af3de1d47cb9cc2c3 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: 17118 Maintainer: Alaa Hleihel Architecture: amd64 Version: 5.0-1.0.0.0 Depends: libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), perl Filename: ./mlnx-fw-updater_5.0-1.0.0.0_amd64.deb Size: 17384022 MD5sum: 8416f9f60d84b465449b584eb63515d2 SHA1: 35ca98541c729a3258435569b529fddea4adcbae SHA256: f83395b0b6031c8087b31e8f5b36e47a0d485e2f460793d9f63fa9bcfb4d88f0 SHA512: d92ad830a7cba72814368e95f752975f8212bb6a7402a37c0193a2be402789be6ce0288048f84385195f9adecceacb6bfb711bfda222ad606ff7fcca661d76cf Description: Mellanox Technologies Firmware update package Homepage: http://www.mellanox.com Package: mlnx-ofed-kernel-dkms Priority: optional Section: kernel Installed-Size: 22338 Maintainer: Vladimir Sokolovsky Architecture: all Source: mlnx-ofed-kernel Version: 5.0-OFED.5.0.1.0.0.0.1.g34c46d3 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.1.0.0.0.1.g34c46d3_all.deb Size: 2533602 MD5sum: 724a16b19a7bac14cde5c914353df332 SHA1: c9b31560719d14779564ab42a14102734396bfcc SHA256: 4798a727a294caa23861e00a16bdd4388bf6687914a0c9c931787bf26ab3d37a SHA512: 94fc95bb1766ab9ca7229a8f3f3ce2c44642e4089bbcd4913bc6fb18485b263f0f7d972af7bab40dfd4b46bd1fe4484b866ddb9ef7df8be42835e07e19742565 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: 482 Maintainer: Vladimir Sokolovsky Architecture: amd64 Source: mlnx-ofed-kernel Version: 5.0-OFED.5.0.1.0.0.0.1.g34c46d3 Depends: coreutils, pciutils, grep, procps, module-init-tools | kmod, lsof Filename: ./mlnx-ofed-kernel-utils_5.0-OFED.5.0.1.0.0.0.1.g34c46d3_amd64.deb Size: 91686 MD5sum: 1c881fe2fdfdb5fc791edc2dba2707d2 SHA1: 5d017272f3d98dee33a6e679080169f4f02ad72a SHA256: 6cff23709f909cf5b03a1e199e64b76383430788e67d17297fa3fc48c4452dec SHA512: 009889b586a9de03970f2d5514778de217b3cea4e871301450cadbca2cfd775157c78b052ca8ff6a7fbc0e4195b5f7f000d7b16eedf4c583869c24cdd9467bee 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: rshim-dkms Priority: optional Section: kernel Installed-Size: 222 Maintainer: Mellanox Technologies Architecture: all Source: rshim Version: 1.18-0.gb99e894.50100.0 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.50100.0_all.deb Size: 45642 MD5sum: 698c4d4733d8a8871d338d26fbe9d0f9 SHA1: 868890bc2584aede46e663783c2b94401f511004 SHA256: a4330afbe0fa264d7b53d93426ea9e3492b8588246a6bcb8cbd8670fe9d2f46e SHA512: 323526d05a35929f701b95bcde77fe3bbda8ae862aa99d29b89e826d45dfbd2708812f8eaad10286efaac8539e48362b24af33c4b6278c8ad91d8b2b069b1cd5 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: 213 Maintainer: Mellanox Technologies Architecture: all Source: srp Version: 5.0-OFED.5.0.1.0.0.0.1.g34c46d3 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.1.0.0.0.1.g34c46d3_all.deb Size: 44202 MD5sum: 0c54579a0c2161a6450e0896464eabc4 SHA1: 2e8f35c801abcccf5ffa1698121e37c911fac1c4 SHA256: b2aaf8007d481c23c6561ed62fc7cb892a6e44b4ceda39521b34a9a072b8e120 SHA512: bed75e849d2b141c71b4e6b3b8a2520c00c4bdc4743f3902e73321e1559b4a919eec97d2546814ef8894d4a3dffa8f401604f85dd3f1876cabf98a580b0eb633 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-eth-only-user-only Priority: extra Section: utils Installed-Size: 25 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-1.0.0.0 Depends: mft (>= 4.14.0-105), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), kernel-mft-dkms (>= 4.14.0-105) Filename: ./mlnx-ofed-eth-only-user-only_5.0-1.0.0.0_all.deb Size: 1500 MD5sum: 75100b8624789048f1ec4a66d8107d2a SHA1: adfe5d3fdc3c1e04cffb9c2cbf9d62bd4d5a8a63 SHA256: cdfad5e9d6577b97092c6dd56a95c2fd4ab8012f5f422c12ef703fc4827e3752 SHA512: e29a9f687a644cb0ff36566b51ec2d0a359ab7da7f5469a43bbed60e52ff0c7622c0f3dcc98856bd7a2a9727604cd6d71f2c32fa17bce32dd5c974ba679fbe2e Description: MLNX_OFED eth-only-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-1.0.0.0 Depends: rdmacm-utils (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdma-core (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-dpdk_5.0-1.0.0.0_all.deb Size: 1872 MD5sum: 5e03bc55e3c1e62b0f3a989aec992953 SHA1: 14842e2ff5913244ccdeaea884503c9c59c214bf SHA256: 9a1d37bbeec5c8c3376c0e7df57f1b970cff981a096fa0f0c7a60f940d8abcef SHA512: a7f4f66378dadf5790193961a59922cc4dab3684911375c02ae79ec2f2fe3db0c1c177a2ba6e394c67caa87e87bf1a47e78658f0756fcc2628f99adea74b8bad Description: MLNX_OFED dpdk installer package (UPSTREAM_LIBS) (with DKMS support) 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-1.0.0.0 Depends: libibnetdisc5 (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), libvma (>= 9.0.2-1), rdma-core (>= 50mlnx1-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), kernel-mft-dkms (>= 4.14.0-105), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-iproute2 (>= 5.4.0-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad5 (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libvma-dev (>= 9.0.2-1), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libvma-utils (>= 9.0.2-1) Filename: ./mlnx-ofed-vma-vpi-user-only_5.0-1.0.0.0_all.deb Size: 2408 MD5sum: a9e8f57e6a534feaeb81eb94f91ae427 SHA1: baa562d76f2fd7b9d9f4934b19f7d36711754995 SHA256: c96138b5f474c6f393ff188e3946c1498b06f728e418902786df935efb3ff117 SHA512: 725df60fc4e33a56b38ca8123887ee2d135e1dfda75dd3c023731bd7aeeda3525dbf01f2dab26ecaa089ad73f7974c646e3d73a7289041a5b645433ea300ed88 Description: MLNX_OFED vma-vpi-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-1.0.0.0 Depends: libibverbs-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad5 (>= 50mlnx1-1.50100.0), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), mpitests (>= 3.2.20-e1a0676.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), openmpi (>= 4.0.3rc4-1.50100.0), mlnx-iproute2 (>= 5.4.0-1.50100.0), hcoll (>= 4.5.3043-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), mxm (>= 3.7.3112-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), rdma-core (>= 50mlnx1-1.50100.0), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ucx (>= 1.8.0-1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srptools (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-hpc-user-only_5.0-1.0.0.0_all.deb Size: 2232 MD5sum: 692723ad5dec854c118d377abfe7beaa SHA1: 593403809e29602feb5ebb73d5db0e59633016b2 SHA256: 3e2b9fc5fa702f7c08bfe124ea7171e2c16008e44453ed2fe0f5ca02de01179c SHA512: 25cff22fb82937af18e8b24ea87c805e595d744245f7671cedba22c091aa6842b8a23b548f3575f61ff4ec4c2ee9ac8b82ff0385a72bc21021cd87a2aa383e91 Description: MLNX_OFED hpc-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-1.0.0.0 Depends: srptools (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), kernel-mft-dkms (>= 4.14.0-105), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibmad5 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad-dev (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), mlnx-iproute2 (>= 5.4.0-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), libibverbs-dev (>= 50mlnx1-1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0) Filename: ./mlnx-ofed-basic-user-only_5.0-1.0.0.0_all.deb Size: 1998 MD5sum: d6a70d9435bc45e99123cdf4fa3a1c44 SHA1: 921b73d98f99da68297c5d2ef51fd4eaedb9b15a SHA256: cd081aa3d6401a6c5e8fba198b976627dd71783c56072b47f97b76010ff8080a SHA512: 1da8ac39d9ac55b138a7e2a4a961fe94a4b872abe84b99f050f65bd270ea6b51b90a6998d0e3d2b76c9eba848929ec986fe88fa90fb9ee19e70f39fbff0dee8d Description: MLNX_OFED basic-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-1.0.0.0 Depends: ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), librdmacm-dev (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libvma-dev (>= 9.0.2-1), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibacm (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libvma-utils (>= 9.0.2-1), libibverbs-dev (>= 50mlnx1-1.50100.0), srptools (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libvma (>= 9.0.2-1), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), kernel-mft-dkms (>= 4.14.0-105), libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-iproute2 (>= 5.4.0-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mlnx-ethtool (>= 5.4-1.50100.0) Filename: ./mlnx-ofed-vma-user-only_5.0-1.0.0.0_all.deb Size: 2392 MD5sum: ba8c04bdc1081f6e5030e92febb6ce18 SHA1: f26272d27154f2d30a2818598de54f7c040e4a86 SHA256: 0d7cba9c196744944d2321570217f09a62b9c045a0954cb055d3154dc3fab163 SHA512: 576c72b5d3eeae15027eff2e1b908cc3c4252922d08096dfa78a70ef421e4c7ca87226e15ef2ab83ed21a3e69da424e8ce4fa0d0104271e6654d533f1e61005c Description: MLNX_OFED vma-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-1.0.0.0 Depends: opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), kernel-mft-dkms (>= 4.14.0-105), srptools (>= 50mlnx1-1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libvma (>= 9.0.2-1), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mlnx-ethtool (>= 5.4-1.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), isert-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-iproute2 (>= 5.4.0-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libvma-utils (>= 9.0.2-1), libibverbs-dev (>= 50mlnx1-1.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad-dev (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libvma-dev (>= 9.0.2-1), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0) Filename: ./mlnx-ofed-vma_5.0-1.0.0.0_all.deb Size: 2438 MD5sum: 46d396c3b873183c0c2d44d0b4c521fc SHA1: b3ba1caf9947868461f1f6e67cf089f09c569a7f SHA256: 10189d70dba69314d874c262bb0a173106eea83789698a3ea64eb83a85237c48 SHA512: d1984f69e2f9705d7bc4731a437fa26b9110f3b74eff67a9b2a393dd9f50a7ef2d0851b7d4030ac19638cf5d27ac2c4a030265b9f4fefbc16630608d60269ed0 Description: MLNX_OFED vma 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-1.0.0.0 Depends: ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), mpitests (>= 3.2.20-e1a0676.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad-dev (>= 50mlnx1-1.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ucx (>= 1.8.0-1.50100.0), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), kernel-mft-dkms (>= 4.14.0-105), libibnetdisc5 (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srptools (>= 50mlnx1-1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), isert-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), hcoll (>= 4.5.3043-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), mxm (>= 3.7.3112-1.50100.0), openmpi (>= 4.0.3rc4-1.50100.0), mlnx-iproute2 (>= 5.4.0-1.50100.0), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca) Filename: ./mlnx-ofed-hpc_5.0-1.0.0.0_all.deb Size: 2306 MD5sum: 3d7de3a4060407f4e43bec29da8baa14 SHA1: c3d01d153de73105700b0c1059ef54c4534a7047 SHA256: 71ec48739dc194c752ee08f642cc49d31cc0cd059b3bb7fbf2f70a943afef6e5 SHA512: 07cfe09b4bdd37081315786d0a6db5aa1015fbca07b587ca996bdeb324fde89b77a0cea402cfca18c8ae41d6ba9f8c65dd4df0d32d5bbce3eebb35b6c91d24e8 Description: MLNX_OFED hpc 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-1.0.0.0 Depends: libopensm-devel (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srp-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdma-core (= 50mlnx1-1.50100.0), ucx (= 1.8.0-1.50100.0), kernel-mft-dkms (= 4.14.0-105), hcoll (= 4.5.3043-1.50100.0), libibverbs1 (= 50mlnx1-1.50100.0), perftest (= 4.4-0.19.ga8821ec.50100.0), ofed-scripts (= 5.0-OFED.5.0.1.0.0.0), ibverbs-providers (= 50mlnx1-1.50100.0), rdmacm-utils (= 50mlnx1-1.50100.0), sharp (= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), mstflint (= 4.13.0-1.41.g4e8819c.50100.0), mpitests (= 3.2.20-e1a0676.50100.0), iser-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibmad-dev (= 50mlnx1-1.50100.0), mft (= 4.14.0-105), libibdm1 (= 1.5.7.1-0.12.gdcaeae2.50100.0), libdapl-dev (= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), librdmacm1 (= 50mlnx1-1.50100.0), librdmacm-dev (= 50mlnx1-1.50100.0), libibumad-dev (= 50mlnx1-1.50100.0), ibacm (= 50mlnx1-1.50100.0), libibverbs-dev (= 50mlnx1-1.50100.0), libibnetdisc5 (= 50mlnx1-1.50100.0), srptools (= 50mlnx1-1.50100.0), opensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), dump-pr (= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), dapl2-utils (= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), opensm-doc (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), knem-dkms (= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), isert-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-ofed-kernel-utils (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mxm (= 3.7.3112-1.50100.0), openmpi (= 4.0.3rc4-1.50100.0), mlnx-iproute2 (= 5.4.0-1.50100.0), knem (= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), infiniband-diags (= 50mlnx1-1.50100.0), ibutils2 (= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), rshim-dkms (= 1.18-0.gb99e894.50100.0), mlnx-ethtool (= 5.4-1.50100.0), ar-mgr (= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibverbs-utils (= 50mlnx1-1.50100.0), ibdump (= 6.0.0-1.50100.0), cc-mgr (= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libdapl2 (= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), mlnx-ofed-kernel-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibmad5 (= 50mlnx1-1.50100.0), ibutils (= 1.5.7.1-0.12.gdcaeae2.50100.0), libibumad3 (= 50mlnx1-1.50100.0), libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0) Filename: ./mlnx-ofed-all-exact_5.0-1.0.0.0_all.deb Size: 1828 MD5sum: 59fc2089696ab396ce3fe5bcdb190ac1 SHA1: 5ed126ad009adb56c47fb97326846368fc0b94a5 SHA256: d8962f4cca0c62178eef0622e22e8461c2cf73089a953fec381b4bc769f727b7 SHA512: c8b38ebb357a9e7d5002b235aa034d688dcc4db6e95900accf5328ce77865ed5fdde7c52bbb38357847653b04b9c853985e014c8586a63f66dc6ec951022a05e 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-1.0.0.0 Depends: libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdma-core (>= 50mlnx1-1.50100.0), ucx (>= 1.8.0-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), hcoll (>= 4.5.3043-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), mpitests (>= 3.2.20-e1a0676.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibmad-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), isert-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mxm (>= 3.7.3112-1.50100.0), openmpi (>= 4.0.3rc4-1.50100.0), mlnx-iproute2 (>= 5.4.0-1.50100.0), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), infiniband-diags (>= 50mlnx1-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), ibdump (>= 6.0.0-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibmad5 (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0) Filename: ./mlnx-ofed-all_5.0-1.0.0.0_all.deb Size: 2328 MD5sum: 3724d2881d2b1ddbced3d18c9cd4b402 SHA1: fb191f80d5c1a8a5a9019f3ac8dbd5c9e447841d SHA256: 905c4007a4930442872b55a9ec690884dee3c28c09a2150eb4f7a83ea1a21ed3 SHA512: 4485f99cc68dea71f114afeb3e083807ec995b61a2c88bb1cfd02d98384cd04b4ddb8f2003e49ce3e6c7f5440c183d5227b3134390f9bffdbf87e8cdb7294890 Description: MLNX_OFED all 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-1.0.0.0 Depends: knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), isert-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), kernel-mft-dkms (>= 4.14.0-105), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3) Filename: ./mlnx-ofed-kernel-only_5.0-1.0.0.0_all.deb Size: 1842 MD5sum: 9bdab36e38ae56dcd3689b795197ccc6 SHA1: 284d4ea06112bc8f2e9c21d7c7c865e2da963510 SHA256: 204c1256e148e7cca9f2d59826d00e073ce4896b79843ffd2088e3692f124abc SHA512: a6a079acdcde63a60cced13bb169bfcf6bf2f42219d0da2090afbc82bc607df1d9cc528c7735ad9282c3ab8f60f7d1c1724fb1fee7292ec305e0b847a8096d6f Description: MLNX_OFED kernel-only installer package (UPSTREAM_LIBS) (with DKMS support) 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-1.0.0.0 Depends: ibverbs-providers (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdmacm-utils (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), libibverbs-dev (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-dpdk-upstream-libs-user-only_5.0-1.0.0.0_all.deb Size: 2218 MD5sum: 25adf8f2f8e23dab2bc243a79a91407f SHA1: 8a1b516c90d1e4b07d5d9203f74980b087cca875 SHA256: 5658bff96fef7a9e098e1a3cf61c422a33f79e5b4aadf8cedd9261cdc8e4e779 SHA512: 67bc5dacfccdac0159a3f4c26c10e04d2de99d8aef7998493f0cc546560482bda3648ca2051350f55d3ce47e5acc1a39301c6af7ef8df5b6a77684959f7af91b Description: MLNX_OFED dpdk-upstream-libs-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-1.0.0.0 Depends: libibumad3 (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libvma-utils (>= 9.0.2-1), libibmad-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad5 (>= 50mlnx1-1.50100.0), libvma-dev (>= 9.0.2-1), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), isert-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-iproute2 (>= 5.4.0-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), kernel-mft-dkms (>= 4.14.0-105), libibnetdisc5 (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srptools (>= 50mlnx1-1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libvma (>= 9.0.2-1) Filename: ./mlnx-ofed-vma-vpi_5.0-1.0.0.0_all.deb Size: 2426 MD5sum: 4de8ed1b2ab8f0d229aff3791788aaee SHA1: b5c0b962a90e8adb38e5297e42c4cab2d134b556 SHA256: 81537520a1527c8ac92ff882b2ae5fbd737de2cbc505fe07ee69718a01ba14c5 SHA512: b9219346a6a04ffd301e1386c410ddb52d6c9d928471d18b243993b631e0cf770043c563d6b13c628e3ff4e9f94a0f87e3a0f6f36de6a80c359d95acf4322148 Description: MLNX_OFED vma-vpi 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-1.0.0.0 Depends: libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), librdmacm-dev (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), libibverbs-dev (>= 50mlnx1-1.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3) Filename: ./mlnx-ofed-dpdk-upstream-libs_5.0-1.0.0.0_all.deb Size: 2188 MD5sum: 931c1eeb4976ff2439a372983d86a50e SHA1: 8615fd535378b557aae52b0c7df07e8fbb67f74c SHA256: f20917d477d41fde826ab088daf86327429880bb5f8a947a19623d7ba784b0aa SHA512: 78abdd827b78636c5f5d1ae39bff0a4fc3f6ab2122dd5f850ce2a4612a6d9d97caf7a1381207bbabbe75033aedf9c5f8247a3b022f587c6ecf360dcd9aaa3d63 Description: MLNX_OFED dpdk-upstream-libs installer package (UPSTREAM_LIBS) (with DKMS support) 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-1.0.0.0 Depends: libibmad5 (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), librdmacm-dev (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibacm (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-iproute2 (>= 5.4.0-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mlnx-ethtool (>= 5.4-1.50100.0), srptools (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105) Filename: ./mlnx-ofed-bluefield-user-only_5.0-1.0.0.0_all.deb Size: 2072 MD5sum: f83eb536eb857e002fae281c368f02a8 SHA1: c7f45d43f9c2307e8b731b2e929d30900faf6136 SHA256: 19c57c2f147b3805b2816312307b53fa7811c2259fee438aa936d6087dae97a8 SHA512: 5a20139fa74fa96870ed9ee27196903a3120dfc536ae106557ab4cdbcc9b543e872246eb5a91c23f4ba27d28381ae4b45d2e7daf384c3ec71861fb39bcce4d8e Description: MLNX_OFED bluefield-user-only installer package (UPSTREAM_LIBS) (User Space packages only) 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-1.0.0.0 Depends: ibacm (= 50mlnx1-1.50100.0), libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibumad-dev (= 50mlnx1-1.50100.0), libibumad3 (= 50mlnx1-1.50100.0), libibverbs-dev (= 50mlnx1-1.50100.0), libibmad5 (= 50mlnx1-1.50100.0), mft (= 4.14.0-105), libibmad-dev (= 50mlnx1-1.50100.0), librdmacm-dev (= 50mlnx1-1.50100.0), librdmacm1 (= 50mlnx1-1.50100.0), iser-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mstflint (= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibverbs-providers (= 50mlnx1-1.50100.0), rdmacm-utils (= 50mlnx1-1.50100.0), infiniband-diags (= 50mlnx1-1.50100.0), ofed-scripts (= 5.0-OFED.5.0.1.0.0.0), mlnx-ethtool (= 5.4-1.50100.0), rshim-dkms (= 1.18-0.gb99e894.50100.0), libibverbs1 (= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), isert-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-iproute2 (= 5.4.0-1.50100.0), opensm-doc (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (= 50mlnx1-1.50100.0), kernel-mft-dkms (= 4.14.0-105), srptools (= 50mlnx1-1.50100.0), srp-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libopensm-devel (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibnetdisc5 (= 50mlnx1-1.50100.0), opensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0) Filename: ./mlnx-ofed-basic-exact_5.0-1.0.0.0_all.deb Size: 1530 MD5sum: 20c046d4301bed536c161870d1164e4b SHA1: e6fe955957868809840c6e30e61139815d90077d SHA256: aa887eb4d537de95bdf406ca6734959cadbdaad636d965a106776da9f4847264 SHA512: 6ca144ff0809326f41ac07d46083fe9bed2355bcf39a8c649b0f7e8bcdb221fccf6a083009a9c4e8a1fce1ff5e37f5b56fa2393aa597ea9db57b995c55affcd5 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-1.0.0.0 Depends: ibacm (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad-dev (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mlnx-ethtool (>= 5.4-1.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), isert-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-iproute2 (>= 5.4.0-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), srptools (>= 50mlnx1-1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0) Filename: ./mlnx-ofed-basic_5.0-1.0.0.0_all.deb Size: 2040 MD5sum: ea8084bed9e247482532a3b921289fd7 SHA1: efefd4163fd1b6a33bf425e8fc679d028322bef0 SHA256: bf8947e55cd9cc66648726b83c89d2cbeae1277f110f32940cdfdceb1dd3835a SHA512: 8390791c487a70bb6282d75c3c8dad3688a01c6c40d4fbc2ad1eeb58fe52205f554b352d9636bcf35c58cd3fb4f859966bfe545b5e7e76e8150221b556db8293 Description: MLNX_OFED basic installer package (UPSTREAM_LIBS) (with DKMS support) 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-1.0.0.0 Depends: mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mxm (>= 3.7.3112-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), hcoll (>= 4.5.3043-1.50100.0), mlnx-iproute2 (>= 5.4.0-1.50100.0), openmpi (>= 4.0.3rc4-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mlnx-ethtool (>= 5.4-1.50100.0), srptools (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), ucx (>= 1.8.0-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), kernel-mft-dkms (>= 4.14.0-105), libibmad5 (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), mpitests (>= 3.2.20-e1a0676.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), ibdump (>= 6.0.0-1.50100.0), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0) Filename: ./mlnx-ofed-all-user-only_5.0-1.0.0.0_all.deb Size: 2254 MD5sum: a1f73dc0949fa7c798af8a9a8b0d5945 SHA1: 4790d393a6ec638e042499ca1b8039960b06e33e SHA256: 4541db74572d84b9755c4cc3a059cb67804f896f7e4ed27a86f9da6fbffdb410 SHA512: a3864bfb8619a8266992894d6549a351c79fdaec075f009dc15b97d6930a78a48727f90999fbbba198d140c9ebf1711cc806d90e76a51f328718727bb21c8d7d Description: MLNX_OFED all-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-1.0.0.0 Depends: kernel-mft-dkms (>= 4.14.0-105), rdma-core (>= 50mlnx1-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), srptools (>= 50mlnx1-1.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), mlnx-iproute2 (>= 5.4.0-1.50100.0), isert-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdmacm-utils (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad-dev (>= 50mlnx1-1.50100.0), libibmad5 (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-bluefield_5.0-1.0.0.0_all.deb Size: 2120 MD5sum: eb5b65d542a3e3bae5da6da6ffbb6d7c SHA1: a350bdd03236be70ea6fe532db5f502f6e809df6 SHA256: 2eac84894848c4fd82ea42a3dd105b290a3d8b57f0a960b8c2e2a7ada73d4b91 SHA512: 0ff840a1059f4b3cda3653159b327a0ce3df2d36063201c32c3b68081670271b2ef61d3ef614bcd00dfbcba10c55577dc824472038b8add9f670e46c53ed5ec3 Description: MLNX_OFED bluefield 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-1.0.0.0 Depends: librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libvma-dev (>= 9.0.2-1), mft (>= 4.14.0-105), libibverbs-dev (>= 50mlnx1-1.50100.0), libvma-utils (>= 9.0.2-1), ibacm (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibverbs-utils (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-iproute2 (>= 5.4.0-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), isert-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mlnx-ethtool (>= 5.4-1.50100.0), libvma (>= 9.0.2-1), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), kernel-mft-dkms (>= 4.14.0-105), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), rdma-core (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-vma-eth_5.0-1.0.0.0_all.deb Size: 2206 MD5sum: f5787656ed14c9f46c8f89f78c72fd9a SHA1: 0e44ef104dd52b4b4d055971bc12e14c04868124 SHA256: cb282027cfc8a3cd2696ae5426ecfd891e4bfd22e42c0d278ac7744c38497bff SHA512: 924a84b5b66837ade30baa6065aa27f8d58c32ff3715ae226a81e194ee76407a52b7230a2644e3775c84406a088575a55ff39544224cc66126155a79919a55f8 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-1.0.0.0 Depends: ibverbs-providers (>= 50mlnx1-1.50100.0), libvma (>= 9.0.2-1), rdmacm-utils (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), kernel-mft-dkms (>= 4.14.0-105), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), mlnx-iproute2 (>= 5.4.0-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libvma-dev (>= 9.0.2-1), ibacm (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libvma-utils (>= 9.0.2-1), mlnx-ethtool (>= 5.4-1.50100.0) Filename: ./mlnx-ofed-vma-eth-user-only_5.0-1.0.0.0_all.deb Size: 2202 MD5sum: 80ed2e44cc8621c836976d7c6bea5444 SHA1: 53112edd21530b3919393340a90f73ff60b3c881 SHA256: 7291d7925c6ba36fbaa3a5010dfe8a7912b4588dcba670c74825e8ade457941c SHA512: 46d843b546dd917a54e6f43e474d66afdd2c8ed7af83f94170856014f2ee580adb047a39adbdc4dc290668ed824685e4d07501076eb4d3265cb22499ef781f0f Description: MLNX_OFED vma-eth-user-only installer package (UPSTREAM_LIBS) (User Space packages only) 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-1.0.0.0 Depends: mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), libibverbs-dev (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-dpdk-user-only_5.0-1.0.0.0_all.deb Size: 1860 MD5sum: a87db37ce93c512b5caac3d90bd5be4c SHA1: 409135aa8b6e2a2ea96cddbf225cbd5a50af737c SHA256: 0cf9be90db52819cf062f5fb14d426a489ada9d81c262b4a47e90aaf11a2ecdf SHA512: d374c43e835c8038c7656ed0068e0c9c81ea66ac1e7c0dd3ca13ba754baef1beae8057a1b20a6df61e601d0444b4006499215d6752d9ac50685b9aad77f8581b Description: MLNX_OFED dpdk-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com