Package: libibverbs1 Priority: optional Section: libs Installed-Size: 183 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) Pre-Depends: multiarch-support Recommends: ibverbs-providers Breaks: ibverbs-providers (<< 25~) Filename: ./libibverbs1_50mlnx1-1.50100.0_amd64.deb Size: 54198 MD5sum: 605cbb99c219d561b4f9a8263d043840 SHA1: a6b78e8870ee63905521f454c2d87eee10d39fa1 SHA256: 221b6656e065b31eaddf3b11f2f2c7f7362f7a2d373342055210df8431d4c76c SHA512: 58fe66b68e8c481e91664fcb84983a3371c348f327fb2f8876a6aa075b7729d70b2a75bfeffdbd62a675e3f9ab92be276410a08e1abac547996c3bfbb4e7a047 Description: Library for direct userspace use of RDMA (InfiniBand/iWARP) libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . For this library to be useful, a device-specific plug-in module should also be installed. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: librdmacm-dev Priority: optional Section: libdevel Installed-Size: 318 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibverbs-dev, librdmacm1 (= 50mlnx1-1.50100.0) Filename: ./librdmacm-dev_50mlnx1-1.50100.0_amd64.deb Size: 114388 MD5sum: 8661c4c26a561a4c7df882251c9b5d83 SHA1: 9737f9c804a8213c987ede815ad0c522ecde7bf9 SHA256: 6f2e8fce6d8b4a69f89b88d61b2daff003a2d3d7df681c18d08c197431f12f69 SHA512: 0a85cc80fa68fbc0ce0cc2bc5bd184f1e6f69dbe7594e29be737a8693350a34283c6ce2363a49ccc9ffa76fc2a085b5e045be7f9dfb3fcdf19a4ae2d7085f4a0 Description: Development files for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package is needed to compile programs against librdmacm1. It contains the header files and static libraries (optionally) needed for compiling. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: librdmacm1-dbg Priority: extra Section: debug Installed-Size: 264 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: librdmacm1 (= 50mlnx1-1.50100.0) Filename: ./librdmacm1-dbg_50mlnx1-1.50100.0_amd64.deb Size: 183128 MD5sum: 775c9a0de5861520534bb27143ed3bcc SHA1: d5010406af30b2100f2ae2e0dda4bf2d3f8db2b7 SHA256: 1b06361c397047991184d8e7d1da74342428e21e71ed182a0d0ca9b5be6f09c2 SHA512: c5106e55c99e8cc37e3e6175ab362042f21b0fcd9c8b2cd9c04e3b165eafc790e3aa0b0cccdc81273aaa276f33523128b98aeb0a08d598793b83cc64f529c4e3 Description: Debug symbols for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains the debug symbols associated with librdmacm1. They will automatically be used by gdb for debugging librdmacm-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: librdmacm1 Priority: optional Section: libs Installed-Size: 196 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.17), libibverbs1 (>= 20), libnl-3-200 (>= 3.2.7) Pre-Depends: multiarch-support Filename: ./librdmacm1_50mlnx1-1.50100.0_amd64.deb Size: 61840 MD5sum: 4bef7edbc7e0bf5a1d7c4466dedf440b SHA1: 8f05692ff49c27f4d48607257506f1c659c1d9c8 SHA256: 4b48400929356c71504dcedf47c46a0f87e401a729c42ef1d17c723d0dba3f0e SHA512: 002e2426d2b51ff1c17c78ee58f2241be406058f1f5860f4ae4eae5600bf43440b4fc4ac9d6b036ed06d3bc864ea34b18e26e45d0b52761f1ea8e7bc284a97d3 Description: Library for managing RDMA connections librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: python3-pyverbs Priority: optional Section: python Installed-Size: 60 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: rdma-core (>= 21) Filename: ./python3-pyverbs_50mlnx1-1.50100.0_amd64.deb Size: 12026 MD5sum: fa960d12718a642e2d2a9fb249db9f98 SHA1: 3d4e3ac297ad6b303055422c473cbe15d0fb1c83 SHA256: 937f5f62e7ad4a3bb11d6e7d58a732a068acdcd74da5d67d1dc1758db3e536db SHA512: 4d29f4edea36af104d4bdb64eca7ae0030b195ea2e655357f9d5c7d3031d674999110cab19424d4d2d666f3a27cc780e988fbdfc73d6ebe7e5e8ca7c6f6b2617 Description: Python bindings for rdma-core Pyverbs provides a Python API over rdma-core, the Linux userspace C API for the remote direct memory access (RDMA) stack. . One goal is to provide easier access to RDMA: RDMA has a steep learning curve as is and the C interface requires the user to initialize multiple structs before having usable objects. Pyverbs attempts to remove much of this overhead and provide a smoother user experience. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: rdma-core Priority: optional Section: net Installed-Size: 185 Maintainer: Linux RDMA Mailing List Architecture: amd64 Version: 50mlnx1-1.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: 45014 MD5sum: 2686f622d95b118f402085600cbbe787 SHA1: a4859df58d4c3f3c8a8ac6f31981acc4f049fd3c SHA256: 6e77af977feaee7221bf0d7e816bc251aa5219783402d83f0b679f09108adf39 SHA512: da11dbb2082d4e2ce48064906316318b249077d45df2c7853edfdbb0999cba3f0f60770f19d4f39838b42f033b46341a5af658d307c73aeb1f18a8bb40e204da Description: RDMA core userspace infrastructure and documentation This package provides the basic boot time support for systems that use the Linux kernel's remote direct memory access (RDMA) subystem which includes InfiniBand, iWARP, and RDMA over Converged Ethernet (RoCE). . Several kernel RDMA support daemons are included: - The rdma-ndd daemon which watches for RDMA device changes and/or hostname changes and updates the Node Description of the RDMA devices based on those changes. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: rdmacm-utils Priority: optional Section: net Installed-Size: 299 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), librdmacm1 (>= 23) Filename: ./rdmacm-utils_50mlnx1-1.50100.0_amd64.deb Size: 70476 MD5sum: 1d50db56b98c21ddb5dcdbc23fab93e5 SHA1: b47e56efe1563322584e8ba2512ef349e21a702e SHA256: aeceee75b0ef0eda5b9211eea11611e5f3ac034592baf2d9d434f2cadfe306bf SHA512: 5fc1dec436c62650fd91a38eea93cdf63d6fcd8aadce0eb58000a9cd18054f8a32292996a11451c499743d09d719ef219fdd3b9a1d6287fa4ee59651c758b471 Description: Examples for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains useful librdmacm1 example programs such as rping and udaddy. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: srptools Priority: optional Section: net Installed-Size: 200 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.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: 41730 MD5sum: e6f5459565a4c309a7ecdb062258d4df SHA1: dd317c72fe5309d845dfb34c615fa4bef6456ddd SHA256: ea4314c915a993070819ad8f0c379297a19a3f834ef0734c194fa9d132076bf2 SHA512: e5ff785e55949b3e0f252dbb6680e012c98ee862e1b7bca34e74fe4c0305ad4da20038965bc711b7707571cdbe644f49e7caf64ab2d5c79dc75b46dc10edaded 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: 9264 Maintainer: Gal Sivan Architecture: amd64 Version: 4.13.0-1.41.g4e8819c.50100.0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.9), zlib1g (>= 1:1.1.4) Filename: ./mstflint_4.13.0-1.41.g4e8819c.50100.0_amd64.deb Size: 1476560 MD5sum: 010c5bc291454be535e8bbd92fd2da46 SHA1: 54b8735778afe23eff28da4c403e5d14aaed80b3 SHA256: 70cd8fecc5de927ef08b4f9438df4fe3fbefef00c190b7d5ce1a71d252c5308a SHA512: a01406b8e201825bf9c6dd50230a446ed7a6ea3bf278af3219480b2ba61a4ee64d0dd3cf1952577ebe3bffdf8fec6d58ed1ab5aec3202f613ec2df4b7c8ca0da Description: Mellanox firmware burning application This package contains firmware update tool, vpd dump and register dump tools for network adapters based on Mellanox Technologies chips. Homepage: http://www.mellanox.com Package: ibdump Priority: optional Section: net Installed-Size: 10266 Maintainer: Tzafrir Cohen Architecture: amd64 Version: 6.0.0-1.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6) Filename: ./ibdump_6.0.0-1.50100.0_amd64.deb Size: 1656906 MD5sum: e7ffbc73031ebd18b988aa88c6f12002 SHA1: a010d257a2219746705e84b6a3305e72636c2545 SHA256: cd63d61f6ac13c9bbab29313d8c3ba059d2ea9ab67e2317702286d15f374f9c6 SHA512: 3b001757c08790d4ecc876c4e41e0c3ac2d737dc0d48f2930f376bfb564f26cc4913f3f29b295c812b76317dc2166c8fe11f9ce582644e8b1f3651ac5620152e Description: Mellanox packets sniffer tool This package contains sniffer tool for IB packets. ibdump is a sniffer that like tcpdump can produce pcap files. Homepage: https://github.com/Mellanox/ibdump Package: libopensm-devel Priority: extra Section: libdevel Installed-Size: 2112 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.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: 633028 MD5sum: be2c08ce6b700d0b79e91582a456761c SHA1: aca2f685e76c33c03970aa0852d425ad130f6581 SHA256: ae7736542d984e6b0be7fc38884cac9588e8ef4520800b6663dcbf41bc3adfd3 SHA512: 526c42d916f3f5799f91f97dfb23fa8e44d9e81adfdcc71f729b969d1bd5e6a1b16fb561e8e1c107a0f5253c6ec465ac2a89542957b068c34921c869b181af72 Description: Developement files for OpenSM Header files for OpenSM Homepage: http://www.openfabrics.org/downloads/management Package: libopensm Priority: extra Section: libs Installed-Size: 1005 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9) Filename: ./libopensm_5.6.0.MLNX20200217.cedc1e4-0.1.50100.0_amd64.deb Size: 495732 MD5sum: ed5eace8c17ee29d06aa65bf504a99bd SHA1: 746b8a252a1af9b4dfd9fc76be3e1d5df1001770 SHA256: 2fbb02092b1f7c56969dc9db727cc1dc295f8c2c5c25078f9669dbc0d45a12d5 SHA512: 08eeb84f2fe2fdc08364a341fcd690e0cf721da9bf30bf0558bd6cf0e30efb94d52394c1663cd920f481c9aa3b7034d392004fb2567a6bcb30c60f8124052911 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: 503 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: 494892 MD5sum: 872cd5e4982175ea626f8e60da093b9e SHA1: ed30f2e671e3ecbb25bfa949992cda1fc41c29d8 SHA256: c841a53da2c78b43fdffa124c716140a52ab1d3253ca1a1d8eadb10fbcb5b76d SHA512: b965441c2bfa26d2fdeaed713e92970a34c3923108ea9aa1ba1abca12603711a1585b03661e1f351a7039319f87edd7e7351765779db9fd064c57636f770230d Description: Documentation for opensm Documentation for the opensm Infiniband subnet manager. Homepage: http://www.openfabrics.org/downloads/management Package: opensm Priority: extra Section: net Installed-Size: 3221 Maintainer: Hal Rosenstock Architecture: amd64 Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0 Depends: libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libstdc++6 (>= 4.6) Filename: ./opensm_5.6.0.MLNX20200217.cedc1e4-0.1.50100.0_amd64.deb Size: 1114944 MD5sum: 737b2ed00f0de83f3bd9b892a7c05385 SHA1: d6700793b17313300d76da4138b1cdb466e04c12 SHA256: 9ae11ab310d89e0e3bb7620faa96d6eb852080ac32c2a2760f059477834bfa08 SHA512: 923c39dfef45ed2923d1b4f1bfba58d1068b6f411bab24945287f85bb1b1133eb9a5a9cbd76b0fa33cce969b1b59150b7b351172353ff9078597a2fdd33c893a 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: libdapl-dev Priority: extra Section: libdevel Installed-Size: 1856 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.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: 284094 MD5sum: a44a6a7fc47a81253bbf5dec34fb28ea SHA1: 939782be2cc964eb9007a9bfdeda16cb8a9943a6 SHA256: dba4a3429bd75900d3a224de2eb2e53a2bfdcb7261ae2b67b3f7c67030399c97 SHA512: 2b64c6aca192aef350448b9c0b5f8c7cfde38840fb3b9fa6d52b67748b023819a011f8094e415ddf2abebfba594a53c0cb189de416649b8a4528c3e16adc666d Description: Development files for the DAPL libraries The Direct Access Programming Library (DAPL) is a transport-independent, platform-independent API that supports Remote Direct Memory Access (RDMA) devices such as Infiniband and iWARP . . This package contains the header files and shared libraries for building applications against libdapl. Homepage: http://www.openfabrics.org Package: libdapl2 Priority: extra Section: libs Installed-Size: 639 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.19) Filename: ./libdapl2_2.1.10mlnx-OFED.3.4.2.1.0.50100.0_amd64.deb Size: 211052 MD5sum: a239e6da6c1df19b823320a71070939e SHA1: aefe5e10b4a42eb6929cd71abfb58cafa6532983 SHA256: f8e3bbb788e754a09a47e17efca8fdeccaef784bf8350943711ba55284ef6221 SHA512: 3d31aed84139dff6e7ed254a747e9cf70102a23a5cc8138792f48fd819bdc4ef7dff038210ee5284c0fac5dd8fa4318aed16920caadc8fef7e0138d662ec1402 Description: The Direct Access Programming Library (DAPL) The Direct Access Programming Library (DAPL) is a transport-independent, platform-independent API that supports Remote Direct Memory Access (RDMA) devices such as Infiniband and iWARP . . This package contains the libdapl shared library. Homepage: http://www.openfabrics.org Package: libvma-dbg Priority: optional Section: debug Installed-Size: 33 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libvma (= 9.0.2-1) Filename: ./libvma-dbg_9.0.2-1_amd64.deb Size: 4042 MD5sum: f14ec55a180d0b5000893672cc997df5 SHA1: 86918042a3b92b0c8bf53ed7492beb5639e2b58d SHA256: 42869ab9601cc53002944c8e47d5c7e1440f87b16936397248feb7db234111a8 SHA512: c3d2b002dacaac455d1abb1696c9264bd5a33ac1e6a30a57d14bdc2386283cd31e67f3d0e5acdf3cb3021e5ad0a6333a766b3e74d4b04d33f90762bc011c6d82 Description: Debugging symbols for the libvma library libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package contains the debugging symbols associated with libvma. Homepage: https://github.com/Mellanox/libvma Package: libvma-dev Priority: optional Section: libdevel Installed-Size: 72 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libvma (= 9.0.2-1) Filename: ./libvma-dev_9.0.2-1_amd64.deb Size: 12584 MD5sum: 0a41695111cb24567d0dc7cd26df5737 SHA1: 9f8408ce6682d8a2c10cb567b46db1a0adc8e616 SHA256: 4fa5d683e87e197c229c783c5c44e79a99696814ff51642d84530cc2fc764a50 SHA512: 801a3493030e93755e4b59ddeaac9e46c47b72705017356c8a17a972a9cdcaf104f16638b617612829bdfecfd9ceb659379b945f70b6ca598d2637b8051a6415 Description: Development files for the libvma library libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package includes headers for building programs with libvma's interface directly, as opposed to loading it dynamically with LD_PRELOAD. Homepage: https://github.com/Mellanox/libvma Package: libvma-utils Priority: optional Section: utils Installed-Size: 85 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), libvma (= 9.0.2-1) Filename: ./libvma-utils_9.0.2-1_amd64.deb Size: 24128 MD5sum: a738ca427010187f96f551117df84369 SHA1: 824d9519058527d58a975d9851723edc14895c19 SHA256: e8a1e73581b671379d6b854e8ec88d0aeead4c08e3c78cf6ed8fdaeeb8505be5 SHA512: c44480f9ecbe49059fee0e5cf8096c50272878a8bbbc5057f5372c09f1a23a577772ac27a709f0a9c115837aaf58e45a14bacdb9a074ce21c149209faa519b47 Description: Examples and tools for the libvma library libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package contains the tool vma_stats for collecting and analyzing Libvma statistic. Homepage: https://github.com/Mellanox/libvma Package: libvma Priority: optional Section: net Installed-Size: 3163 Maintainer: Liran Oz Architecture: amd64 Version: 9.0.2-1 Depends: ibverbs-providers (>= 17), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibverbs1 (>= 28), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), librdmacm1 (>= 1.0.15), libstdc++6 (>= 4.9) Filename: ./libvma_9.0.2-1_amd64.deb Size: 749582 MD5sum: 43a0802bb9940308ba195fec8205075a SHA1: e642c443c206818a2cbd389fd7fed1386cbe7018 SHA256: 1ed4cb0d8790f0c7c881c52f0121b5b480b88b682a2148cfd546866bbba10dee SHA512: caac2a76f17196375841cc52880f38e733edcd99e5b7b15e29bd54429eac641cb913f38d035844dbc6bc8a4517ba9273f13ece3e440e09442d2c2b246086cdf4 Description: LD_PRELOAD-able library that boosts performance libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package includes the dynamic library itself. Homepage: https://github.com/Mellanox/libvma Package: sockperf Priority: extra Section: unknown Installed-Size: 4337 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 3.7-0.gita1e8e835a689.50100.0 Depends: libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Filename: ./sockperf_3.7-0.gita1e8e835a689.50100.0_amd64.deb Size: 625234 MD5sum: 0b36a3c4edbed80f4ca98929df5584bc SHA1: 7efb5666a4f411fe883afb592c0306f36186c758 SHA256: c0d7bd64974b0a98dd57ab2c62cb76b16134968379d43d81e4f1b02641b37718 SHA512: 2fc0862a52b90011cbb363b3dae954b89fefae46663d70e1827a36255cb43ba7905729d928ee9b3c431060d77afad4df78838aff013c80f19096d1f1874a9550 Description: auto-generated package by debmake This Debian binary package was auto-generated by the debmake(1) command provided by the debmake package. . ===== This comes from the unmodified template file ===== . Please edit this template file (debian/control) and other package files (debian/*) to make them meet all the requirements of the Debian Policy before uploading this package to the Debian archive. . See * http://www.debian.org/doc/manuals/maint-guide/dreq.en.html#control * http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-debian-control . The synopsis description at the top should be about 60 characters and written as a phrase. No extra capital letters or a final period. No articles — "a", "an", or "the". . The package description for general-purpose applications should be written for a less technical user. This means that we should avoid jargon. GNOME or KDE is fine but GTK+ is probably not. . Use the canonical forms of words: * Use X Window System, X11, or X; not X Windows, X-Windows, or X Window. * Use GTK+, not GTK or gtk. * Use GNOME, not Gnome. * Use PostScript, not Postscript or postscript. Multi-Arch: foreign Homepage: http://www.mellanox.com Package: mlnx-ethtool Priority: optional Section: net Installed-Size: 436 Maintainer: Ben Hutchings Architecture: amd64 Version: 5.4-1.50100.0 Depends: libc6 (>= 2.14) Filename: ./mlnx-ethtool_5.4-1.50100.0_amd64.deb Size: 114206 MD5sum: 45ace45b139f7558af9c606db7dbef9c SHA1: ca8e227a04a9945f5464e633651bf0c6b7d4e1f0 SHA256: d7088e6fea9f7a89041b25ae2c10a29fbe2bb20f96263f374e53a7734b858d8a SHA512: 15f69c55d71358976831f62a1d9f4cad5e51ef8a43f0a9f30ac10c647b1215ae20b816b18db6de88f14d69ec3247c4551198c57170771013bea3e3c3c613f59c 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: perftest Priority: extra Section: net Installed-Size: 2109 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: 193382 MD5sum: 39bd04d06b1a10f608bcc8108edd34f0 SHA1: 61eefe607d70f1683e83109ed54331dfe013809f SHA256: ce12d5c18abf8c1facffdf28a9a80292ab2865c4c5a81f41aa49cb64d3d3ace5 SHA512: 2bffa0b378cda41f8baddc1d48baad75ad986df4c0c7a1199e0268dc1e5a76e94e166171336e1396134a9ed561d1c68d7fa3586111b93ff61897cbe876fc848a 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: 15138 Maintainer: Tamir Ronen Architecture: amd64 Version: 2.1.1-0.119.MLNX20200223.g16f321b.50100.0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libstdc++6 (>= 4.9) Filename: ./ibutils2_2.1.1-0.119.MLNX20200223.g16f321b.50100.0_amd64.deb Size: 1824840 MD5sum: e11342b057003d06619a45154b0fd6d8 SHA1: e98529d6a7685ed2df13df44d667f9f7ec8e2ba9 SHA256: 2d99d2f0551489402ef046c2422d93821f323721f2f9a9c3823c5127ccbfbf14 SHA512: e988985e333eee4a84f8a9be2d61e4bdb685c89c958036b58d2c5dc06d39e68946d60a361d19f2617247b90efe7d4237d0d17076a09ab4713e08dcf9b592a436 Description: OpenIB Mellanox InfiniBand Diagnostic Tools ibutils provides IB network and path diagnostics. Package: ibutils Priority: extra Section: net Installed-Size: 1786 Maintainer: Yevgeny Kliteynik Architecture: amd64 Version: 1.5.7.1-0.12.gdcaeae2.50100.0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibdm1, libibumad3 (>= 1.3.9), libopensm, libstdc++6 (>= 4.9), libtcl8.6 (>= 8.6.0), zlib1g (>= 1:1.1.4) Filename: ./ibutils_1.5.7.1-0.12.gdcaeae2.50100.0_amd64.deb Size: 380060 MD5sum: cf59547dd796110689809ed5162fb883 SHA1: c1991477d44e431d1ab1983fecee8cd1bae9773e SHA256: 54bdd23ab7778699ebe4cf493dd42f3a2a5fde0a3395469f0af366043516bc95 SHA512: c84ca7b73f37a4396557e55e790aca8155a66cc1a68ca1785c3f7946ccd7b1a1e04a5015131d258a95a5dbbb3462890ff426bd082a2a8875948782c4fb543f3a 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:4.1.1), libibumad3 (>= 1.3.9), libopensm, libstdc++6 (>= 4.9), libtcl8.6 (>= 8.6.0), zlib1g (>= 1:1.1.4) Filename: ./libibdm1_1.5.7.1-0.12.gdcaeae2.50100.0_amd64.deb Size: 944650 MD5sum: 3fb993a19dcd058992b0b3b1750d9e7f SHA1: c382c9fa2361ce736085e8b591d3c523f39af32b SHA256: 82fb07a97ef1ec3a2265b6ea518c452ccef8a8670cd15ea164c57123225127db SHA512: 449ebc5524a7ded45e7dc21108e3e5e7d413ed6129843c96bcbf6d646c9839c1da44cd0b1fe59f6d65610fc77839b5255e679c1bef8696b3d9d85dba16e03180 Description: InfiniBand network diagnostic library This package contains a library for building tools useful for diagnosing and testing InfiniBand based networks. Package: cc-mgr Priority: extra Section: libs Installed-Size: 471 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.48.MLNX20200216.g4ea049f.50100.0 Depends: ibutils2, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9) Filename: ./cc-mgr_1.0-0.48.MLNX20200216.g4ea049f.50100.0_amd64.deb Size: 78242 MD5sum: 288bf7c61fb91023a0e108f07616f58b SHA1: b113b8b0e5722725c1e1fce1955b7ea8c02d740c SHA256: 218a40e117f06fe13c37876cdbeecc908b08312dd58f7f6548fdea1eb704b494 SHA512: 36bdc9f5ba5fa84a995a7fc7d94ffb1dda3cce81bd803c0e27d88fbeb4c0d81e3a97fd4ac25aa079ae5a971ac14616b1e82269b51bddf1a6a323803379dbf491 Description: Congestion Control Manager Congestion Control manager configures congestion control settings and logs congestion control events in the fabric. Package: ar-mgr Priority: extra Section: libs Installed-Size: 1509 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.49.MLNX20200216.g4ea049f.50100.0 Depends: ibutils2, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libstdc++6 (>= 4.1.1) Filename: ./ar-mgr_1.0-0.49.MLNX20200216.g4ea049f.50100.0_amd64.deb Size: 252926 MD5sum: 16ebb8ff493a01fe5542d9a5e0ab5a8c SHA1: 647996ae29bb4ce1042c2f7fe953fac16c16fd6c SHA256: 4f792c009296314aa421961bd678cbfa649b65fc11c6f4ef50727f064457f299 SHA512: 4c14e97d306f4103fd35096a2f789790663ca2725aed6f5e34ef63f963cf0da276202e954433ea28ef3ec308370bdf5ddff5ffb1d10e1ba1415c301f780c8a59 Description: Adaptive Routing Manager Adaptive Routing manager configures Adaptive Routing forwarding tables in the fabric. Package: dump-pr Priority: extra Section: libs Installed-Size: 60 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.44.MLNX20200216.g4ea049f.50100.0 Depends: libc6 (>= 2.2.5) Filename: ./dump-pr_1.0-0.44.MLNX20200216.g4ea049f.50100.0_amd64.deb Size: 9344 MD5sum: 4991abbc86dff06c3d753a5bbfac8e7c SHA1: 0a308ead482e2a0b733013d056f2076321cfb3b5 SHA256: 5a6022e62697bee9a3ec37b86a4e3813ac75ded8b09ea5a84542fe66e0b65243 SHA512: 397e4efdb008be3b499d8bfe956ce54aef9522d5addbf1849c122b28520475ed206f15b137d47e7dc666778154e84efcf9d5cd5c0c8f6774ebe80b2f009287fc 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: 1495 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 3.7.3112-1.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), zlib1g (>= 1:1.1.4) Filename: ./mxm_3.7.3112-1.50100.0_amd64.deb Size: 252254 MD5sum: d15f7f5e47244f52ff2258468d0e02c4 SHA1: 37665b7e238931ddf63f4020f6409c8ac541cdbe SHA256: 252ccff29bbbc2aff4ce8c3207ac977b490c23894285274a7b5637f05c33fb7b SHA512: e758e05d85bee8707c213bfadd5507d309cf32dbd2e12919ed22075fd0b5626641048275d70b55338a3fe79d9f94528ab2fc80025c450db6321f6326f0fecb94 Description: MellanoX Messaging library (MXM) MXM is a communication library implementing high-performance messaging. Homepage: http://www.mellanox.com Package: ucx Priority: extra Section: libs Installed-Size: 5018 Maintainer: ucx-group@elist.ornl.gov Architecture: amd64 Version: 1.8.0-1.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: 989052 MD5sum: d5bd80156310c3749820f74a1347274a SHA1: cef773b01ff61d51376fb0729e5f3a01127a8613 SHA256: 5e9a04d5cd480969221e70d0de55082857484fe8c7a0b267e029da23747a472b SHA512: cce1650c43cf88007271acc59c4c7ad2c255c554b7af9e6d7f96fa7d9a6c82da0bd10695176d9df20ef9a9e789eeb58698852a95afb876cc5f977fa7510da9bb Description: Unified Communication X UCX is a communication library implementing high-performance messaging. Homepage: http://www.openucx.org Package: sharp Priority: extra Section: libs Installed-Size: 3287 Maintainer: support@mellanox.com Architecture: amd64 Version: 2.1.0.MLNX20200223.f63394a9c8-1.50100.0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libibumad3 (>= 1.3.9), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.15), libstdc++6 (>= 4.9), libsystemd0, zlib1g (>= 1:1.1.4) Filename: ./sharp_2.1.0.MLNX20200223.f63394a9c8-1.50100.0_amd64.deb Size: 791750 MD5sum: f2877051aebc5d640ff321260b7b7434 SHA1: aa5b9a9b976ca7d5d99e6b55244b9c0eb2335cc7 SHA256: 53a8aa5fa2df8bd6dc80a76dbba1de5ab1e57d2ac34b95b8a506a8c2a71c5ffa SHA512: 04d70b8acdacaf9d3d68aab09e91de56159d6106d6cf1892c18cd217dbaf9a058897392eb85b1870e0ca158028f979a2f69857267ffe840d1a194e3acb95b064 Description: SHArP switch collectives SHArP is a switch collectives package Homepage: http://www.mellanox.com Package: hcoll Priority: extra Section: libs Installed-Size: 8979 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 4.5.3043-1.50100.0 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9), libibverbs1 (>= 1.1.6), libnuma1, librdmacm1 (>= 1.0.15), sharp, ucx, zlib1g (>= 1:1.1.4) Filename: ./hcoll_4.5.3043-1.50100.0_amd64.deb Size: 1525502 MD5sum: 26989e77cf49b32119d89fba3ab99185 SHA1: f9059ab614379d1dc1f5a6ef12fa78b3510fdb07 SHA256: 9699ac7db0badb4193a9fb4dd2355902c4eaa182a5af539ce8431ec4ee596174 SHA512: cd5c82d8b28b4cf1c3f6e7da16a46ae2d4a7eee5b4a5ebe7cf1b9cc9a4806df335077b56d5a22de1a2baaed9bb9340e80495c5109b0d500f8b78ef537c3f3768 Description: Hierarchical collectives (HCOLL) Hierarchical collectives (HCOLL) Homepage: http://www.mellanox.com Package: openmpi Priority: extra Section: net Installed-Size: 71238 Maintainer: http://www.open-mpi.org Architecture: all Version: 4.0.3rc4-1.50100.0 Filename: ./openmpi_4.0.3rc4-1.50100.0_all.deb Size: 12697798 MD5sum: 1c1b649164fbc318f50b500359315c32 SHA1: 95ca2d206ed123c82f13546beaa9c1fd074f4527 SHA256: 07ff29aaf84d6d26adee6674015bfedf10cb421a6641e777c9039cae2f161d12 SHA512: 41011038c856773b6f9f2355f714470b8ba9d3345b215ac5b82848ab12ec786adf8bfe3dc33bd99fef34a8bcb7592b253a6c3b8468459ac1c03f04aeb18e714b Description: Open MPI Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. This package contains all the tools necessary to compile, link, and run Open MPI jobs. Homepage: http://www.open-mpi.org/ Package: mpitests Priority: extra Section: libs Installed-Size: 1673 Maintainer: Mellanox Ltd. Architecture: amd64 Version: 3.2.20-e1a0676.50100.0 Depends: libc6 (>= 2.17) Filename: ./mpitests_3.2.20-e1a0676.50100.0_amd64.deb Size: 196470 MD5sum: 0a1b1dd5578af0fc1558601345e14833 SHA1: 23695279ed5ce8f19cf9a11716e96aae6e1e79d9 SHA256: b49f45adfcdb83a59ef939ad2c0b81d3eb3c6a855fc1d6435d33fd3c8ec8597d SHA512: a62043e85c076f34e88b01afb8843535628ae39199d9b91674ec2c9deffe2fbcd82fd14ce82549fcd85bb565fd576536da66ffc000e5aafd5f5d673815dbeef9 Description: Set of popular MPI benchmarks and tools IMB 2018 OSU benchmarks ver 4.0.1 mpiP-3.3 IPM-2.0.6 Homepage: http://www.mellanox.com Package: dapl2-utils Priority: extra Section: net Installed-Size: 434 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.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: 205262 MD5sum: 6c0bc6603f096b6af1655ae10332dce5 SHA1: 1ceed3f3d89e5458d3b8dfb986f2445fb1a25986 SHA256: 3c868c3bbd2eace4b8f96def71c291ed860b8b2ef7a4838f1535ee2efc1f1e08 SHA512: 1ed8963cd93bbef77d1ac999e3a6ff359ec7f777bfc8a0ae1783c542f0735a6546e9649987a99eb7e518c0db2f6af699ebd41fe7a71daec72e970b9720ad036a 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: ibverbs-providers Priority: optional Section: net Installed-Size: 451 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: 134630 MD5sum: 4f768e2ba6399c467b6bef85271005cb SHA1: 47e32bc0046beba500b5534bbf2b7aa4c13aa381 SHA256: 172bc8a267aeb1621b1eecd5f40444c65248cb5b1cfaea4f2a8490e4c3bd2f47 SHA512: 4762aa82768e2dbe27af5e8f6f78cbc594e538534d6ff5d824f49d8d3da9bec0a3991ee9aa3f113fd85b337e30229d3ea50a850bc91d2792360c52f879f35cac Description: User space provider drivers for libibverbs libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . A RDMA driver consists of a kernel portion and a user space portion. This package contains the user space verbs drivers: . - mlx4: Mellanox ConnectX-3 InfiniBand HCAs - mlx5: Mellanox Connect-IB/X-4+ InfiniBand HCAs - rxe: A software implementation of the RoCE protocol Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: ibverbs-utils Priority: optional Section: net Installed-Size: 239 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.14), libibverbs1 (>= 24) Filename: ./ibverbs-utils_50mlnx1-1.50100.0_amd64.deb Size: 54530 MD5sum: eab7217d091037a5e62145a5b1c9b352 SHA1: 8470b8362fb32d0f4a7b704fd1564be65ae46a53 SHA256: 0384d76d637f4182ed787e1a5751e8bd065e99abdeaa224032f6dec8c2863056 SHA512: 636691852b029df2e79f058e3e22dcef8b0c68478cf2bcb0f2b887270edc8715ad794b48e5795d215d7b5f0087a8d350c2848a593404a054e61345493eb4e88f Description: Examples for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package contains useful libibverbs1 example programs such as ibv_devinfo, which displays information about InfiniBand devices. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: infiniband-diags Priority: optional Section: net Installed-Size: 868 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.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: 154368 MD5sum: d8965a73b721193d802e02d61332c872 SHA1: 7e7844a2e36eaac286d624f58d148fb7bfd9cfb3 SHA256: 5fc5bfff91019edfcb2524eed936dbf61c559004152033a561d9e2e6617ee8c9 SHA512: 29fc41841b97a80dc78618a989ea22bdd67b09d46dff148383694b14bf46b744d509d1b01a6bfe64bb6a9f326f046c92c20574c242cc68686913ff2a2263a328 Description: InfiniBand diagnostic programs InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides diagnostic programs and scripts needed to diagnose an InfiniBand subnet. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: libibmad-dev Priority: optional Section: libdevel Installed-Size: 284 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Provides: libibmad-devel Depends: libibmad5 (= 50mlnx1-1.50100.0) Filename: ./libibmad-dev_50mlnx1-1.50100.0_amd64.deb Size: 48730 MD5sum: f791729ccb6a438235bbb33739585246 SHA1: 5e40f93cce0e35f72f497b2d990d7a87ac204954 SHA256: 48fa73440a92e3dfe841331d5aed116aea2b97d8eebba3fc20ba3e0c2652ebd0 SHA512: 6a8a29fb4ceed3372aa31aa92da23d7b055b924e7d76174fe2ab3f5a6494d685b76b8e9978eff743f3f3c2e8b6f90bcbec666729b566617a5a8a623456a6c4b3 Description: Development files for libibmad libibmad provides low layer Infiniband functions for use by the InfiniBand diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package is needed to compile programs against libibmad5. It contains the header files and static libraries (optionally) needed for compiling. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibmad5-dbg Priority: extra Section: debug Installed-Size: 166 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibmad5 (= 50mlnx1-1.50100.0) Filename: ./libibmad5-dbg_50mlnx1-1.50100.0_amd64.deb Size: 83800 MD5sum: fe375e43d494451d242aba9d9748e861 SHA1: 1d1e77af15a6f8729c293b301f905c0014b77c39 SHA256: 43e307fbe1760ce911f60097bc71abb48542c3f1ff0baca508479e84b147f18b SHA512: 6626ec312a51998e8c64bd00c6afde651c89bb92a2df142e8dc61a36994f086b2b62b2f9962faf4d3513733c458e1d9b8ae3fea9d72e0f0c00b9c02fc67ac095 Description: Infiniband Management Datagram (MAD) library libibmad provides low layer InfiniBand functions for use by the Infiniband diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package contains the debug symbols associated with libibmad5. They will automatically be used by gdb for debugging libibmad-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibmad5 Priority: optional Section: libs Installed-Size: 177 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9) Pre-Depends: multiarch-support Filename: ./libibmad5_50mlnx1-1.50100.0_amd64.deb Size: 40056 MD5sum: d937f8fd66b12ef222b4d37ba75ff8d9 SHA1: 0a845de670a23c229a0701fb412059739d9e4ec8 SHA256: 00da79c08835b4fa055c8c2a619e796ff0fce721a2595efd9b06601f02882131 SHA512: d3f75b0e422782b5f5df067184296894d80b41eb9e2ab1dead4232af04fe34a0611c5e814d683601cfbdb26cffffde5491770f63905d69f61658fbd01a4466c9 Description: Infiniband Management Datagram (MAD) library libibmad provides low layer InfiniBand functions for use by the Infiniband diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibnetdisc-dev Priority: optional Section: libdevel Installed-Size: 187 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.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: 40692 MD5sum: 821c8cc09c6b607b35c2a4cbdf93fb89 SHA1: f0547f7cde5ecfac7c3955736ef205d5f1107bae SHA256: 9d943a41d001e22ba337d630861caaffb30080a24f25626add23311e02283408 SHA512: f64875171644a44de5e8541ea7d5ecc4711cf8d8c3203c89c845eeac2c69e8e55a920f1d3a5d461237f0a3c06e42c59e89e459091729a44ba6dd8b2ac7fa3a39 Description: InfiniBand diagnostics library headers InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides development files required to build applications aginast the libibnetdisc5 InfiniBand diagnostic libraries. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibnetdisc5-dbg Priority: extra Section: debug Installed-Size: 142 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibnetdisc5 (= 50mlnx1-1.50100.0) Filename: ./libibnetdisc5-dbg_50mlnx1-1.50100.0_amd64.deb Size: 71864 MD5sum: ac92fdc83c6a025747a9f87208cd6847 SHA1: 0464cd9cd5c28140fdada7432d02c3a4a38edd14 SHA256: f2a40eb1a67f0861a1dd70edf59b7e6a04af3fc94c4d4640c343eb84545491b2 SHA512: bf81eb1eb11290cb0828f3549acc7a87d052ae2101512bc8ac613458a5b09188b4dcb2d87b631eac1f853ecbf0ac0f486b3ce61288870f1c1b96f5962f41d543 Description: Debug symbols for the libibnetdisc library InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package contains the debug symbols associated with libibnetdisc5. They will automatically be used by gdb for debugging libibnetdisc-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibnetdisc5 Priority: optional Section: libs Installed-Size: 119 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libc6 (>= 2.4), libibmad5 (>= 1.3.11), libibumad3 (>= 1.3.9) Pre-Depends: multiarch-support Filename: ./libibnetdisc5_50mlnx1-1.50100.0_amd64.deb Size: 32224 MD5sum: 660f13911cdb29b83a55deff70d82492 SHA1: e696028ec86bbaa29e48c74bc470f32caff0b944 SHA256: b01fca3eab9be365875de8beb44632b9216c27f08490eec40b65658c57874262 SHA512: af80cf16532ba5919a8edca35fdbd2c0f0bf0c7975ab428b9311a0cf65997abf30b54a2945d1b135860b6626fe5050890a7b0f6a84806265dcf686d70aa8a72d Description: InfiniBand diagnostics library InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides libraries required by the InfiniBand diagnostic programs. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibumad-dev Priority: optional Section: libdevel Installed-Size: 201 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Provides: libibumad-devel Depends: libibumad3 (= 50mlnx1-1.50100.0) Filename: ./libibumad-dev_50mlnx1-1.50100.0_amd64.deb Size: 54374 MD5sum: 3c680507da1c5d8f7b2d2a916a8a401b SHA1: e307e8322b1bc7c36b43f2aaacf892b0e1d5df89 SHA256: f5181e99bd8ef4bbad27979a73190b57008c7251953cd52b364eed5d4ae6c26a SHA512: 0f7bd405cc46d087b4bf3fda6d3c1108defed235f12af00823d34316729f2615b761b08bb8d230053430476994611dd964a087bb55c45c72dc27f3be48d43be4 Description: Development files for libibumad libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package is needed to compile programs against libibumad. It contains the header files and static libraries (optionally) needed for compiling. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibumad3-dbg Priority: extra Section: debug Installed-Size: 103 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibumad3 (= 50mlnx1-1.50100.0) Filename: ./libibumad3-dbg_50mlnx1-1.50100.0_amd64.deb Size: 36368 MD5sum: fa30e93cc6f3ec0f45ed5a9b798f05c0 SHA1: 4db78240b1684b8dc7fd2dcd9cb26ab85609a819 SHA256: 89b6cbffa252729e65ca6447ce4410fa82603f9f09763e78d513904e829bb72a SHA512: acfad44e5a5831d8db4fcf3be90d63ddb1e3b6b1828d57c2256e6720a7eb1669f686b355b8583f87ee5599b37855693bd0d859329eab05f55575bb36849e9a92 Description: Debug symbols for the libibumad3 library libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package contains the debug symbols associated with libibumad3. They will automatically be used by gdb for debugging libibumad-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibumad3 Priority: optional Section: libs Installed-Size: 103 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Provides: libibumad Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: ./libibumad3_50mlnx1-1.50100.0_amd64.deb Size: 26158 MD5sum: ae2b60fe5419225f5d3721c202910a4a SHA1: fa3a55403b1a3638cc65d06a157c2911412211aa SHA256: ca8ea4d98c16e293981d996e34ff468676672a637c595960ece0fede52de715d SHA512: 20e966df04afa3e5db9856f47cd66d97fb19af2c17b23e8753397467b3a9bf691e1a7a0bc17f985846606ba7133715d21cb792d475be5998bc59f681e88f9b7d 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: 1117 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: 335856 MD5sum: bb6a395a8a3e56d29e43023bc90b1898 SHA1: 9ba43518da915f7d05880b155a128331b44008a2 SHA256: 905d6e58381775ef0d7fe5871cc9a4d3a2ac671dd2ac7c5ed762fda5dfc94372 SHA512: ed8b699522430111f1646ff7cbb523edd3abdce0c2b6d60178993b140650af14e05b3251c5eb7242c0a3be276f179038440dbb709cd45998ad5fae85154a6911 Description: Development files for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package is needed to compile programs against libibverbs1. It contains the header files and static libraries (optionally) needed for compiling. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: libibverbs1-dbg Priority: extra Section: debug Installed-Size: 328 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50100.0 Depends: libibverbs1 (= 50mlnx1-1.50100.0) Filename: ./libibverbs1-dbg_50mlnx1-1.50100.0_amd64.deb Size: 247134 MD5sum: a1cfc4ba5427928095fc6bc1f44c6bcb SHA1: 9693707925fc050a7bf4aaaffe7e3e51375ac911 SHA256: 0a1a6b442658edd3e74736348de5729c6eb930d32b1872e55ccf995fe0b08a93 SHA512: 663e8e2e4d1146f3ee10be0a78a06ba51ab8b244434647d65ddf6ce19fced8cef103e8fa708dff73581c6187d816f0eee390e6bc73fac12a1ab7ef1fd7c36327 Description: Debug symbols for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package contains the debug symbols associated with libibverbs1. They will automatically be used by gdb for debugging libibverbs-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Package: ofed-scripts Priority: extra Section: utils Installed-Size: 296 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: 45860 MD5sum: c0018c9d1f360cee29b437506100a79a SHA1: 96f1b34bfdcea2bdcf811dca1647fbc1ae8279a0 SHA256: 935ef39573c9c0b1bc4dad5a9547dd67a1aa5a581bb90e2e5542ed6876c8ae10 SHA512: 9fde02226be33ad7bd7de443809d7b88b0fb6c7b804da5a641381064ff0945d43636cbd52003ab9b079f98d109b29c95fae8382fe87ec0776eeabe8c3fa8264d Description: MLNX_OFED utilities Homepage: http://www.mellanox.com Package: ibacm Priority: optional Section: net Installed-Size: 292 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.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: 80208 MD5sum: fe841133e899da9a6b7ebd61ebf80152 SHA1: 2b9009aa033444eace92201841d04fdbeec253e8 SHA256: 68fc0da0803459c653a852dbc7bae84c4835a57387356ed4ca608341221cef67 SHA512: 341ddad5b039b8d69b440c49495175b12bb657f53d40b7be70beab69e86d5f34c9eab7302f595f7f033d30135166da8b9d8f74a9cccc80df63c7d8aa6c1cbfdc 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: iser-dkms Priority: optional Section: kernel Installed-Size: 188 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: 34868 MD5sum: 28a724ca354bd8c4fedd160f5f127ca1 SHA1: da8294eb7c4e4eef929b567f5a41486b20bf93a2 SHA256: 76594d5b464724ecc88edbf2b45092a409c2dda18e5b5a04461c5718faa51801 SHA512: 92b3193c813be6b1167747478d78e8f88de9d6cedd58624c4715093f70e8a67710059ea14bd8377d6fc4326b96e72f69840c7f5b8bab531addc44c503f583971 Description: DKMS support fo iser kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: kernel-mft-dkms Priority: optional Section: kernel Installed-Size: 123 Maintainer: Omer Dagan Architecture: all Source: kernel-mft Version: 4.14.0-105 Depends: dkms, make Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers-generic | linux-headers Filename: ./kernel-mft-dkms_4.14.0-105_all.deb Size: 22274 MD5sum: ca035faaedaf52e47b1e769729d36cfa SHA1: 296f5f0d61c91c39a0ff13dd5fcc6b445a53e173 SHA256: 6c268503edbb20e6f7465c3e4890a5b76c181e15c0d2eef4ed66459b1d4d4689 SHA512: 0f441c37b1145d9d20635b1eb2c35367247a77d4194524825a934cad00594b9880cd486496c2a448f3b35d7dabfaf89875787dfa00aae598652f8ccc0df52707 Description: DKMS support for kernel-mft kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. Homepage: http://www.mellanox.com Package: knem Priority: optional Section: kernel Installed-Size: 266 Maintainer: Brice Goglin Architecture: amd64 Version: 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca Depends: pkg-config Filename: ./knem_1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca_amd64.deb Size: 41092 MD5sum: 853c399100ef4878d306cb64dcb5da35 SHA1: 200ea58e0c352872a8489e809284329e825bb9fa SHA256: 0cc3e38a56918d8fd0b82585dfd1f4d1aceff5017208b973d41b27c56c721858 SHA512: dddda497258111bf8c1a336fe25cd9835076a42d9dbd3a4cb013f7db71ac8b9080d61b1a9bf7479deb1d4bebca71836a0b1dca85f7590e833e1df09cb270fdd0 Description: userspace tools for the KNEM kernel module KNEM is a Linux kernel module enabling high-performance intra-node MPI communication for large messages. KNEM offers support for asynchronous and vectorial data transfers as well as offloading memory copies on to Intel I/OAT hardware. See http://runtime.bordeaux.inria.fr/knem/ for details. . This package provides the userspace tools required to use the knem kernel modules. Homepage: http://runtime.bordeaux.inria.fr/knem/ Package: knem-dkms Priority: optional Section: kernel Installed-Size: 1436 Maintainer: Brice Goglin Architecture: all Source: knem Version: 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca Depends: dkms, make, pkg-config Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers-generic | linux-headers Filename: ./knem-dkms_1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca_all.deb Size: 170086 MD5sum: fc8faa07496fd275bf3c351c12757043 SHA1: d78639d5849a6c1ff86cb226932902e341eb141b SHA256: 4cfafebb105d95cedbb462ebe4242823f451c48cf92ab9a9e76b784e4c6238ba SHA512: 4083245485e6d234fca1bcd832593f63c5ce3f57cfac521015423b964322caba3204e69b01c1a566e51a3cc1f03659e0bd4d51e3acb2cc36bb7b797d5275bdce 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: 21973 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: 2533090 MD5sum: 941933d5f7277963add4d91f262a0c4f SHA1: 482ef7bebc697b8b0c90b861c3520b7c681ee887 SHA256: 816f9d9e728b823206b1e98b0df0d46d23163ccdd81995d962f7e82d8a230608 SHA512: e866aa76ecce978e253cab69fa40977518528c9958c9c350203dcb0ee7cf6d2a95975030a016c1a85c06de4e6d4d7b0f045961f876a3ba4fbc82ca628d9ce335 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: 489 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: 83732 MD5sum: 132020f7e6493767a5328bef6a7e987d SHA1: e36ae6f784625b9696c6b9371a5be2b1045ce665 SHA256: c973fc2faa748da52568c914b7f0a68c4aca1c1b3dba618c01207d43c106ab7e SHA512: 95db5c161e2721a2f3574ee62c74ae13a935fc3fedab3ccd0377ec26fe7f4b4870b0fcd6ffebc18d79ae4eac324d255050db057cc7e65989ddd928e66b60e803 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: 253 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: 45718 MD5sum: 0044ef53dc42fad57fe78eb4e29bf185 SHA1: 8c4af984a1ef97282e074a0fab8497fdb1ab6ae8 SHA256: cd41c3b9b590ba0cd48ae32826c5f335748fdd952ba02fc9f63a6834790e3122 SHA512: 594a9da3cb842f7446ecee9f5a0db60258b7fb33e38acab4d7eb7c021b0a032628bab9de4c3542a3bd89c3d52c276d03530127f648a68dd8adced218e6a8bd82 Description: DKMS support fo rshim kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: srp-dkms Priority: optional Section: kernel Installed-Size: 237 Maintainer: Mellanox Technologies Architecture: all Source: srp Version: 5.0-OFED.5.0.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: 44212 MD5sum: 8d0039c3deba48e3e5f3a6877f06addb SHA1: 0ff9bf0ae6f35fd9021aa8015144a5e63d2f714e SHA256: a2beca059a989233c11d8e214cc23c194461e08c5890cbbb2ba27c5249961c6f SHA512: e046535668d2650179c354f359917c1dce8e38abcdf4157d4974bbeac785b799d709309e360ac62786acd0c05eb8c48a6f7754a08a4df478a47006da80f8c15e 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-bluefield Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-1.0.0.0 Depends: opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srptools (>= 50mlnx1-1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibverbs-providers (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), perftest (>= 4.4-0.19.ga8821ec.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0) Filename: ./mlnx-ofed-bluefield_5.0-1.0.0.0_all.deb Size: 2102 MD5sum: c5e025010380ba4071e3fb37e857b91c SHA1: b3de13bb55d75768056d6a59034d03e66512fb49 SHA256: a1732cd95fb606fef9e1a55c382f821217fe315abdf76dcfb17997aed2b8d5be SHA512: fccc592889bdf2678d90ae4416c53fd14c6e837082d6a74a40373b8dcc710431a49f27dcdd0c447b5a4fcff175cfdc473d40941dccf8b8f469d71c7506ead042 Description: MLNX_OFED bluefield installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-1.0.0.0 Depends: mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.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), perftest (>= 4.4-0.19.ga8821ec.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), libvma (>= 9.0.2-1), libvma-utils (>= 9.0.2-1), librdmacm-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), libvma-dev (>= 9.0.2-1), librdmacm1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-vma_5.0-1.0.0.0_all.deb Size: 2392 MD5sum: 7035d798378b460d2b0052f5599b2dcc SHA1: 48d5cdaa8f75f44c8d39993b2c1d33636126a6a6 SHA256: 93db075d913dfd6aa9c4ddb1107d1821436944cdd8d484a48327771745416804 SHA512: d745e3653abe1c3fb7cdef99beb0cdf31a30951c21ad9d6e8750122a181b3c0057bd1b886cedb92b188d508bed8caf9bf8f8779bce12e7e4c4a5d9a6e757c2aa Description: MLNX_OFED vma 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-utils (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 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), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), libibumad3 (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0) Filename: ./mlnx-ofed-dpdk-upstream-libs-user-only_5.0-1.0.0.0_all.deb Size: 2212 MD5sum: 56cda47e0fa6d4490475939f24d60d2e SHA1: 56d3449415fcae7c4d3173d8b5a1798e3efcb420 SHA256: 108071d09d26c63bbd63becc5ace9058f38a67830de204c8485b4155dba10c64 SHA512: 5ed67275e40cb087d6391f04dbfce2214d4a4ebb5f81a925088cfa9617d7735dbc88098a1c181686a215def7c7b48d7fda1cb8290076d88779c1b2e04d22d37c Description: MLNX_OFED dpdk-upstream-libs-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-eth-only-user-only Priority: extra Section: utils Installed-Size: 25 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-1.0.0.0 Depends: mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), mft (>= 4.14.0-105), 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: c95e0ce0b3e60e27696182ec83d7f3eb SHA1: 489dc89e4dcdf9974b743dcc4ea5fbd457d3a95e SHA256: aa724b2da9c733c35a3baa54bb3ec652fee1ba84b5f8dfbcc92bd251760be3f3 SHA512: ee3fd7fe4ed2d95c0d050d061c0d925866fae85a7bd964228350577b7594d689d6b29e803db0131f1530805478345ce8bd3dc2632294cf2950934a2419f53a8d Description: MLNX_OFED eth-only-user-only installer package (UPSTREAM_LIBS) (User Space packages only) 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: ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), ucx (>= 1.8.0-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), mft (>= 4.14.0-105), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), ibacm (>= 50mlnx1-1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mpitests (>= 3.2.20-e1a0676.50100.0), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), rdma-core (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), knem-dkms (>= 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), mxm (>= 3.7.3112-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), openmpi (>= 4.0.3rc4-1.50100.0), hcoll (>= 4.5.3043-1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0) Filename: ./mlnx-ofed-hpc_5.0-1.0.0.0_all.deb Size: 2294 MD5sum: 67741a63eb55261283b8c52ba067d937 SHA1: c81cfcbf3ef2995fa89c548f890459955984dacb SHA256: 898c4f20ea2d5b300a4213e4a1a66d64b55c170979fb8497a613e6083a05ef1a SHA512: 8a1a57dbd2e2a0100dc9126bff85f0c98ea5a8de07883a7d2df0694be7e8fe1fa3de59a185656c35e1d3ab8ada1b4b9ba0d796614e41e6b98405b6ee8e018e2d Description: MLNX_OFED hpc 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: opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srptools (>= 50mlnx1-1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibumad3 (>= 50mlnx1-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), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), librdmacm-dev (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-bluefield-user-only_5.0-1.0.0.0_all.deb Size: 2080 MD5sum: 27fab4a63854cf81d2e8fdb8867ed614 SHA1: 7ef30acc319d5655f06d63f21b4ee03ad3fc98f0 SHA256: 08b5653ead73549d7cc11d8244e6af475ceb17c3a001cef6457c141f86d6ea94 SHA512: 7af16720931f436a3f260797d87b9754b7aa5dde4480757ca5fd94693c587807ea5bed64b1a37e484d95d829e6b1ef18cad8ac943f30cdc6ef9aff25a7a6263c Description: MLNX_OFED bluefield-user-only installer package (UPSTREAM_LIBS) (User Space packages only) 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: ibacm (>= 50mlnx1-1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibverbs1 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), rdmacm-utils (>= 50mlnx1-1.50100.0), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mft (>= 4.14.0-105), kernel-mft-dkms (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), libvma-dev (>= 9.0.2-1), librdmacm1 (>= 50mlnx1-1.50100.0), libvma (>= 9.0.2-1), librdmacm-dev (>= 50mlnx1-1.50100.0), libvma-utils (>= 9.0.2-1), rdma-core (>= 50mlnx1-1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3) Filename: ./mlnx-ofed-vma-eth_5.0-1.0.0.0_all.deb Size: 2184 MD5sum: 9b48c59a954b32202f03e864d59acbb6 SHA1: c19582f4a8e98260f856e6b9bfcabf64c28d56ce SHA256: 085ec6e253af3ca754e6f8730f3c656b30ff4dbd241f0a2e43f0cce57e818a70 SHA512: 5ed78e71fee191d2544bd3980d1db27d126ae1b7a5cb857fb68ab17f99959c8aad5b5bc7f8e7e30a5f84ae2984e658ce62dff7fd35504a1039106411470dd0e5 Description: MLNX_OFED vma-eth 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: mpitests (= 3.2.20-e1a0676.50100.0), ofed-scripts (= 5.0-OFED.5.0.1.0.0.0), mstflint (= 4.13.0-1.41.g4e8819c.50100.0), dapl2-utils (= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), sharp (= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), libibverbs-dev (= 50mlnx1-1.50100.0), libibverbs1 (= 50mlnx1-1.50100.0), libibnetdisc5 (= 50mlnx1-1.50100.0), srp-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), perftest (= 4.4-0.19.ga8821ec.50100.0), ibacm (= 50mlnx1-1.50100.0), libopensm-devel (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), kernel-mft-dkms (= 4.14.0-105), libibumad3 (= 50mlnx1-1.50100.0), cc-mgr (= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libibmad5 (= 50mlnx1-1.50100.0), mft (= 4.14.0-105), iser-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ar-mgr (= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibutils2 (= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), ibutils (= 1.5.7.1-0.12.gdcaeae2.50100.0), rdmacm-utils (= 50mlnx1-1.50100.0), opensm-doc (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ucx (= 1.8.0-1.50100.0), mlnx-ofed-kernel-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), openmpi (= 4.0.3rc4-1.50100.0), librdmacm-dev (= 50mlnx1-1.50100.0), libdapl-dev (= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), dump-pr (= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), hcoll (= 4.5.3043-1.50100.0), librdmacm1 (= 50mlnx1-1.50100.0), ibverbs-utils (= 50mlnx1-1.50100.0), libibdm1 (= 1.5.7.1-0.12.gdcaeae2.50100.0), rshim-dkms (= 1.18-0.gb99e894.50100.0), libibumad-dev (= 50mlnx1-1.50100.0), libdapl2 (= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), ibverbs-providers (= 50mlnx1-1.50100.0), mxm (= 3.7.3112-1.50100.0), mlnx-ofed-kernel-utils (= 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), ibdump (= 6.0.0-1.50100.0), libibmad-dev (= 50mlnx1-1.50100.0), infiniband-diags (= 50mlnx1-1.50100.0), libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (= 50mlnx1-1.50100.0), knem (= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), srptools (= 50mlnx1-1.50100.0), opensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ethtool (= 5.4-1.50100.0) Filename: ./mlnx-ofed-all-exact_5.0-1.0.0.0_all.deb Size: 1800 MD5sum: fbafbe104f716a9b0ee5ae5c21abc39d SHA1: a7f090d5667a30267013f8338fcb29b73c62602e SHA256: 4a9c0b26c4ba7b9ba345e540102f09e82674e9c0be976ad1198621b3112f51bc SHA512: 6e72b27577b851c18e14c752348126e0964fff32772645deeba27029c9da35395c48fc105365ad72a1dba8b8b305011005bc9572dcddba1ca5f3a674d9b397f5 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: mpitests (>= 3.2.20-e1a0676.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), perftest (>= 4.4-0.19.ga8821ec.50100.0), ibacm (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), kernel-mft-dkms (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ucx (>= 1.8.0-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), openmpi (>= 4.0.3rc4-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), hcoll (>= 4.5.3043-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), mxm (>= 3.7.3112-1.50100.0), mlnx-ofed-kernel-utils (>= 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), ibdump (>= 6.0.0-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0) Filename: ./mlnx-ofed-all_5.0-1.0.0.0_all.deb Size: 2306 MD5sum: b0f0479fe7a4cacdad37c71c95f711a4 SHA1: 5dfc617a07b6f71265324442c5c7d7a931e72a2b SHA256: aacdda0e29451ccd7f0ca30f93460271d28fc59caec2d59ccb97f4c73b6b05f8 SHA512: 564de24baecb2afd5b2723bf06b806c930865446d9412d98a7d15ea86efba75597cae09be1d7cd5960c997b943fca067fe6aed180e6c34146d7be4e21757d035 Description: MLNX_OFED all 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: ibverbs-providers (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), librdmacm-dev (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdmacm-utils (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 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: b6bf6a98656cd6a11124fff3365474db SHA1: 9d2b142fc1114a677660acc9298a26105ba30af6 SHA256: e8758d248c60bbe72bbbe889e6938282128c91fe66df4ef85f508184c0fd255f SHA512: 3183a444f0e9a17c11b8f34eb7c00e818fefafc3978c0b459511a9b9bcabc830698e64aacfc1c90531cd956b297759ed71c93645e02340aa8998b221568139c9 Description: MLNX_OFED dpdk-upstream-libs 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: mft (>= 4.14.0-105), libibmad5 (>= 50mlnx1-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), ucx (>= 1.8.0-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mpitests (>= 3.2.20-e1a0676.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibacm (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), ibdump (>= 6.0.0-1.50100.0), mxm (>= 3.7.3112-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mlnx-ethtool (>= 5.4-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srptools (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), hcoll (>= 4.5.3043-1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), openmpi (>= 4.0.3rc4-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-all-user-only_5.0-1.0.0.0_all.deb Size: 2258 MD5sum: da691cd856174eccced5eccd4fd34ff9 SHA1: de6063e0135f4e27af9d3f8cd3e65947eb016d0b SHA256: 286647c456566f9abd4523c6689b823edb3685249e1c3b5445735f9df2ab9ada SHA512: fe0df09e120a20574534aaf1b3f91bb3910704d6a7c0329b9612e77eb4f72cb13e62b01353b45c90ca1da1081b2465bce2ea2af71dc8c646817a2ac43d062ac6 Description: MLNX_OFED all-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: libibverbs-dev (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0) Filename: ./mlnx-ofed-dpdk-user-only_5.0-1.0.0.0_all.deb Size: 1870 MD5sum: 4c54f9324001b0d225825ff0c3198b5f SHA1: a4a28f201408ee8a1a2ead8521907f5327b638ef SHA256: 7601eebf0e852e5c782113d5edc07bce0e2ef3c3d7acccae7fad295e33f787f8 SHA512: 1460b820f21efcc1d9350a3ad1204c55d11bae55a500f89715498c9b959dd0be3fe5b844c8d35e5f2baf51cebe30abbfb66bd9c9b16bbca0ba04d39283393435 Description: MLNX_OFED dpdk-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: ibacm (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), librdmacm-dev (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), libibmad-dev (>= 50mlnx1-1.50100.0), libibmad5 (>= 50mlnx1-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), libibumad3 (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-basic-user-only_5.0-1.0.0.0_all.deb Size: 1980 MD5sum: bff35193bb030c3b54660b237248124e SHA1: 7f6f3adefd68f3ff0206ff2e778eac10b078692f SHA256: 290f613298ed65f315f48272889dde27db4a9147fcb253ec7ef8b7cf15762f42 SHA512: 7e3190408e4e892780c2c2df06ccbcf58a8f039cd48ffd40caf085a10180607826f98432f13cbeb281f6352544559b63a8e6715f9cc051ff7e5c234f2423144e Description: MLNX_OFED basic-user-only installer package (UPSTREAM_LIBS) (User Space packages only) 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: libvma-utils (>= 9.0.2-1), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libvma (>= 9.0.2-1), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), libvma-dev (>= 9.0.2-1), ibverbs-utils (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-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), mft (>= 4.14.0-105), mlnx-ethtool (>= 5.4-1.50100.0), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-vma-eth-user-only_5.0-1.0.0.0_all.deb Size: 2186 MD5sum: 4359a311f170465c9ecc2ff0e8857d28 SHA1: bd9e912335de659639234b40cc587901a77029d1 SHA256: 9356fa6bb3a52ad9d27c2060028d82f599500d0080099c27b59c1639e699344e SHA512: c93321143e76c494c48baffab48c1045393cbdd9d41a69f2744db10251af71596576497b20ce1e7e4688b9bb1d27693e7f023d8213dffd0a441df42aec7cb74b Description: MLNX_OFED vma-eth-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: kernel-mft-dkms (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibmad-dev (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), libvma-utils (>= 9.0.2-1), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), libvma (>= 9.0.2-1), librdmacm1 (>= 50mlnx1-1.50100.0), libvma-dev (>= 9.0.2-1), ibverbs-utils (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-vma-user-only_5.0-1.0.0.0_all.deb Size: 2388 MD5sum: e2edb18262c6a5c34ee15a43837c09ba SHA1: 2b260679b5a687643e8765ea25e5ada2eef24305 SHA256: 70546bd93358fb8036598baf1424230700ffc93626d9b1ce4c53a087ddc47d74 SHA512: 9d13115028fc2b710a799a7ddd3233362cb2a88b8a19518ddf02f004f234982384042d8687d65e6aa860d683f80194b8d279c85a10ed7d15fd36bbf4c5d672fe Description: MLNX_OFED vma-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-vpi-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-1.0.0.0 Depends: libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), mft (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), ibverbs-providers (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), libvma-dev (>= 9.0.2-1), librdmacm1 (>= 50mlnx1-1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), libvma (>= 9.0.2-1), libvma-utils (>= 9.0.2-1), librdmacm-dev (>= 50mlnx1-1.50100.0), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3) Filename: ./mlnx-ofed-vma-vpi-user-only_5.0-1.0.0.0_all.deb Size: 2394 MD5sum: 1f889a16beaa69b5f074322ef7681182 SHA1: 3ac7b992d887c9df01e60f7c966f8284f79257fc SHA256: cee53a1bc54677c42192138ec091ce536f102f7f660a646f416f8949246ab97e SHA512: da05cdc716c28c427ebbe734dd165e700bb55e95438e0646a75d9637c404e35d56c0d765ff0b5acd0d35dcfa3e1f7d0c9fbcc6ca155cef9bd6c882b467cfbb0b Description: MLNX_OFED vma-vpi-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: libibverbs-dev (= 50mlnx1-1.50100.0), libibnetdisc5 (= 50mlnx1-1.50100.0), libibverbs1 (= 50mlnx1-1.50100.0), srp-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibacm (= 50mlnx1-1.50100.0), libopensm-devel (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ofed-scripts (= 5.0-OFED.5.0.1.0.0.0), mstflint (= 4.13.0-1.41.g4e8819c.50100.0), iser-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdmacm-utils (= 50mlnx1-1.50100.0), opensm-doc (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ofed-kernel-dkms (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), kernel-mft-dkms (= 4.14.0-105), libibumad3 (= 50mlnx1-1.50100.0), libibmad5 (= 50mlnx1-1.50100.0), mft (= 4.14.0-105), librdmacm1 (= 50mlnx1-1.50100.0), ibverbs-utils (= 50mlnx1-1.50100.0), rshim-dkms (= 1.18-0.gb99e894.50100.0), libibumad-dev (= 50mlnx1-1.50100.0), ibverbs-providers (= 50mlnx1-1.50100.0), librdmacm-dev (= 50mlnx1-1.50100.0), infiniband-diags (= 50mlnx1-1.50100.0), libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (= 50mlnx1-1.50100.0), srptools (= 50mlnx1-1.50100.0), opensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ethtool (= 5.4-1.50100.0), mlnx-ofed-kernel-utils (= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibmad-dev (= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-basic-exact_5.0-1.0.0.0_all.deb Size: 1498 MD5sum: 2070d196518e4ded2797f570869e8468 SHA1: bf3ad69fdeb77ed13e2e425b4e47060cf4fdf6c0 SHA256: 92ffcb59d7d918405745dc41b3daf2320e88d3e9b3d90b2f68d0eeb4e4545a5d SHA512: df0ca0ea02afe0095573c4144e4319ce87301203df2e74d8d3a189e04b9b6ef18513f3a06e6b56d47e46564e68bbc122b06a5dffe8d512b70818d098c7f59b6b 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: libibverbs-dev (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ibacm (>= 50mlnx1-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdmacm-utils (>= 50mlnx1-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), kernel-mft-dkms (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50100.0), libibmad5 (>= 50mlnx1-1.50100.0), mft (>= 4.14.0-105), librdmacm1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), libibmad-dev (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-basic_5.0-1.0.0.0_all.deb Size: 2008 MD5sum: 214515213981d2e64e2c9fa1aa425ce2 SHA1: c310086911754c32d773869bb048af09242e32f3 SHA256: 0dede5f8fc6807ddff6965c62a3d8a3311abd09854e50cf320e0052631ae1424 SHA512: 3929644711bd9da54e31a2febdef5351a3a8eece1078c99fbe3f77a8292673f53e4df51da1842b49d8795577232955fd29c60abaabaa3d1e5e7ab09dadb52950 Description: MLNX_OFED basic installer package (UPSTREAM_LIBS) (with DKMS support) 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: libibmad5 (>= 50mlnx1-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), mft (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), sockperf (>= 3.7-0.gita1e8e835a689.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.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), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.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), ibacm (>= 50mlnx1-1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), srptools (>= 50mlnx1-1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), libvma (>= 9.0.2-1), libvma-utils (>= 9.0.2-1), librdmacm-dev (>= 50mlnx1-1.50100.0), ibverbs-providers (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), libvma-dev (>= 9.0.2-1), ibverbs-utils (>= 50mlnx1-1.50100.0) Filename: ./mlnx-ofed-vma-vpi_5.0-1.0.0.0_all.deb Size: 2420 MD5sum: abe4eb3a85d485d56d7703cd367c8748 SHA1: 92ead050abb7176a2499a3bdc37871e0df68f87f SHA256: efc9555c4c4a173fb7b52abd81bf2d3d57f5d5d0daf5bf64f24b9005ca2203b9 SHA512: ebc130420cc287f2788f1f054c1eb3f1751e8a5ebee652fc7f7b78f00d246b9a86498a653d19ceeb7ee29135fe3d389bb9376566f1f0682209abe042869fb2ce Description: MLNX_OFED vma-vpi installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-1.0.0.0 Depends: ibverbs-providers (>= 50mlnx1-1.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), rshim-dkms (>= 1.18-0.gb99e894.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rdma-core (>= 50mlnx1-1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3) Filename: ./mlnx-ofed-dpdk_5.0-1.0.0.0_all.deb Size: 1868 MD5sum: 087e2de419ac9b77485120c840f3cc4d SHA1: fe0f67961bd579d759f81f6da5bdf776b5da24e9 SHA256: d563711fffac9045e2cb7c8b72f816f8c605f022a2e8fdb4d16bc265fb67f3dd SHA512: 058b052dc10c58d7978493457ebc85ad420aa947d5bfee507637a558d08fc0b09402c703ac009ecd3dcd43e2cc82fa696e1e5ff7b63c43e6e26613749b02f6a9 Description: MLNX_OFED dpdk 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: mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), kernel-mft-dkms (>= 4.14.0-105), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), iser-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), srp-dkms (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), rshim-dkms (>= 1.18-0.gb99e894.50100.0) Filename: ./mlnx-ofed-kernel-only_5.0-1.0.0.0_all.deb Size: 1840 MD5sum: e54419688802ddb0f6ca5b834168270a SHA1: 61503214213d3cf6a4fdf58d8538f2079cc5f07c SHA256: 9e3bbd761078511b61ea2504bd467cbdad1d1f1a2828127c55d8a7669935c016 SHA512: 316ee121f526364145c07563f695d015cd4f338a7d2d3b0dcf87ec180ae6ab4c3ebc0856be106bfc1fa0e430b4565e28311fad1b1b902b7e989b8c7346b411d1 Description: MLNX_OFED kernel-only installer package (UPSTREAM_LIBS) (with DKMS support) 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: ibverbs-providers (>= 50mlnx1-1.50100.0), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), libibumad-dev (>= 50mlnx1-1.50100.0), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50100.0), librdmacm1 (>= 50mlnx1-1.50100.0), ibverbs-utils (>= 50mlnx1-1.50100.0), hcoll (>= 4.5.3043-1.50100.0), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50100.0), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), librdmacm-dev (>= 50mlnx1-1.50100.0), openmpi (>= 4.0.3rc4-1.50100.0), mlnx-ethtool (>= 5.4-1.50100.0), srptools (>= 50mlnx1-1.50100.0), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdma-core (>= 50mlnx1-1.50100.0), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), infiniband-diags (>= 50mlnx1-1.50100.0), libibmad-dev (>= 50mlnx1-1.50100.0), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.1.0.0.0.1.g34c46d3), mxm (>= 3.7.3112-1.50100.0), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), perftest (>= 4.4-0.19.ga8821ec.50100.0), ibacm (>= 50mlnx1-1.50100.0), libibnetdisc5 (>= 50mlnx1-1.50100.0), libibverbs1 (>= 50mlnx1-1.50100.0), libibverbs-dev (>= 50mlnx1-1.50100.0), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50100.0), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50100.0), mstflint (>= 4.13.0-1.41.g4e8819c.50100.0), ofed-scripts (>= 5.0-OFED.5.0.1.0.0.0), mpitests (>= 3.2.20-e1a0676.50100.0), ucx (>= 1.8.0-1.50100.0), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50100.0), rdmacm-utils (>= 50mlnx1-1.50100.0), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50100.0), ibutils2 (>= 2.1.1-0.119.MLNX20200223.g16f321b.50100.0), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50100.0), mft (>= 4.14.0-105), libibmad5 (>= 50mlnx1-1.50100.0), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50100.0), libibumad3 (>= 50mlnx1-1.50100.0), kernel-mft-dkms (>= 4.14.0-105) Filename: ./mlnx-ofed-hpc-user-only_5.0-1.0.0.0_all.deb Size: 2240 MD5sum: 4e6bd279eac820240dc914cd5dc80ca3 SHA1: b94208b6db1af05947795fb66e612d0894945e77 SHA256: e151b67bb9047f17afa71ac4074d5adc72e9082c95939fc26f398c2d0d625e16 SHA512: 53dba05d737940fb5395615852c52e037b5aa37accc57f85604ad375f771933361488fabcda8ff1a191a5faf22fa2ca3aa3a855f1f68a64f41dd53bd37d8e25e Description: MLNX_OFED hpc-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com