Package: libibverbs-dev Priority: optional Section: libdevel Installed-Size: 1198 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: ibverbs-providers (= 50mlnx1-1.50218), libibverbs1 (= 50mlnx1-1.50218), libnl-3-dev, libnl-route-3-dev Filename: ./libibverbs-dev_50mlnx1-1.50218_amd64.deb Size: 335812 MD5sum: 1aa97350c72b9f033eef2fbfbd197734 SHA1: 3a2c6c960c281117e7c399d86ef47c6d809aba0f SHA256: 72bb6fa0042a67b41afe8c469b7e8ff2893b9af6665a85eb02deef779c3abbd2 SHA512: 14452d40086a539d31d9560d6d02ac8c33a776ee03ae9108c6ea6806a7b292a98790a015565ac59fa2cbc736754883255d26005743f7d9e4a53568d8b16789ae 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: 394 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibverbs1 (= 50mlnx1-1.50218) Filename: ./libibverbs1-dbg_50mlnx1-1.50218_amd64.deb Size: 338220 MD5sum: 6cc82745ab40d3d33b43fbdbeca26a8e SHA1: 75a0f1d2f0c4aff9bf54de534bf517ea1964f3eb SHA256: d684b044d692aa22ee6d3081b138401806321c52849ffb3146b7f457438c2117 SHA512: 98cf5f86ed0167e2ca815b7c69eaac95126fb55332610cc97c6af9a261f54caccfd971de9091f2c3d36577c5b4e0d7937543878022e363db39b4017334072c4e Description: Debug symbols for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package contains the debug symbols associated with libibverbs1. They will automatically be used by gdb for debugging libibverbs-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Build-Ids: 454ed3eff2f51a0e7baddafa3733dfebb21f49f8 Package: libibverbs1 Priority: optional Section: libs Installed-Size: 169 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: adduser, libc6 (>= 2.15), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7) Recommends: ibverbs-providers Breaks: ibverbs-providers (<< 25~) Filename: ./libibverbs1_50mlnx1-1.50218_amd64.deb Size: 53600 MD5sum: dde7df9a21595da29456a724378bc0ea SHA1: b743c65835edc8eb7d6fc820c0991e95107d8a16 SHA256: 0bce008ce779ad3641b034b91754125b5c3d847b224a7d18272fe3d80096efe8 SHA512: 8764e189177c73aac59a2c1e5db885101cb6fccec5a23d757387f1b3ca76009c2c93180bd73d17157d155c67ee91b28d41b23540db1a0f9068aa9ffbef90ebee 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: 293 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibverbs-dev, librdmacm1 (= 50mlnx1-1.50218) Filename: ./librdmacm-dev_50mlnx1-1.50218_amd64.deb Size: 114264 MD5sum: 9506b854bdde7966b64254831010314d SHA1: d9862480d7a50d20cc8a9d57d8e7d298e93caee4 SHA256: 15df0fba46fe24f4807bbd8cd285665b68a2903d4996a00a6d2ecb65040a5c64 SHA512: ad446a5848c341dc7688ecb5cd9b5cee6ba8d16ea805c899d6885737e2ebf371a67d5b0ce20e72616ce942e3e962dda8c6097d1575ebdd29ba1710d72da82ed2 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: 272 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: librdmacm1 (= 50mlnx1-1.50218) Filename: ./librdmacm1-dbg_50mlnx1-1.50218_amd64.deb Size: 223284 MD5sum: 056010c8044b3ab2df339be7675f581e SHA1: 1676623c25623e026ef6c4f8f4ce7d0900d21a11 SHA256: 92c09adaa18035224576da7b1f530a7df59a73cf366e13801993ab38390d77c3 SHA512: 620826e038e1e5885f0d57b80f4b4250647a8b3e97ea1cbb0ed0ef35d83858eda1efe9b13ba1bf5586787875aa9bb6f092510af44ebcfeadc7d2748606641005 Description: Debug symbols for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains the debug symbols associated with librdmacm1. They will automatically be used by gdb for debugging librdmacm-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Build-Ids: 60a096dfe0a6d65adfbe70ac501c0f9fed6c1e2d b3f505b14f2bc8613c89336b30599a8792a10aaa Package: librdmacm1 Priority: optional Section: libs Installed-Size: 190 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libc6 (>= 2.17), libibverbs1 (>= 20), libnl-3-200 (>= 3.2.7) Filename: ./librdmacm1_50mlnx1-1.50218_amd64.deb Size: 60980 MD5sum: f2260a11d304cca44d4a41e531c7cfb6 SHA1: d05def414740c6a8a269ee0b8ec54496900caa23 SHA256: 4dad714f0a50f4c5cdc4d61c63f2a03fa7c0f80369f857cfd7476f2ada50f809 SHA512: 09f3a8b6f2d9504d729b31a349f6c6ac79c4db9114b8070ca9e4661d22f1e9bd06f0fb0aae463249a71dfd854536854b93806d778a57460300a4967e79454a86 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: 2859 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: rdma-core (>= 21), ibverbs-providers (>= 28), libc6 (>= 2.14), libibverbs1 (>= 28), libpython3.8 (>= 3.8.2), librdmacm1 (>= 1.0.15) Filename: ./python3-pyverbs_50mlnx1-1.50218_amd64.deb Size: 663496 MD5sum: b5697a42522d8d0e1284de015d5d95b0 SHA1: 2314cda6d8e178971d3d34e88fd91811dc4ff119 SHA256: 06df1153a82b22ce69f7b6343b593aa38dde1793d9120b27e61a36e5eab9d7b5 SHA512: 2739a3d82c633d19ee8bc32fc5a938379d981c4f82d241718ffd29b9cc1225f8db66915948886ac9623bb2db2949134afd4b964c71904a626a25732889550ab3 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: 139 Maintainer: Linux RDMA Mailing List Architecture: amd64 Version: 50mlnx1-1.50218 Replaces: infiniband-diags (<< 2.0.0) Depends: lsb-base (>= 3.2-14~), udev, perl:any, libc6 (>= 2.16), libnl-3-200 (>= 3.2.7), libsystemd0, libudev1 (>= 183) Recommends: dmidecode, ethtool, iproute2 Breaks: infiniband-diags (<< 2.0.0) Filename: ./rdma-core_50mlnx1-1.50218_amd64.deb Size: 45284 MD5sum: 2021d63c8b842dada475ee4b6880e0b0 SHA1: 5723c1f15740119d5687c1d01847d5d69b241435 SHA256: ddfe92c54d6cdccc90114c97381fa0cf8b169c6d1fcce54be1262024d172397e SHA512: c38e9e6d9b3ab39a963aa3f8890689da6d745200db97d5ad2e72a7419930a0a855dff24cb60711030a49bcd6e1801b6a635848d6e4debeaf1f90c05cdf0f2171 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: 354 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: librdmacm-utils Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), librdmacm1 (>= 23) Breaks: librdmacm-utils Filename: ./rdmacm-utils_50mlnx1-1.50218_amd64.deb Size: 71164 MD5sum: adafc7a8fac24e8092af54e42301fc73 SHA1: 30264b68b4b3514453639348cb44c65d1c1f0423 SHA256: 147cbd0623bc2406e3118e3dc56273098654fb88cb912cd877aa0b6d90fecaa7 SHA512: 83805ef3f1d27e1a4ef7309ec74267e96d368f40ceb790d0a138e0851e868d32e790d71a8af2356fa69242b11e2e029d3d36423627d31d4239bc5a9ccb72265b 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: 147 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: lsb-base (>= 3.2-14~), rdma-core (>= 15), udev, libc6 (>= 2.17), libibumad3 (>= 1.3.9), libibverbs1 (>= 20) Filename: ./srptools_50mlnx1-1.50218_amd64.deb Size: 42116 MD5sum: 4adeea8b6dc987fc9299cfbfcf5ebca6 SHA1: 3b1ad61698f98f12e1049750c509229275f1d472 SHA256: ceed4a13ef12a9b828e0d7564635914ed8f3ffa27a83c5ba565680f431becd83 SHA512: d1b23fefdb31b5554e0cfea204353cefc98d04c6a67fbe6729861b56b3522148e62e2b0eb438f4ffab94aeb1e01b17a02b98e3f540b2550a2c0405972b3fe830 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: 10486 Maintainer: Gal Sivan Architecture: amd64 Version: 4.13.0-1.41.g4e8819c.50218 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: ./mstflint_4.13.0-1.41.g4e8819c.50218_amd64.deb Size: 1584712 MD5sum: 31c61527260d7a06b2c68c609179400b SHA1: ddfc89a660d4cb88bfc37e027aca577bfbb3bb79 SHA256: 82831d92ba2bc15cbbe2fd0900aeb255a4484a1bde077b74ca3bb3ae2c0e5626 SHA512: 6dd20602c95a262a287e28edce77e1d448c981db68c6987b71246d589f9103afcf3cc9dcf2a13bfe4292bfb32769b4faf04711a35264b5ee4d959dd30746bab8 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: 10121 Maintainer: Tzafrir Cohen Architecture: amd64 Version: 6.0.0-1.50218 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6) Filename: ./ibdump_6.0.0-1.50218_amd64.deb Size: 1685532 MD5sum: 7e70c046b8df995a3423465447bb4247 SHA1: b0bdb90e8f57b0cf45480f9e2a3bc123c76618e4 SHA256: 43ef111d5e0a6613cfb8d3e6057537880f992a3e685c15aafc3ac24a122e88a0 SHA512: 2e15aa1d34bd40fe084321308600deeb61a4796016fb4783fa7ac49350899107d441fcd563ebc824e670d464a535bd00485d4cbbf23164ff91fdd48d38eec89c Description: Mellanox packets sniffer tool This package contains sniffer tool for IB packets. ibdump is a sniffer that like tcpdump can produce pcap files. Homepage: https://github.com/Mellanox/ibdump Package: libopensm-devel Priority: extra Section: libdevel Installed-Size: 2138 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50218 Depends: libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218) Filename: ./libopensm-devel_5.6.0.MLNX20200217.cedc1e4-0.1.50218_amd64.deb Size: 631996 MD5sum: 27e581c2161c4c894bc2c407b81c77f5 SHA1: aa380ba907dcaa8ef95aa0999d5e553570fe0a8a SHA256: ee15e774be8a11456d2634e917e4b8a433b05b2ab3778a3503149b2231a91e52 SHA512: 096828b7a7dd4f4ca8a936d3314e9d5a5074154c5bb81bed011bbd052e47af5618ccb8c0806a93e208b7709e0155883eb98a55198d255d20dffa9534ff5951ce Description: Developement files for OpenSM Header files for OpenSM Homepage: http://www.openfabrics.org/downloads/management Package: libopensm Priority: extra Section: libs Installed-Size: 1045 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50218 Depends: libc6 (>= 2.17), libibumad3 (>= 1.3.9) Filename: ./libopensm_5.6.0.MLNX20200217.cedc1e4-0.1.50218_amd64.deb Size: 494148 MD5sum: a94698ca701b1055b94c23d3949cac23 SHA1: 85c91f177e4c498dd37005127163961168e10e50 SHA256: 9fd951312bb43070a1d1bdb4934efe1cc7bc0409c30dda8fe14b8f50e2d03f5e SHA512: 57205ac34882f485d24db53502610fc8da6fc77b8654d6e8aa7093437ac833b4954e2249a1f8ec84e882d6d24a766b363c1f808fb039315f587ce206a84afcf8 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: openvswitch-pki Priority: extra Section: net Installed-Size: 33 Maintainer: Open vSwitch developers Architecture: all Source: openvswitch Version: 2.12.1-1.50218 Depends: openvswitch-common (<< 2.12.1-1.50218.1~), openvswitch-common (>= 2.12.1-1.50218) Filename: ./openvswitch-pki_2.12.1-1.50218_all.deb Size: 23472 MD5sum: a7523b0a3462da303a70479c6f892e22 SHA1: 96f21a027fab72ac5aac5d659cb1f1e5ac1ed31e SHA256: 85091feaa20ac2b52e494d8469a3aee855ef0983483caa526bc7091a509689be SHA512: 7d969c5dad57db2435d54aa6e47726e5fefa375049f3dcc10365aa821c2ff7bcc621d574f189ab5a02da9fcfb476d9284846746a65f4c0fa535f52cc6878c867 Description: Open vSwitch public key infrastructure dependency package Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-pki provides PKI (public key infrastructure) support for Open vSwitch switches and controllers, reducing the risk of man-in-the-middle attacks on the Open vSwitch network infrastructure. Homepage: http://openvswitch.org/ Package: openvswitch-switch Priority: extra Section: net Installed-Size: 735 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: kmod | module-init-tools, netbase, openvswitch-common (= 2.12.1-1.50218), procps, python-argparse, uuid-runtime, libc6 (>= 2.4), libopenvswitch Suggests: openvswitch-datapath-module Filename: ./openvswitch-switch_2.12.1-1.50218_amd64.deb Size: 286560 MD5sum: 1e81e9861ac189dfab9c3b07ac55b08d SHA1: 1adec758e41f7b182972c51acff173183db89e37 SHA256: 09ce705c9e0c5c41ec26522bc03c9c2154a0ce9b72a342f39f440b833b4f58ae SHA512: 908cae13c5cf492d08280a411fb8949b0626642e5fc75abddf738b9c9a5b9dd150b2fda1eebb62bcd6b0d81616ae223407749169ade20d5944c633afd5f04b4b Description: Open vSwitch switch implementations Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. Homepage: http://openvswitch.org/ Package: openvswitch-test Priority: extra Section: net Installed-Size: 103 Maintainer: Open vSwitch developers Architecture: all Source: openvswitch Version: 2.12.1-1.50218 Depends: python2 (>= 2.7) | python-argparse, python-twisted-web, python2 (<< 2.8), python2 (>= 2.7), python2:any (>= 2.6.6-7~) Filename: ./openvswitch-test_2.12.1-1.50218_all.deb Size: 37860 MD5sum: 624c570ad027caeb395121a424ec96ea SHA1: 003efc186c01d5c5d71f50d76d4217c6832664b4 SHA256: d25f0ac31c54ec37b197903f354633cbcbe0e6c233782c1ec4eade6d02ff9e2d SHA512: a4afa3396a6ff562d490b6125c7298dddf5bfdfb8e4acd65756eeee9c5152a30a9f47a5444872baf7b22f54dc35f7a6dc3d215c287a515fea5c86f098ce3ce6d Description: Open vSwitch test package Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains utilities that are useful to diagnose performance and connectivity issues in Open vSwitch setup. Homepage: http://openvswitch.org/ Package: openvswitch-testcontroller Priority: extra Section: net Installed-Size: 87 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: openvswitch-common (= 2.12.1-1.50218), openvswitch-pki (= 2.12.1-1.50218), libc6 (>= 2.4), libopenvswitch Filename: ./openvswitch-testcontroller_2.12.1-1.50218_amd64.deb Size: 40712 MD5sum: ad8fa9438a58debd05a9bdc6a8c9cfb0 SHA1: 9209f364e607c70f1b5c9d5d88dba1fc5ba21492 SHA256: fb02fd341d578d4508e3b75e81fa04e11a9e0838854cffe8ff98a3d7bbfa7d52 SHA512: dce57404aebdc4fae4fb1d48c530cb2707e73760d4caa28a52e4dfecc93079ef8f2dd490336840a49862f55f86c6067e7c3731661a8d289990f9facfe595ee3b Description: Simple controller for testing OpenFlow setups This controller enables OpenFlow switches that connect to it to act as MAC-learning Ethernet switches. It can be used for initial testing of OpenFlow networks. It is not a necessary or desirable part of a production OpenFlow deployment. Homepage: http://openvswitch.org/ Package: openvswitch-vtep Priority: extra Section: net Installed-Size: 167 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: openvswitch-common (>= 2.12.1-1.50218), openvswitch-switch (>= 2.12.1-1.50218), python2, python-openvswitch (>= 2.12.1-1.50218), libc6 (>= 2.4), libopenvswitch Filename: ./openvswitch-vtep_2.12.1-1.50218_amd64.deb Size: 61460 MD5sum: cf85a94b9900260c1a7e5cab107e0b46 SHA1: 39b1abf9073693902ee90c6dc5fee55b53d56c2a SHA256: d08ffca6b502a5fd427f9b54539b4d7c72ea965eba90af22802c929de2273bb8 SHA512: 2b71907af6a7958db10e25ec80dfe5db7ec19518382b57de750c5a7783594b92d9ac4359a7bdc44b382872774ee2a83a79427cceb41b4e53c9252f19c255933c Description: Open vSwitch VTEP utilities Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides utilities that are useful to interact with a VTEP-configured database and a VTEP emulator. Homepage: http://openvswitch.org/ Package: ovn-central Priority: extra Section: net Installed-Size: 296 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: openvswitch-switch (= 2.12.1-1.50218), openvswitch-common (= 2.12.1-1.50218), ovn-common (= 2.12.1-1.50218), libc6 (>= 2.14), libopenvswitch Filename: ./ovn-central_2.12.1-1.50218_amd64.deb Size: 107032 MD5sum: 9ab1bf8fbfe8d0df5f7958c912a001d7 SHA1: ebcba1ca3ddcf4767fa49a97b249bb9f2397f373 SHA256: b09fb384b40f4b4e9d002d08473040dc651b1b2ae7800b2b0b1ac4067cde9b49 SHA512: 6f4be067e81a8320e5f435e003950c2818212dda3188e639d59e46c63f8fa97a9914d1690c8c460fd16d3575e9448459ba5f0737680e14c595645cedb1ad6e9b Description: OVN central components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-central provides the userspace daemons, utilities and databases for OVN that is run at a central location. Homepage: http://openvswitch.org/ Package: ovn-common Priority: extra Section: net Installed-Size: 1240 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: openvswitch-common (= 2.12.1-1.50218), libc6 (>= 2.14), libopenvswitch Filename: ./ovn-common_2.12.1-1.50218_amd64.deb Size: 370440 MD5sum: d35ef6b73df2c539f3864a7626594b41 SHA1: fea83a0a8ddf707b8a4116e9dde6002ffc068302 SHA256: 29346aeea6bea443f3ddccbdd4a0fff06cdec55de764d7df9ea8bd2783182a17 SHA512: 9469d4cb37710ac8a792a5c3bd638b10603f187cbf592e077d2572914be90d0bedb1d73ec42be7e98e9e6bb360676d5ccea69fbe47243a526b632c349b6a45cd Description: OVN common components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-common provides components required by other OVN packages. Homepage: http://openvswitch.org/ Package: ovn-controller-vtep Priority: extra Section: net Installed-Size: 81 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: ovn-common (= 2.12.1-1.50218), libc6 (>= 2.4), libopenvswitch Filename: ./ovn-controller-vtep_2.12.1-1.50218_amd64.deb Size: 36628 MD5sum: 4aa65f8ce0e339d74f275bd81d4503bc SHA1: 9cd5b1dc89432e6aad2804912702f7dfd4f03f27 SHA256: 622ec31e3ac08065ed8526c2606b2ee28ae5379a5730d945a5a462f1fa030e63 SHA512: 6ead7536e249628252d975e68fc64b4be2c2ccf96c3414cff55d4111109411569caa460ba724cde25c2865eb5e16246865fa2bb2315b7ebb5f801c10f9e29681 Description: OVN vtep controller ovn-controller-vtep is the local controller daemon in OVN, the Open Virtual Network, for VTEP enabled physical switches. It connects up to the OVN Southbound database over the OVSDB protocol, and down to the VTEP database over the OVSDB protocol. . ovn-controller-vtep provides the ovn-controller-vtep binary for controlling vtep gateways. Homepage: http://openvswitch.org/ Package: ovn-docker Priority: extra Section: net Installed-Size: 63 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: openvswitch-switch (= 2.12.1-1.50218), openvswitch-common (= 2.12.1-1.50218), python2 (>= 2.7), python-openvswitch (= 2.12.1-1.50218), ovn-common (= 2.12.1-1.50218) Filename: ./ovn-docker_2.12.1-1.50218_amd64.deb Size: 27484 MD5sum: 5f363378dd4a9e9eb4f8b6c814a1e641 SHA1: 02a3575e584e75dff335536a019192ec64f3f0f8 SHA256: 4eb15190561c32b68153669a93f07d889a8ee4d0c2fe6b71a2369d7cf9ae7146 SHA512: 90b6d8f9ac3fbf4b82f1d207a6daf9b218f3b81acfff6f689fe1d839a6b7c8200a9c5f9059facbb5f711dd38b0e2a2e8297edc7cbedeae55f67655b163438934 Description: OVN Docker drivers OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-docker provides the docker drivers for OVN. Homepage: http://openvswitch.org/ Package: ovn-host Priority: extra Section: net Installed-Size: 304 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: openvswitch-switch (= 2.12.1-1.50218), openvswitch-common (= 2.12.1-1.50218), ovn-common (= 2.12.1-1.50218), libc6 (>= 2.14), libopenvswitch Filename: ./ovn-host_2.12.1-1.50218_amd64.deb Size: 108916 MD5sum: 2bcde7166e4b6bf78027a165775c4890 SHA1: 974a9fb0991030f121e587259a0f969b68265462 SHA256: 046af93a7237ba50faa54dd5e16589a02603c19312b9692008a5b915458e8da9 SHA512: 2dc45dec662120b020f341b0032f36c3822697fdca4ade1d0c03b9b3dca0c7d1a4355675cb30a1de03e4ddfd021b420ff7684cc4900c8132a2cd17dec0b52e08 Description: OVN host components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-host provides the userspace components and utilities for OVN that can be run on every host/hypervisor. Homepage: http://openvswitch.org/ Package: python-openvswitch Priority: extra Section: python Installed-Size: 507 Maintainer: Open vSwitch developers Architecture: all Source: openvswitch Version: 2.12.1-1.50218 Depends: python2 (<< 2.8), python2 (>= 2.7), python2:any (>= 2.6.6-7~), python-six Filename: ./python-openvswitch_2.12.1-1.50218_all.deb Size: 103280 MD5sum: ad8ac017fc2e885276912f5737cee377 SHA1: c96cc181a71940368b569af6411f352dcd2e03f3 SHA256: e4e7f437cf42971578c1aafec06ef9253f383f0ed129d300abeda161ff17c3ba SHA512: e21f8f3ee70fa7b4bdd446acca7cc774d8d344fbce175f49cfd869bfa4f5026ba3c4eaa74e3c31466ebcaf1b5c3aaa0e5110482269ea294e12c8f01ba7337bf9 Description: Python bindings for Open vSwitch Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains the full Python bindings for Open vSwitch database. Homepage: http://openvswitch.org/ Package: dump-pr Priority: extra Section: libs Installed-Size: 52 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.44.MLNX20200216.g4ea049f.50218 Depends: libc6 (>= 2.4) Filename: ./dump-pr_1.0-0.44.MLNX20200216.g4ea049f.50218_amd64.deb Size: 9636 MD5sum: 17d5e4a45a8443e35af0ffff2b713fa1 SHA1: ce2ca84932ed892a039954791b1763835beeca6b SHA256: 6bb967b83e541589fe8c624a95e5f909cb04fd6e6d6d1c6ca84f6fe0803d4343 SHA512: 393b5b3b3a0cc6055eea9a57202797c8f2fba72950ce482733fc9e89ee7fbdbea01b19db35e5ee61ba39dc8912dd81a46344bebc2937f494ee38df5969135911 Description: Dump PathRecord Plugin Dump PathRecord plugin dumps the SA path records. The output files are dependent on an environment variable and the routing protocol in use. Package: ibsim-doc Priority: extra Section: net Installed-Size: 9 Maintainer: Alex Netes Architecture: all Source: ibsim Version: 0.9-1.50218 Filename: ./ibsim-doc_0.9-1.50218_all.deb Size: 1980 MD5sum: 62c11d78d89d7078804c3ac4ce34e2e1 SHA1: 098e9bbaec60c2415ca9823c60312e9bebff7699 SHA256: c58b044bc0cdcdb0cf04147a60dbdd006be3b1410a7d382872f1c95fac273ac4 SHA512: 48e9cf3ba05651555614f7c7270ad6522262529227fc8789d8cc8a0f9a038006f09bb9beb7829c31adf2e1e86d4e090c8754c33c817c3f968bdc1f29aa5c0e03 Description: documentation for ibsim Documentation for ibsim Homepage: http://openfabrics.org/downloads/management Package: ibsim Priority: extra Section: net Installed-Size: 162 Maintainer: Alex Netes Architecture: amd64 Version: 0.9-1.50218 Depends: libc6 (>= 2.15), libibmad5 (>= 1.3.11), libibumad3 (>= 1.3.9) Filename: ./ibsim_0.9-1.50218_amd64.deb Size: 51912 MD5sum: e72fecee4b9219d55d8ea295419ed822 SHA1: e009ab612957b2b350895e80219680957abedc59 SHA256: 62bf20e785bd7eee4ced35da407679b3711e59afd63871dbeb5414944f6d4071 SHA512: 4f68eeebba48f1d8af89a0e18324e229f9f78c8d4bb4047eeaca8abee8b966168aff970d8f74cc9d2f8eb8df8aac57045651cec3ea7c31f5088a771a82cf6f97 Description: InfiniBand fabric simulator for management ibsim provides simulation of infiniband fabric for using with OFA OpenSM, diagnostic and management tools. Homepage: http://openfabrics.org/downloads/management Package: ucx Priority: extra Section: libs Installed-Size: 5151 Maintainer: ucx-group@elist.ornl.gov Architecture: amd64 Version: 1.8.0-1.50218 Depends: ibverbs-providers (>= 22), libc6 (>= 2.29), libgomp1 (>= 4.9), libibverbs1 (>= 28), libnuma1 (>= 2.0.11), librdmacm1 (>= 23) Filename: ./ucx_1.8.0-1.50218_amd64.deb Size: 947424 MD5sum: fea2476d240b644bd6359337815542c6 SHA1: 9532e4fb6b74366258e77522e47878f9d1fd672d SHA256: 712256ef19314a78dda9b77ade3e2b1899c203b21e90ec5d118f2f85a40bec02 SHA512: 821a4ecba9ccffe91d3a2b1f8a887c03905995c8286af7c1cb1e771d8e09bcf2468a2d32a64b7072a6fdb5c9d0562f5870a8f54853aff57a09504843b11a4716 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: 3423 Maintainer: support@mellanox.com Architecture: amd64 Version: 2.1.0.MLNX20200223.f63394a9c8-1.50218 Depends: libc6 (>= 2.27), libgcc-s1 (>= 3.0), libibumad3 (>= 1.3.9), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.15), libstdc++6 (>= 9), libsystemd0 Filename: ./sharp_2.1.0.MLNX20200223.f63394a9c8-1.50218_amd64.deb Size: 801136 MD5sum: 86202f7eab59a8bcd24e601f4205e7f1 SHA1: fe9f7c00b60a9a1aca78078e21c58d7173b21f4c SHA256: 98c9feaee72bdafcf4fd19d3c0e8fff45fd228b556b0ca1a3a26f4dd91c4f0cb SHA512: 4197d6ca615b292445c468bef7c199914315edc751cabe5e0b36b52d81de37a59a4816179c58be8c162e4df66ba7b92ffd71094c9b403721a1598787d186ff3a Description: SHArP switch collectives SHArP is a switch collectives package Homepage: http://www.mellanox.com Package: hcoll Priority: extra Section: libs Installed-Size: 8539 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 4.5.3045-1.50218 Depends: libc6 (>= 2.29), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.15), sharp, ucx Filename: ./hcoll_4.5.3045-1.50218_amd64.deb Size: 1457100 MD5sum: f2ce9c46e868b48f754169e179d2b4eb SHA1: 6a67fad4e15536b5da4a851533a8e71797540045 SHA256: 5265212a86c252a5708e1e09cc21b4177a9f73d68236e1fafa399e16942765e3 SHA512: 49907aca183e4fedf1fb51ca7d0ada6752df1ee70e31d70be6ff5f7cb4dd1f03a3b418f8101b5bd513ef6b72e10803e6a93bc577fcb4a538a04b42b78b40a48b Description: Hierarchical collectives (HCOLL) Hierarchical collectives (HCOLL) Homepage: http://www.mellanox.com Package: openmpi Priority: extra Section: net Installed-Size: 123011 Maintainer: http://www.open-mpi.org Architecture: all Version: 4.0.3rc4-1.50218 Filename: ./openmpi_4.0.3rc4-1.50218_all.deb Size: 18253216 MD5sum: 35e23babbc995491e92e31173fd3dc21 SHA1: 64c3027bd64513ef77dcd6837765fe0c235bf8e8 SHA256: 913f2e1c158dcb92e6453858072174ebf356e9b06e1a0ae634fd1d0fa985bdf3 SHA512: c481e2249b389f4c542334941b88a8da2b7c5244327ee0958c1fee2f3bca709e3576315d8e050b6f5f2d8536b4ef0ebbd5afa406ca1b44d5c40f9f16fb7cf0b1 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: 1987 Maintainer: Mellanox Ltd. Architecture: amd64 Version: 3.2.20-e1a0676.50218 Depends: libc6 (>= 2.29) Filename: ./mpitests_3.2.20-e1a0676.50218_amd64.deb Size: 213036 MD5sum: 0c845376b71190aff37297c3ccc07327 SHA1: 340e697fd37fc3a9fa03d048f923c2c5f46e8138 SHA256: d6e26f85094a542a41b4a2de58e4f9fc3fc857e850cac6036870d038f447bbe4 SHA512: 28411b8690985397cb735ec0b0762c5062098df3d8d038043b6d9fa568c21c5c6f51e7bd97d581858e11f90cf9878a9c9248f38b2e8dfbcb29610c43c597e122 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: 465 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50218 Depends: libc6 (>= 2.14), libdapl2 (>= 2.0.19), libibverbs1 (>= 1.1.2) Filename: ./dapl2-utils_2.1.10mlnx-OFED.3.4.2.1.0.50218_amd64.deb Size: 212556 MD5sum: dc3fb7beb2e8f48bbee4c75f21a6b39b SHA1: d23bbd312bc8c50b8afc116479213c37abc8c781 SHA256: 79cf96d1a20b817213ec476240174157a8bd55a2ad1719c1a120514ed9851940 SHA512: 821c8a734e493d03e481c25f0abdf812520594d9047683c62777a690193870959dafc047cae030ea3045259c3734d82a0ba072f76586d8baf805153fdb9cbb6d Description: Utilities for use with the DAPL libraries The Direct Access Programming Library (DAPL) is a transport-independent, platform-independent API that supports Remote Direct Memory Access (RDMA) devices such as Infiniband and iWARP . . This package contains example utilities that use the DAPL API. Homepage: http://www.openfabrics.org Package: libdapl-dev Priority: extra Section: libdevel Installed-Size: 1836 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50218 Depends: libdapl2 (= 2.1.10mlnx-OFED.3.4.2.1.0.50218) Filename: ./libdapl-dev_2.1.10mlnx-OFED.3.4.2.1.0.50218_amd64.deb Size: 291324 MD5sum: 16bf60d682b0cac92e966486a748b46b SHA1: 5be6a0f0f8d2b5095a2fb6001288be50027ca2b7 SHA256: 7d5f8f3e8c958d9f247d30128c3022619df98582cb0ba725612f3e3608c9bdec SHA512: 23dd22195e016145fc3db607f4471cae1e03dba0beed73aa4a10f5127c09569e178e77bfe6890b5a0ac7cdc258090025cffe0e154348b40bd6ceac2ac3694c54 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: 654 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: dapl Version: 2.1.10mlnx-OFED.3.4.2.1.0.50218 Depends: libc6 (>= 2.16), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.19) Filename: ./libdapl2_2.1.10mlnx-OFED.3.4.2.1.0.50218_amd64.deb Size: 214080 MD5sum: ada4d40310d2b05e13efee63a6b672bf SHA1: ec28d11dd5d8260f9b09fdc951faf241b20de67a SHA256: 495454d24ce844a230ff678ba070d321dd7a6a77cc436ab4e9594f45dca8fe72 SHA512: 2acd495fb52a471b0125a3fbd1c2bd1c03bb78887f4431287dc6c7f8ccd9664cd6a337dd1cb606b7b617bae25b720babb86606375cc22b5a0820eaaae4502602 Description: The Direct Access Programming Library (DAPL) The Direct Access Programming Library (DAPL) is a transport-independent, platform-independent API that supports Remote Direct Memory Access (RDMA) devices such as Infiniband and iWARP . . This package contains the libdapl shared library. Homepage: http://www.openfabrics.org Package: libvma-dbg Priority: optional Section: debug Installed-Size: 15 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libvma (= 9.0.2-1) Filename: ./libvma-dbg_9.0.2-1_amd64.deb Size: 4068 MD5sum: bcb95600f384c80cf7dfb710fc5c2a72 SHA1: b0b88577071471a8526df711b4e46c1a42a8ffbf SHA256: ae069310b4076bcceb1beef428844d30abd258f5a47ecc2ad3cc14a99d4c0deb SHA512: 8b3b64cec7c692816554c1009fdb3db14565f3e25de5903e610768dfc427cbab44a8de381432c92ccbb8019f5a47b7f28babc1fc0be5d9ae2b237b5cc53b5bc0 Description: Debugging symbols for the libvma library libvma is a LD_PRELOAD-able library that boosts performance of TCP and UDP traffic. It allows application written over standard socket API to handle fast path data traffic from user space over Ethernet and/or Infiniband with full network stack bypass and get better throughput, latency and packets/sec rate. . No application binary change is required for that. libvma is supported by RDMA capable devices that support "verbs" IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB. . This package contains the debugging symbols associated with libvma. Homepage: https://github.com/Mellanox/libvma Package: libvma-dev Priority: optional Section: libdevel Installed-Size: 49 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libvma (= 9.0.2-1) Filename: ./libvma-dev_9.0.2-1_amd64.deb Size: 12616 MD5sum: 10e22e686c5864967e600b5f5d204122 SHA1: 2ed56f318cefe22652aa334cae2bf424151e26bb SHA256: 10b14ea2486e0416cf87b5457bbd2e6368a35e10f0a174fac91147418a2974e1 SHA512: a32eb042f499031d3075bdc8c50cccc1bddb8558ae411502df59d7c0a37ea4aee5308a758405b6f1557bc19bb6beb1c14e331c0567bcf06d6554fc56c7ff61aa 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: 80 Maintainer: Liran Oz Architecture: amd64 Source: libvma Version: 9.0.2-1 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libvma (= 9.0.2-1) Filename: ./libvma-utils_9.0.2-1_amd64.deb Size: 25140 MD5sum: d1a441cd9ca4b608fb5075facf8d1cfc SHA1: 03e92927c94a1b67a736141276693b55cd7bf784 SHA256: 3e1a78a8eab3ad6ccc94ce9554b929790a44f00a26b14a2316ff2ee0d411cbc1 SHA512: 465df712e9dbe778c93484c9abcb71957e3b839c873ddb83b6a5f13d7687f684704f0423be0c67477b82db8cc8bcc836ebab637558a3fe1a55a1651e63f152ef 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: opensm-doc Priority: extra Section: doc Installed-Size: 492 Maintainer: Hal Rosenstock Architecture: amd64 Source: opensm Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50218 Filename: ./opensm-doc_5.6.0.MLNX20200217.cedc1e4-0.1.50218_amd64.deb Size: 494700 MD5sum: e7efce911592918184bdb6ff4ef505c6 SHA1: 87746ca604f79a721c2841202071ec58ffbc36cf SHA256: eef49a109f61c7e780c39e1f7a0db011752ea3b0b1eda787c81a580cb53f7664 SHA512: 77eb12f22d256af7dfae2d4832cbbe4b677652ed598dfb5a2eeb65865f7d55f410cc8fe370c4d6c83cad76861cb46efc1b19dcd887a7f088005a46c0b2341ca4 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: 3356 Maintainer: Hal Rosenstock Architecture: amd64 Version: 5.6.0.MLNX20200217.cedc1e4-0.1.50218 Depends: libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libc6 (>= 2.17), libgcc-s1 (>= 3.4), libstdc++6 (>= 5.2) Filename: ./opensm_5.6.0.MLNX20200217.cedc1e4-0.1.50218_amd64.deb Size: 1163176 MD5sum: b53424e0a4a0e2701d8477cc39c18ebe SHA1: 5131575bb0e85ce98a2205bb93ea72c24913a342 SHA256: 7d83a897503e030bfb3e4561fa74135f51acc66475e2bf06c368546a5c44c0b5 SHA512: 1e66bcfefd906e0b1ede65e1880d9f0583636d2668aabf74fc74a92d58b597c2c832ae0aa23e1e1dd1ea125e2334b53f9766a3082f204db31ce2a1b6fc7fed4b Description: An Infiniband subnet manager OpenSM provides an implementation of an InfiniBand Subnet Manager and Administration. Such a software entity is required to run for in order to initialize the InfiniBand hardware (at least one per each InfiniBand subnet). Homepage: http://www.openfabrics.org/downloads/management Package: perftest Priority: extra Section: net Installed-Size: 2366 Maintainer: Gil Rockah Architecture: amd64 Version: 4.4-0.23.g89e176a.50218 Depends: ibverbs-providers (>= 24), libc6 (>= 2.29), libibumad3 (>= 1.3.9), libibverbs1 (>= 28), librdmacm1 (>= 1.0.19) Filename: ./perftest_4.4-0.23.g89e176a.50218_amd64.deb Size: 205668 MD5sum: a155c958da6011729124be2d897807bc SHA1: a69b182f0b71092bd9c29b15c083153cf7a0a08b SHA256: 2543225b06d5335fff2c1b32d83f8b28b16fcbf5097534219ab6ddff2e682594 SHA512: 24f791ea20e549cae4a3054b563f8e87efff322e9ef9116b8f54716975f599e3fbc30e7ec52099c7b2c743a2e77ae64ae5290be195f66e2ffaf94e4ee90faac1 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: 15442 Maintainer: Tamir Ronen Architecture: amd64 Version: 2.1.1-0.121.MLNX20200324.g061a520.50218 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libibumad3 (>= 1.3.9), libstdc++6 (>= 9) Filename: ./ibutils2_2.1.1-0.121.MLNX20200324.g061a520.50218_amd64.deb Size: 1743836 MD5sum: 3688ace3881243284f69cf1e75d82c40 SHA1: 48fea32b764925d2ac893867aad4b337bf1c3f2f SHA256: 5efcefc8e90be82f8400b7d38794cee70e82b9cb8debb009ce8b42fecadb7df0 SHA512: aabc0dc731ef1fbcd76d9ad4b178f3c589e0d476f524afa1fb3fe90ce89669f4107cf8bc0d043cf6d0e62ac6d534265a4fef76d8e2b3eea8d10a08699103ed37 Description: OpenIB Mellanox InfiniBand Diagnostic Tools ibutils provides IB network and path diagnostics. Package: ibutils Priority: extra Section: net Installed-Size: 1904 Maintainer: Yevgeny Kliteynik Architecture: amd64 Version: 1.5.7.1-0.12.gdcaeae2.50218 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libibdm1, libopensm, libstdc++6 (>= 9), libtcl8.6 (>= 8.6.0) Filename: ./ibutils_1.5.7.1-0.12.gdcaeae2.50218_amd64.deb Size: 404916 MD5sum: 07fbbbe4dd31e818eda927c5fc88034f SHA1: ccf228bb7d274626d512f095727b80827d388a55 SHA256: 3f7f45d9982a76fba9b25e29dc9cbc3837e5ff36c2ad3fb6f9c915d8df44fabc SHA512: f3da672e266ce0aab27f45c8ae91a5aabadd12f57341c0735330ca73903699f644b4aa26c773788d19cebb92c3c3bbccd725e84388de1d0974a089169e11eb33 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: 11684 Maintainer: Yevgeny Kliteynik Architecture: amd64 Source: ibutils Version: 1.5.7.1-0.12.gdcaeae2.50218 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libopensm, libstdc++6 (>= 9), libtcl8.6 (>= 8.6.0) Filename: ./libibdm1_1.5.7.1-0.12.gdcaeae2.50218_amd64.deb Size: 760768 MD5sum: a631aae0f6f9f14080308b7627e2f032 SHA1: bf6ea27667c37459098dd753cc4b9b18852c3f6f SHA256: 3776e80c8c1db2169167e56fc998450b9d3942dd5f06e0beddd46124ff25b266 SHA512: e2e320fd078a53f02e4cd470ac57a65d8997971ea3505bf0c5d0bf9002db303b7a7182b925618a1eab025de47b92d12b4faf449368c30ade1ec5d97c8e94183d 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: 451 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.48.MLNX20200216.g4ea049f.50218 Depends: ibutils2, libc6 (>= 2.14), libgcc-s1 (>= 3.0) Filename: ./cc-mgr_1.0-0.48.MLNX20200216.g4ea049f.50218_amd64.deb Size: 75128 MD5sum: 3308a65f4bda52ff96340e2a2d1e462f SHA1: af0b6cc51f1769779f1bbf7db87f9d570ea48645 SHA256: 75c2e3340c643eb82e87b790965ea2df7fce669e6a2555af4dde30e82fcfc8be SHA512: d8bd18ed2bb51fa88a7760ee15d52e97e77afe70b048125be245e0b5c41bcf2c541cbbe92e2ae492aba044380e36c2009e702e01cb05b04e8052ee1e3e9781ae 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: 1393 Maintainer: Tamir Ronen Architecture: amd64 Version: 1.0-0.49.MLNX20200216.g4ea049f.50218 Depends: ibutils2, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: ./ar-mgr_1.0-0.49.MLNX20200216.g4ea049f.50218_amd64.deb Size: 234500 MD5sum: c65207228d307d24f0a7d28793ff9d14 SHA1: 2c2444ea4d157c69e147aae5b2f465915e8dad9c SHA256: 500b88fb5b7694066245b96b61b848fb5d363a88ed4c18ad4e2fa8ff839b59c9 SHA512: 072866a994762d76d6e08640eeda1b07366b8e3a35bd6630784519aec1b7cc8537a7771f5dbcc5ad89f171c54abe545c58345725861e7c014ed4db8d1323a67d Description: Adaptive Routing Manager Adaptive Routing manager configures Adaptive Routing forwarding tables in the fabric. Package: libvma Priority: optional Section: net Installed-Size: 3275 Maintainer: Liran Oz Architecture: amd64 Version: 9.0.2-1 Depends: ibverbs-providers (>= 17), libc6 (>= 2.22), libgcc-s1 (>= 3.0), libibverbs1 (>= 28), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), librdmacm1 (>= 1.0.15), libstdc++6 (>= 5.2) Filename: ./libvma_9.0.2-1_amd64.deb Size: 762364 MD5sum: ad97d58f37eec0f5545a8778b7e831c9 SHA1: 401554d859b1b223fec16e36dbe8121dff7d2cd3 SHA256: df3e6c876092afd7aa93653ba096a9d116ea5469f418f976d95a38db057ae974 SHA512: 83e312c452bc9d719e3b17e31516678d37ecfcb4c85258c775879d1ee1d9a4aad6aadea2f2fd8795a64a65d2f0abe63a3a164dd6d3475c5a454922fe2ef217ba 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: 4911 Maintainer: Mellanox Technologies Ltd. Architecture: amd64 Version: 3.7-0.gita1e8e835a689.50218 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: ./sockperf_3.7-0.gita1e8e835a689.50218_amd64.deb Size: 635548 MD5sum: 1dc09208a9dff7009f23cf1608a90929 SHA1: 0aa5ba4d218ff10ea9e7b6eaa315a33834d78deb SHA256: eaa1af086db39906385614d6e7aec730cf2c1cbb227927a7118ccec7dec70253 SHA512: dcfd6b7a201358b06866492d8e0d979ddfb6a5b9ee5164e26a656b1679c344305bb88e21dd29a4c5785f2efe92719898277b9a057ad2f6a82c0a2cd90dd9cb2d 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: 448 Maintainer: Ben Hutchings Architecture: amd64 Version: 5.4-1.50218 Depends: libc6 (>= 2.14) Filename: ./mlnx-ethtool_5.4-1.50218_amd64.deb Size: 120620 MD5sum: ec6ba2a67e5c44727b9e52dc0cead91a SHA1: 04cdb4c45b29719537659f6315523704fe417fc1 SHA256: 4718a605f6fd663c0f4ca28d29ba2857dfae842ad45fd68be02fe61ab4f91a01 SHA512: 055875b11fc41c94e9cc8c1dbc2ecb662d5be40167c3b2ff21ce2cd770b9d620b4411554165bc7ba221832d210c1b8b86577c7ee51bd3f04d59a56d813e1284f Description: This utility allows querying and changing settings such as speed, port, auto-negotiation, PCI locations and checksum offload on many network devices, especially Ethernet devices. Homepage: https://ftp.kernel.org/pub/software/network/ethtool/ Package: mlnx-iproute2 Priority: optional Section: net Installed-Size: 3148 Maintainer: Ben Hutchings Architecture: amd64 Version: 5.4.0-1.50218 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libdb5.3, libelf1 (>= 0.131), libmnl0 (>= 1.0.3-4~), libselinux1 (>= 2.0.15) Filename: ./mlnx-iproute2_5.4.0-1.50218_amd64.deb Size: 771480 MD5sum: 8ecba0f6956f024f227a3ff66079dbcf SHA1: bda4296473b6ad9aa0e7b29dec067289a8122dda SHA256: 83bae6f2c194ce8e4ea3febe7ca3b8dc8dd22a5cd7c45aa13ce0c9eb8245df0c SHA512: d3fc71b3fde77bd240b8f08d41ae796ef2326338e3398b16fba7337a2a746ed3d2cf837caf698db5ed85533954410065c3b9bf6a9e62919cdd3b21c4621e0017 Description: This utility allows querying and changing settings such as speed, port, auto-negotiation, PCI locations and checksum offload on many network devices, especially Ethernet devices. Homepage: https://ftp.kernel.org/pub/software/network/iproute2 Package: mlnx-dpdk-dev Priority: optional Section: devel Installed-Size: 6794 Maintainer: Mellanox DPDK Maintainer Thomas Monjalon Architecture: amd64 Source: mlnx-dpdk Version: 19.11.0-1.50218 Filename: ./mlnx-dpdk-dev_19.11.0-1.50218_amd64.deb Size: 1113324 MD5sum: 3571836d364efbc0fcf9aa4ad314ba51 SHA1: 19e2cf85d6be26a9ce423853c9b2193b7cbe2cc7 SHA256: 4d7e47eba508af16e15183531037112692f60dc83b7d52cbdbf43017a810fe31 SHA512: 526d8858a6e146383c75a5cfebf008d45297bcb14399886e7fb40e67a4fefcc6a235e5daaa9bcf7e427a199d141822e54c06fd92f68cb2a68ec941a67823071b Description: Data Plane Development Kit (development files) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package contains examples and the upstream build environment. It is not strictly required in order to build external applications. Homepage: https://www.dpdk.org Package: mlnx-dpdk-doc Priority: optional Section: doc Installed-Size: 64521 Maintainer: Mellanox DPDK Maintainer Thomas Monjalon Architecture: all Source: mlnx-dpdk Version: 19.11.0-1.50218 Depends: libjs-jquery, libjs-underscore, python3:any Filename: ./mlnx-dpdk-doc_19.11.0-1.50218_all.deb Size: 10640996 MD5sum: d1da19996333cbdf68943945c38dc6ee SHA1: 8d101e712c52ca37e68d80f073a18b7a42a53bc5 SHA256: 40227f07d91d880ab5fa485d4194fbb1581e6a2823ee218039b3c8faf0c12884 SHA512: 774555161c91d0728760870a5267a59457d73bb32a57487151bd6147f916a123135bfe302d3c70eeadb55ef55792ea41c933665732d207ce70d1872a1e1b208c Description: Data Plane Development Kit (documentation) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package contains the complete set of documentation and guides. Multi-Arch: foreign Homepage: https://dpdk.org/doc/guides/index.html Package: mlnx-dpdk Priority: optional Section: admin Installed-Size: 17198 Maintainer: Mellanox DPDK Maintainer Thomas Monjalon Architecture: amd64 Version: 19.11.0-1.50218 Depends: hwdata, lsb-base (>= 3.2-14), pciutils, ibverbs-providers (>= 50mlnx1), libc6 (>= 2.29), libibverbs1 (>= 28), libnuma1 (>= 2.0.11), libpcap0.8 (>= 0.9.8) Recommends: python3-pyelftools Suggests: mlnx-dpdk-doc Filename: ./mlnx-dpdk_19.11.0-1.50218_amd64.deb Size: 4109464 MD5sum: 0e1a877b2d1331c25d450c907cce0e10 SHA1: eaee8ace1fa47a8e60b5e1e1343c5b30b19389d6 SHA256: 42a6eb729a91a4b2004951769c0d71fd49bccc08820da614f7b95677ce3fb2d8 SHA512: 657898888c304cce90511ec6df08c5e57dedec798ca2a85ece8760906fab2a19d74371eb3203ebfc3ea5e5d89c004f41afe7bc6c02c5996b754d0d0af0f0c646 Description: Data Plane Development Kit (runtime) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package contains the runtime environment to run DPDK applications. Homepage: https://www.dpdk.org Package: libopenvswitch-dev Priority: extra Section: net Installed-Size: 2178 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Replaces: openvswitch-dev Depends: libopenvswitch (>= 2.12.1-1.50218), libssl-dev, libunbound-dev Conflicts: openvswitch-dev Filename: ./libopenvswitch-dev_2.12.1-1.50218_amd64.deb Size: 352712 MD5sum: 50a9a87e3e6ed66bd1b65fbda74c96d1 SHA1: 9a38197acc657a755010c614e95087fab6a3746c SHA256: 4b3e956367f02bb0346da1ca301572797cd9fd293724a88d21dc1f28aac1636c SHA512: f73879a83516dce0f9ef46b2dcaacdabe66fa63d5c25007c1abea81b73f16622b040b4a40ec3acd7e148a33862aee68ec22840b137f0906fd0e0632e84794485 Description: Open vSwitch development package Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides openvswitch headers and libopenvswitch for developers. Multi-Arch: same Homepage: http://openvswitch.org/ Package: libopenvswitch Priority: extra Section: net Installed-Size: 3843 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: openssl, libc6 (>= 2.29), libssl1.1 (>= 1.1.0), libunbound8 (>= 1.8.0), mlnx-dpdk Filename: ./libopenvswitch_2.12.1-1.50218_amd64.deb Size: 1205408 MD5sum: 55eafe4486279f52a6a5f8fb09d97e12 SHA1: 81e9b3c344cf46bc35efa17df2fefec270384333 SHA256: a4c649b8051280305d7379b2eafd281c68ce5edcfd7f06c6e3603a52c819d8e2 SHA512: c94041d3497a2e6a2419045766fdc9a18b9640efc9db52ddb910695881571667e1dcabe599c8a37e281775154e13e73a7f5009ecd936b38750e9c38a5fcb4796 Description: Open vSwitch common components Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . libopenvswitch provides runtime libraries for use by openvswitch binaries Multi-Arch: same Homepage: http://openvswitch.org/ Package: openvswitch-common Priority: extra Section: net Installed-Size: 444 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Replaces: openvswitch-switch (<< 2.5.90) Depends: python2 (>= 2.7), python-six, libopenvswitch (= 2.12.1-1.50218), libc6 (>= 2.14) Suggests: ethtool Breaks: openvswitch-switch (<< 2.5.90) Filename: ./openvswitch-common_2.12.1-1.50218_amd64.deb Size: 166412 MD5sum: 63e4adf8856a2e390c90060ec9dc9a70 SHA1: d166deaf27b01e4a2262d60526d518fd4e3362bf SHA256: 89b22b7d88e265e04a1c4ee1c38411a311879d712eed690ccd6e62b1dfdc922e SHA512: db0cb90e4025b9f62bdab84fab95718dbc7f60db71d7bec83182119eb844aec9151bda8b5bb3a4d929f13298f506f0bb45a59615f9a39694843ccd759bd6f337 Description: Open vSwitch common components Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-common provides components required by both openvswitch-switch and openvswitch-testcontroller. Multi-Arch: foreign Homepage: http://openvswitch.org/ Package: openvswitch-datapath-dkms Priority: extra Section: net Installed-Size: 62723 Maintainer: Open vSwitch developers Architecture: all Source: openvswitch Version: 2.12.1-1.50218 Depends: dkms (>= 1.95), libc6-dev, libelf-dev, make Filename: ./openvswitch-datapath-dkms_2.12.1-1.50218_all.deb Size: 5320740 MD5sum: ad19641fd3e69a1db49f57852c451a2f SHA1: 78991c2699de73a7a1bbea742c0fd6bd6df5c87b SHA256: a1ef3a617ae6bd5c157548d02d15bb17d076fc5346bc47a3780b4a92645b2dff SHA512: c60e320325819e22a2a8fa64e28b4c7e5c1c8e1d7d38599624aa0a5d7b3d700bf42d90cccd50de7e99f8a52d430767baa334a304e6e9377dd817bb825a48deea Description: Open vSwitch datapath module source - DKMS version Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides the Open vSwitch datapath module source code that is needed by openvswitch-switch. DKMS can built the kernel module from it. Homepage: http://openvswitch.org/ Package: openvswitch-datapath-source Priority: extra Section: net Installed-Size: 8062 Maintainer: Open vSwitch developers Architecture: all Source: openvswitch Version: 2.12.1-1.50218 Depends: bzip2, debhelper (>= 5.0.37), module-assistant Suggests: openvswitch-switch Filename: ./openvswitch-datapath-source_2.12.1-1.50218_all.deb Size: 8249528 MD5sum: 0a279aed6f97fd06996bf804d6204319 SHA1: 05a963fd0a06737790517b06450bf00c843c43d4 SHA256: c527d0ea275a9c41a8ff51840170cbbe56c2a37010a6810457f1adcb724a6168 SHA512: ea0a9522f15860efafb7feb7b9fae3fd27d7a1a8fe4e140fcb50ba256d9901151c30ee161ce618effcfca0cb4c4f7daa94456834a129b6aa642aa5e35df1649e Description: Open vSwitch datapath module source - module-assistant version Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides the Open vSwitch datapath module source code that is needed by openvswitch-switch. The kernel module can be built from it using module-assistant or make-kpkg. README.Debian in this package provides further instructions. Homepage: http://openvswitch.org/ Package: openvswitch-dbg Priority: extra Section: debug Installed-Size: 9148 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: openvswitch-common (= 2.12.1-1.50218), openvswitch-switch (= 2.12.1-1.50218) Conflicts: openvswitch-testcontroller (>> 2.12.1-1.50218), openvswitch-testcontroller (<< 2.12.1-1.50218) Filename: ./openvswitch-dbg_2.12.1-1.50218_amd64.deb Size: 8195108 MD5sum: 12fc7a8e1623e3563f515e3e44133738 SHA1: a6a870a0330d234db5a6c81052af38e288a9e4f1 SHA256: 77c24776f7806d448ba6efdebdfe36bc1e22dc938114f56e13e2a774b212b2d9 SHA512: 323d75a986e01faf3e3afae5da7e85b14268c1011e4993ac37a8b91dc7bd58bf4e406c2a768a7ac90747a911a1565a21d2a94410d78c1192e7bfc8366e5901b5 Description: Debug symbols for Open vSwitch packages Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains the debug symbols for all the other openvswitch-* packages. Install it to debug one of them or to examine a core dump produced by one of them. Homepage: http://openvswitch.org/ Build-Ids: 0dbfee751dcb3e9e5ee78acef19921378ea43302 2be7032fdd045fb464e35db485c5dd8f6fac95d0 38d1e7b8344f2e21004d76641734d5c1cd4274d7 5904e59bb48ca44fb75b6a68207415d874a8b265 6195a57a8838d1ab9c86ff95fb7c5499c6be1cf7 627ef4f18dff566c4c5b85a07d50aa5d2fd435ab 6ab28fbfd10d7acd9b4f5312c4271b27c7f4dcab 71466a78549697f22e6afcc908f8b357df90e8f9 72fd926aa2fd800bf4e2e611905fbd7a949487e3 9315e9b8912a8e5ce40cf969cd48d89920ebfc06 9703115d73e80a16f3edcfb6b6401c271ddff469 97a8c62c8192b44af5e8e11993c8566b93bf0187 9fecb5f1fcb460413724e1989a1398cdb5b8d6ca a36af3177403751fa721fc0f5dd8043a2a45feaf ad2ecc75b20b7bb0477535ddd1c1319f3631c2d6 b2758530df31da6096fea262e9ac1851ccbc7b20 b3220cd6d88b9809deda582b7e108dde27ac8619 b4afa41f69d9d30db7e56f2ae480fe52774c6bb1 d5abb6da417a0f95f9d70eefc7b3009178cae4f7 ed1aa08d162931d049a981005db6afe18fdd5159 ee9fc591346173eb78fefbcb19daf91d82eada24 f3395454385629025d3b1530850760467571f0f2 Package: openvswitch-ipsec Priority: extra Section: net Installed-Size: 87 Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.12.1-1.50218 Depends: iproute2, openvswitch-common (= 2.12.1-1.50218), openvswitch-switch (= 2.12.1-1.50218), python2, python-openvswitch (= 2.12.1-1.50218), strongswan Filename: ./openvswitch-ipsec_2.12.1-1.50218_amd64.deb Size: 34080 MD5sum: bae48edcd1bdf9656abdb15ecdf82859 SHA1: e212ed5e895f7785c150f96633ac4eef1ed4db69 SHA256: 24a01300c4be1b0bd2381a373bfdf591a8b52e876f7262615984db6545250542 SHA512: fa431e577dc80c162e7761058e90daa9ddc4c343ed990c9bcadb8e239593a48296245906ea8eec88d9f12939651dc89ccb3de3cd878ec6db7f291befd24e3946 Description: Open vSwitch IPsec tunneling support Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides IPsec tunneling support for OVS tunnels. Homepage: http://openvswitch.org/ Package: ofed-scripts Priority: extra Section: utils Installed-Size: 275 Maintainer: Vladimir Sokolovsky Architecture: amd64 Version: 5.0-OFED.5.0.2.1.8 Filename: ./ofed-scripts_5.0-OFED.5.0.2.1.8_amd64.deb Size: 45552 MD5sum: da342490cbc97661c13a167ad96444f2 SHA1: cfff2dbcb5df4a2a914d3f85727587581dbafb55 SHA256: a85ceb47386639234fa7e527d1e00484dbb58a81c35d48946139e739657d47b6 SHA512: 403a7faddd9b93bdfc95ad9e3b499269621fcc63bd243c8b70ac2aaf79445e6307d47027c209070988b1b7eeb5343807095b6bd62e74f398b14bdb567d1a2b4d Description: MLNX_OFED utilities Homepage: http://www.mellanox.com Package: ibacm Priority: optional Section: net Installed-Size: 252 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: lsb-base (>= 3.2-14~), rdma-core (>= 15), libc6 (>= 2.17), libibumad3 (>= 1.3.9), libibverbs1 (>= 20), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libsystemd0 Filename: ./ibacm_50mlnx1-1.50218_amd64.deb Size: 80420 MD5sum: 7b90e625e0883946426b84976e149f40 SHA1: 3b4bf3eeebad073bcb4c311f3d27e8343655884a SHA256: d5908cb2e08c51a11851a93b874173aaaf5b53bd436ebb1b37907d753a262fe7 SHA512: 6d0c27ef09169e2fdad4cc966b813523bae41a81bb0f28f26cb4b5b8e2af6fc181e61d9f8c6c98109ec85f17bd0e15494155490cae526467132b9712ed998529 Description: InfiniBand Communication Manager Assistant (ACM) The IB ACM implements and provides a framework for name, address, and route (path) resolution services over InfiniBand. It is intended to address connection setup scalability issues running MPI applications on large clusters. The IB ACM provides information needed to establish a connection, but does not implement the CM protocol. A primary user of the ibacm service is the librdmacm library. Multi-Arch: foreign Homepage: https://github.com/linux-rdma/rdma-core Package: ibverbs-providers Priority: optional Section: net Installed-Size: 441 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: ibacm-dev (<< 43), libipathverbs1, libmlx4-1, libmlx5-1, libmthca1, librxe-1 Provides: libefa1, libipathverbs1, libmlx4-1, libmlx5-1, libmthca1 Depends: libc6 (>= 2.14), libibverbs1 (>= 25) Breaks: ibacm-dev (<< 43), libipathverbs1, libmlx4-1, libmlx5-1, libmthca1, librxe-1 Filename: ./ibverbs-providers_50mlnx1-1.50218_amd64.deb Size: 135676 MD5sum: d16f81755ef95db68ad4aa1940cd5fb1 SHA1: 653ec7d760e7a27254680ba344a4bec1f900273b SHA256: 8ecd383d22cc8a112d033d426ba02ab3e53bbe9fe3b505f58a8bd338aaeff5c6 SHA512: 1cb876cc96922dd75093ef779fdc7f7b41917d868092d0e9388147f343edad14322ded5b158216dce4d30bf58b7675bead818c1e530b12927e22decde1d271fe 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: 267 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libc6 (>= 2.14), libibverbs1 (>= 24) Filename: ./ibverbs-utils_50mlnx1-1.50218_amd64.deb Size: 54860 MD5sum: 1a90f4ce1c92cb445b777c5c59ae2002 SHA1: 4e544f88e256d654addbb7bcf8d99140fe1641be SHA256: 22328e8c0a69f0d36963f9f299af5bc229d361e9514d5282fd8ed4ed96408f06 SHA512: e290f1c75818f21af65e0190bccacb8ebd204c044316d51a8567d3a71939b6739c661e202032c7955d9767fe0ccfafe3095b3835c0b402e0157ea3c19e8eb10b 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: 938 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: infiniband-diags-compat Provides: infiniband-diags-compat Depends: libibnetdisc5 (= 50mlnx1-1.50218), perl:any, libc6 (>= 2.17), libibmad5 (>= 1.3.12), libibumad3 (>= 3.1.26) Conflicts: infiniband-diags-compat Filename: ./infiniband-diags_50mlnx1-1.50218_amd64.deb Size: 155880 MD5sum: 47f110f40b38bcc4454591b50613cead SHA1: af5fe9b3b0e475ac3323427e70ddfec2d7d2d556 SHA256: ec1f42483501983df68a3883fd0a5214baa5ce9bd2cb31b814fd32444ff9a9e5 SHA512: af90cf91822a079b958ffe17337405ca78a6deb8cfc9b63bb474f4aa4dad1d5f42246020696f74130f92a149738ecd9ac5ec616f2aaba9ea6d9478bdfd186fa2 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: 257 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: libibmad-devel (<< 6) Provides: libibmad-devel Depends: libibmad5 (= 50mlnx1-1.50218) Breaks: libibmad-devel (<< 6) Filename: ./libibmad-dev_50mlnx1-1.50218_amd64.deb Size: 48760 MD5sum: 59b340d5f1e311fd5ba40907d7ef7846 SHA1: f8f9e26d457b27a80baaace0982813d14b024e14 SHA256: cf4ef59db20c5a6f0d37e16ecc133d960c5f2a4e40be690b5a5501754400296a SHA512: 0c23e99337e8379324a781369db990a498f9e222474c82a202e06c11a19a484ec93aac2a4440e1b14318c2e923074a22af68ada46ad4169b079c4edd19e4cf8a 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: 162 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibmad5 (= 50mlnx1-1.50218) Filename: ./libibmad5-dbg_50mlnx1-1.50218_amd64.deb Size: 110288 MD5sum: 147812da4010476c8b7e1d4043c7db27 SHA1: e417a94434757ef284a106ebb0a23d6e6a6896bb SHA256: 3bc901fd403c4e14c3da400ee0eef0c2f9de5de3a1c088514ec215c17230affe SHA512: b609c37c0550837a78ebd51b73eeab335753a9fcb046e151efd999b1c367e970c9ffdbe0a1104f8b16b4d88404b6b0e74936b976f6da99dcba1352d7a8b48d77 Description: Infiniband Management Datagram (MAD) library libibmad provides low layer InfiniBand functions for use by the Infiniband diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package contains the debug symbols associated with libibmad5. They will automatically be used by gdb for debugging libibmad-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Build-Ids: 55dbda514d48ea7250e6fbd6f36e3bd583160c49 Package: libibmad5 Priority: optional Section: libs Installed-Size: 161 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libc6 (>= 2.14), libibumad3 (>= 1.3.9) Filename: ./libibmad5_50mlnx1-1.50218_amd64.deb Size: 39768 MD5sum: 1f161d47b70ddbfda1efa0cabab9c9ca SHA1: 124200bf1859792c48a2f4c1783f99f5329734c6 SHA256: 642e65c15bd4ef3ffdd45b60f1589032eecd6d23668c51bd4b78d5c8851b848d SHA512: d2762e83a1c303c932ffd13abd6f8db479038b78a940c344fa885583ca130404ede988b0cf87a71144f03fb601abff48b3f86946acca34449a738f1a9db7b133 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: 157 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: infiniband-diags (<< 2.0.0) Depends: libibnetdisc5 (= 50mlnx1-1.50218) Breaks: infiniband-diags (<< 2.0.0) Filename: ./libibnetdisc-dev_50mlnx1-1.50218_amd64.deb Size: 40312 MD5sum: 1654bd0e5f62422bdcefac87b4cc1268 SHA1: af4cf6466b3bc287c811dfed3ba5cd7ec854547e SHA256: 8629afd97caeed9b35321dd0d732bfe5d39bd86d0bb31ce24c31359cf45de737 SHA512: 5e34fb7185de24a5f1a6aca4e61e4cdbce1a1771081d809e4147ba7a55cdb826fccf300b30cece23a35ae36b2575d8948fb52ad8c5349da50dfb0c3566d0f8c1 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: 134 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibnetdisc5 (= 50mlnx1-1.50218) Filename: ./libibnetdisc5-dbg_50mlnx1-1.50218_amd64.deb Size: 94528 MD5sum: ee0761479895dff28d3021299e132188 SHA1: 13ea5800d6d4985d09f690ff18b3f2842087545e SHA256: ea1e97188b70acd0a384f091fcdbff73599fbdb739aaae29e1d9963540e146ae SHA512: 8297dde67d383609b97aa8f1f9559106d4c4605c8ccfcf0073f921ec39a01eff7cf1fd0532ff322dbc92fc9c4d6e829d1f8129aea9135983a25143df90e51d7a Description: Debug symbols for the libibnetdisc library InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package contains the debug symbols associated with libibnetdisc5. They will automatically be used by gdb for debugging libibnetdisc-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Build-Ids: d345b8596415a0a349e01367a22028885a056011 Package: libibnetdisc5 Priority: optional Section: libs Installed-Size: 99 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libc6 (>= 2.4), libibmad5 (>= 1.3.11), libibumad3 (>= 1.3.9) Filename: ./libibnetdisc5_50mlnx1-1.50218_amd64.deb Size: 31824 MD5sum: ca17c119276f2730e5a315c2b234e3fb SHA1: ecd1be22a643237265b58fc9e40a3ca2b73addd2 SHA256: 9c9a6076c93d73118f76275dad0abf3e2def63c9004273d0bcb5753fe58df0de SHA512: be822897e86922ef0e5707592f3a3db36903773df9a88180bbc2cc8d502933639ea2e10564dc1023c66aa883fb3c1abb76b906c96e35267c0701c5ac9350052a 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: 184 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Replaces: libibumad (<< 44), libibumad-devel (<< 44) Provides: libibumad-devel Depends: libibumad3 (= 50mlnx1-1.50218) Breaks: libibumad (<< 44), libibumad-devel (<< 44) Filename: ./libibumad-dev_50mlnx1-1.50218_amd64.deb Size: 54144 MD5sum: e75a07f39b4117dab6db09ce42209fd0 SHA1: 972c13b19bcf047d0438af69fed07722e976b0ee SHA256: 779f05288b6f7b66a09da6e872fa247b682b5e87a969f4613285538d98bb2238 SHA512: 2ef1df07c4f1a7d7615d809547451695e6a56edc9df878fd4ce55b8fda3186fea5f1c51207992164a5e769bf0e8d26854a5e8e8cd17f0788c765fdf7d95285f6 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: 85 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Depends: libibumad3 (= 50mlnx1-1.50218) Filename: ./libibumad3-dbg_50mlnx1-1.50218_amd64.deb Size: 47880 MD5sum: 0ab7fdeff811373b986602fc77919592 SHA1: 18451916a49f813c27998862214add1c36e07d2b SHA256: 41c72beb65d20dfd14b993d31074f70499734ab70678cc3b7ce930b57f106800 SHA512: 9313478851ae00a6271a66d54f3b53bd8d77551d03a46b7b27207a56511ccd5a49bce93865c63e170bbaf4a8090a0eebff3c5250a764acd0206e22c96ba84986 Description: Debug symbols for the libibumad3 library libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package contains the debug symbols associated with libibumad3. They will automatically be used by gdb for debugging libibumad-related issues. Multi-Arch: same Homepage: https://github.com/linux-rdma/rdma-core Build-Ids: 1e4c7eb0cd7c26f687b5be35d6562d802b34d4fa Package: libibumad3 Priority: optional Section: libs Installed-Size: 88 Maintainer: Linux RDMA Mailing List Architecture: amd64 Source: rdma-core Version: 50mlnx1-1.50218 Provides: libibumad Depends: libc6 (>= 2.4) Filename: ./libibumad3_50mlnx1-1.50218_amd64.deb Size: 26252 MD5sum: de04db018247ab6a7c88abde5976b52a SHA1: 936b998e39e9382383e6b86ef27e27a104bf3174 SHA256: 03825df57d4e26136f922f38078c894209d083abbd57457957ad22576bd80c4c SHA512: d0c9e3c95ecbdf5bc2c3e7fde06132be7e4be46e9fc941e5c0c8bfdc81b0fad879e78b495476835415261027b86f0242b1febf2f6de206bbf3b7a5a9e3d111b8 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: iser-dkms Priority: optional Section: kernel Installed-Size: 165 Maintainer: Mellanox Technologies Architecture: all Source: iser Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, mlnx-ofed-kernel-dkms Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./iser-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 34796 MD5sum: fdc5c7a8bf8306e414d4462289f836d6 SHA1: 3f27563d7a3afba854911bbadbab91a16d170964 SHA256: df6391ff89286ff6b7df8ec3b93a86e62c1bbcd39daf2641e3d11e7ab2df15dc SHA512: a1552cdce7280852a8abf62ef2033b0d50db65a47f8ee8e98de6e96a299bef5b9116a7ea7c84705720c4b59d0ea5afe30221d6beab711b46d4515731e7b9da4f Description: DKMS support fo iser kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: isert-dkms Priority: optional Section: kernel Installed-Size: 120 Maintainer: Mellanox Technologies Architecture: all Source: isert Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, mlnx-ofed-kernel-dkms Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./isert-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 23896 MD5sum: 9e998745eec093d9d0489c8a54c25b6d SHA1: 42a814ffed31771c6e5e5b5afbbe5f420eb22ead SHA256: 2c92e1e247a6f0334939ec01c6414a8bf0e72aef3722c7806bc09906271c9ce9 SHA512: 6a512367d41f28473c346d9d1963373962ea2fc984e0655e19619f6c06fdc847e90209dcea7af301445e405359a9593c47ce0b947aee27a3e852d6c2e4fe4bd9 Description: DKMS support fo isert kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: kernel-mft-dkms Priority: optional Section: kernel Installed-Size: 104 Maintainer: Omer Dagan Architecture: all Source: kernel-mft Version: 4.14.0-105 Depends: dkms, make Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers-generic | linux-headers Filename: ./kernel-mft-dkms_4.14.0-105_all.deb Size: 22080 MD5sum: 1e175c4be539f91d7a6bc9566f5b6ffa SHA1: 51e40bc08bb6bc1daba008d1d4f22494b8f34170 SHA256: d97c7c2abf9aded8cc4f4411b6bcebc29018d705ad2ce8e72b927b5a65dcf2c1 SHA512: a111e10e82c823f1f1312f8ea0e41efc53d44d278d784914f5568f2ebd557dd05a287eebbfc10b0385890b0a33efc1fdc4545a4c7605270f3f67df5e8f5bee4c 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: 260 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: 37652 MD5sum: a83c1c8324f8da0e2ec52fc72b289f27 SHA1: 6a23749b74c32df05fc044c5076051a52ba70429 SHA256: 19e1ecbf4b522bf02da4434b45165564ac6300ab99ea881f7577dfcd474d41f3 SHA512: c21c8dac9d8c5c0dd068b79c6e61d3738001912f522d509924d4dd0ab51b4359318a112e0dc8f7b514beb8f5ee57ded7fea497a02a637623aa34eb193f7d13c0 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: 1432 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: 165456 MD5sum: 852d7543a53698eed73d0efd6ccfd121 SHA1: 6f59815949248321102196c0b1d688d9857a92c3 SHA256: 20b7e44db1c21b022a4fc54bfe344abd63dace1d3e346e95b32fbdfcda26c2d6 SHA512: 2269b9a804d648fc76763ac65faf41f9589c62f745f4868ebf80dcf19cd2b64754ac6ce75de235d90f7f0368bc03112afd1f4e4a9dd8cfe18d1da918e64dc88a Description: DKMS support for mlnx-ofed kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package provides the source code for the mlnx-ofed kernel modules. . This package contains the source to be built with dkms. Homepage: http://runtime.bordeaux.inria.fr/knem/ Package: mft Priority: extra Section: alien Installed-Size: 215326 Maintainer: MLNXshared tgwork team Architecture: amd64 Version: 4.14.0-105 Depends: libc6 (>= 2.3.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1) Filename: ./mft_4.14.0-105_amd64.deb Size: 66993734 MD5sum: 06311e5a678834f53064cc53193aef3b SHA1: 2e03cedb7bfd286c428144b1ebbbe08979645cf0 SHA256: 579336fa7b50ad7552068ce11eee150a2216ca906811e54e3c7fd05e9b4416fb SHA512: 4b939b5f3a9f991f57a820758ab3b07e8388e1ce3efbe08e9fa1ee1eb60510657d91d81c10ae2c582f4ad6126371bc0de56904bc076f7269e772e6880184e629 Description: Mellanox firmware tools Mellanox firmware tools . (Converted from a rpm package by alien version 8.95.) Package: mlnx-fw-updater Priority: extra Section: utils Installed-Size: 17391 Maintainer: Alaa Hleihel Architecture: amd64 Version: 5.0-2.1.8.0 Depends: libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), perl Filename: ./mlnx-fw-updater_5.0-2.1.8.0_amd64.deb Size: 17663714 MD5sum: 0db4e4da148dd230a6270ff46d1d6561 SHA1: 0ffed966acd12ee34e9f72f03ec1eba5ee5169cc SHA256: a736b5fe2e325781a9ced55279539abc574de29006330efaa8504bd8cb6f4174 SHA512: 02654c9f5eb85bfe8f5157df2578b71cd9ebdb2d5aacd66fb77307246c3ee4b27684ccf480d32e94bb427a35c11fd73ce8a4eb19cf9a1c6b5bab3be87865f850 Description: Mellanox Technologies Firmware update package Homepage: http://www.mellanox.com Package: mlnx-nvme-dkms Priority: optional Section: kernel Installed-Size: 1024 Maintainer: Mellanox Technologies Architecture: all Source: mlnx-nvme Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, mlnx-ofed-kernel-dkms Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./mlnx-nvme-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 175372 MD5sum: 804fee8077da7e6fe9ccc9324c08add0 SHA1: 1bd4e669ed43ea8f246282a72f42cead826843e9 SHA256: 32c59535daf865f451bc4ea5440155456e7ba2be325c7b181bf91e3d46c615a9 SHA512: 8de01bd21c4def9a9fcf9d315e57b194413f800b050369d62d99556ff1fffbcf937926e42061ebcde019041bcd052d00d01685d0d2026b0144a3a7c902dc225c Description: DKMS support for nvme kernel module 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-kernel-dkms Priority: optional Section: kernel Installed-Size: 22396 Maintainer: Vladimir Sokolovsky Architecture: all Source: mlnx-ofed-kernel Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, coreutils, pciutils, grep, procps, module-init-tools | kmod, lsof, mlnx-ofed-kernel-utils Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers-generic | linux-headers Filename: ./mlnx-ofed-kernel-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 2555444 MD5sum: 76615eb9f2c77f3c66ca7f797be22dda SHA1: 75f76f4a7fcd8db8058462dd5c26d01ec4351a3e SHA256: 499b2bd979233aafe13a1d2d68e3a2d2780470917654b5506f643f364be06821 SHA512: e323eb373d58b194f1b5263346e54978695bd2e6ddc1e965d555aa3bfb3eb9a95032d64112c73a0f9b33b9d07d45b9c967b39b10fec1bd5e1206ab1209130fdf 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: 493 Maintainer: Vladimir Sokolovsky Architecture: amd64 Source: mlnx-ofed-kernel Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: coreutils, pciutils, grep, procps, module-init-tools | kmod, lsof Filename: ./mlnx-ofed-kernel-utils_5.0-OFED.5.0.2.1.8.1.g5f67178_amd64.deb Size: 93832 MD5sum: a723513cb1ec3d6ea98e63bca0d81418 SHA1: 31b687f92aba5e8a1d01bae7fc1aa1c547a47d81 SHA256: 0d910d1aaeda02ccec47b3a0b1beb8c2988ff2e15fbac8838aeb6bd0ebaba283 SHA512: 46deaff5ad8683d02849f1dbdd3399c6615e136b933c2b79325667bf89b8e7db2c00f3a0fd76b546346a44c908d6b922f677e2b6febdd17cd13ca906bf991c98 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: mlnx-rdma-rxe-dkms Priority: optional Section: kernel Installed-Size: 366 Maintainer: Mellanox Technologies Architecture: all Source: mlnx-rdma-rxe Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, mlnx-ofed-kernel-dkms Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./mlnx-rdma-rxe-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 59656 MD5sum: 0bd368a97ad91f8e03dbd7b598e7e6ae SHA1: ba89a229dc859db9a06e14988049030b54159b7d SHA256: 6a08a167b545d4ba7abc83f64b05e5cb24f772b2ecfcc02dfadb9015e9d161f5 SHA512: 973c31d893de086a9889a8dcac74ec98199dcbbef5363ab4871d214839fc83f343499c69e94282f8792af4f6411996ea93efee3ffdddb83b94b9f394bbf6dd18 Description: DKMS support for rdma-rxe 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: neohost-backend Priority: extra Section: alien Installed-Size: 180802 Maintainer: MLNXshared tgwork team Architecture: amd64 Version: 1.5.0-102 Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1) Filename: ./neohost-backend_1.5.0-102_amd64.deb Size: 40399254 MD5sum: 66b11e555741d50be0387d6fe754ab7c SHA1: 9e2b6ebcf6c7f9e193f0b375b593b078c2dfad43 SHA256: 2f8a85f07640164902783f8799c0ff0b295c5cacea6fb27205f83d836a0bb1b4 SHA512: 7099517300f8fa90936971864eca0356c726d589ec6b2c46fddc8efd1d962bc2bee2e099022dfe1a085e83ae234ab1b92335fa229d7f73fc1c34e3e8f937daf5 Description: NeoHost-Backend tool Mellanox NeoHost-Backend tool package . (Converted from a rpm package by alien version 8.95.) Package: neohost-sdk Priority: extra Section: alien Installed-Size: 183 Maintainer: MLNXshared tgwork team Architecture: amd64 Version: 1.5.0-102 Filename: ./neohost-sdk_1.5.0-102_amd64.deb Size: 20876 MD5sum: fe73738849ce018ade07a1eecb99de62 SHA1: 95bd06029b7c1eb1cf4a2fc6657053d286d9a07a SHA256: fa9e552a6e35f9f06da5028a472c120522727094671b1247e9a18ec12299521b SHA512: 8563b4e289eab6ddf33612ca41f7317fba0080f727af8fa377b93a0ba9cd3ca19b9d33264e6b5bfaaac2e75b9449dd81661cee7443850ebb719b96e2202fc646 Description: NeoHost-SDK Mellanox NeoHost-SDK package . (Converted from a rpm package by alien version 8.95.) Package: rshim-dkms Priority: optional Section: kernel Installed-Size: 222 Maintainer: Mellanox Technologies Architecture: all Source: rshim Version: 1.18-0.gb99e894.50218 Depends: dkms, make Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./rshim-dkms_1.18-0.gb99e894.50218_all.deb Size: 45628 MD5sum: f7fd3b21dca0cbcc1d7a59cb4754428c SHA1: 141d6e7aa4de8f2da0b7361266c84e7f3ae2109f SHA256: bf0667fdb4aa8b4909bcf2e72dd171fc9605a32c2a05611960780f6d826fce16 SHA512: 655df69e31a91790627604736d12db4b6d0a1938f3f42a845af88b76c2b8d7db5d20725cd62192a81c4d99592b68c780497662a56f994a0829742a9b238c0324 Description: DKMS support fo rshim kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: srp-dkms Priority: optional Section: kernel Installed-Size: 213 Maintainer: Mellanox Technologies Architecture: all Source: srp Version: 5.0-OFED.5.0.2.1.8.1.g5f67178 Depends: dkms, make, mlnx-ofed-kernel-dkms Recommends: linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers | linux-headers-generic Filename: ./srp-dkms_5.0-OFED.5.0.2.1.8.1.g5f67178_all.deb Size: 44184 MD5sum: 719163a450e0b88a90ce896fdc3bc89b SHA1: d792531c764a0041e3ce8def7d8f25bab8f6d03a SHA256: c69b607e8f3f6b09b88e49882e81583c956f2b880ffebad346c446a4b2e2c9a4 SHA512: 66fd7e0c84d211924b7079fd68fd5dd839e5532198ac68aed8321e4c14ab2db9e6322264245fd7310d62b7e137876d24d00218418ca43acba02140fc1c08dc1d Description: DKMS support fo srp kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package contains the source to be built with dkms. Homepage: http://www.mellanox.com Package: mlnx-ofed-basic-exact Priority: extra Section: utils Installed-Size: 25 Maintainer: Alaa Hleihel Architecture: all Source: mlnx-ofed-basic Version: 5.0-2.1.8.0 Depends: iser-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibacm (= 50mlnx1-1.50218), kernel-mft-dkms (= 4.14.0-105), libibumad3 (= 50mlnx1-1.50218), libibverbs1 (= 50mlnx1-1.50218), rshim-dkms (= 1.18-0.gb99e894.50218), libibnetdisc5 (= 50mlnx1-1.50218), ibverbs-utils (= 50mlnx1-1.50218), rdma-core (= 50mlnx1-1.50218), opensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mlnx-iproute2 (= 5.4.0-1.50218), mft (= 4.14.0-105), infiniband-diags (= 50mlnx1-1.50218), isert-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-rdma-rxe-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (= 50mlnx1-1.50218), librdmacm-dev (= 50mlnx1-1.50218), mstflint (= 4.13.0-1.41.g4e8819c.50218), opensm-doc (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libopensm-devel (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibmad-dev (= 50mlnx1-1.50218), libibumad-dev (= 50mlnx1-1.50218), ofed-scripts (= 5.0-OFED.5.0.2.1.8), libibverbs-dev (= 50mlnx1-1.50218), srptools (= 50mlnx1-1.50218), srp-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), librdmacm1 (= 50mlnx1-1.50218), mlnx-ethtool (= 5.4-1.50218), mlnx-ofed-kernel-utils (= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (= 50mlnx1-1.50218), ibverbs-providers (= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178) Filename: ./mlnx-ofed-basic-exact_5.0-2.1.8.0_all.deb Size: 1550 MD5sum: 20f640a2c29028fb1eba686da33a0d18 SHA1: e803bd82bf10241c78c4e87bb4ed348ddaac20f3 SHA256: 83eb6a581eba8f7839327856872f40c760c4075f29aae88228d91ec443cdb508 SHA512: 76ffc252b7639a1851527529f3c827dd72089c88cf1ec14b3cb4b7e8626484282bbfbf2bfe869e7dc3d0fde05e77c876a7911aabc5f5b393332acb76cba2687e Description: MLNX_OFED basic installer package (UPSTREAM_LIBS) (with DKMS support) (exact) This is a meta-package that imposes strict dependencies: depends on exact version numbers of its dependencies. Homepage: http://www.mellanox.com Package: mlnx-ofed-basic Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibacm (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), libibnetdisc5 (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), mft (>= 4.14.0-105), infiniband-diags (>= 50mlnx1-1.50218), isert-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-rdma-rxe-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdmacm-utils (>= 50mlnx1-1.50218), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibmad-dev (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibverbs-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), librdmacm1 (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178) Filename: ./mlnx-ofed-basic_5.0-2.1.8.0_all.deb Size: 2056 MD5sum: db911899c0778f4dee78217c06c7d779 SHA1: 6e4b51a297ae03d753b9afb49eaba152a31b392c SHA256: d4abb39dafa5bcbf495364f04f14ce954653ad66fa9ddf603b8abaf07f4a297f SHA512: 92b511bcc65c341e7ec4ee9b0cd9d9c73642a09c88939d0266a28625f30e31e04ef32a446d985d006004f74db2e0a7b2863287184c1154c372f539510be570e6 Description: MLNX_OFED basic installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-eth Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: mlnx-rdma-rxe-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libvma (>= 9.0.2-1), rdmacm-utils (>= 50mlnx1-1.50218), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), libvma-utils (>= 9.0.2-1), libibverbs-dev (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), mlnx-ethtool (>= 5.4-1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), librdmacm1 (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-providers (>= 50mlnx1-1.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), kernel-mft-dkms (>= 4.14.0-105), libvma-dev (>= 9.0.2-1), ibacm (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), isert-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mft (>= 4.14.0-105) Filename: ./mlnx-ofed-vma-eth_5.0-2.1.8.0_all.deb Size: 2218 MD5sum: cc7c7d7123db9069eadaa0642b427671 SHA1: b7b339ef990377b07395ed83cd9d639b83d8e243 SHA256: f864755de64c6a309799422e672e39a14ab25fa19e0806052626671f38790a4a SHA512: 5838c1c10d59e31cd9eb487f6871a3901cc7c1f17a040b82ff7ca959083c2d6df91408aca4e2448ec779f9daa237e3cf94c8539fd155c49d492cca4ecdb0781b Description: MLNX_OFED vma-eth installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-kernel-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: kernel-mft-dkms (>= 4.14.0-105), mlnx-rdma-rxe-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), isert-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), rshim-dkms (>= 1.18-0.gb99e894.50218) Filename: ./mlnx-ofed-kernel-only_5.0-2.1.8.0_all.deb Size: 1860 MD5sum: d070b279bd8dee70ab8d62a76b05b64b SHA1: 4c125d3527960c347b0f0de3cfe8abdf19393932 SHA256: 9164385c0a67046d8f533a8d559c62ea9b7aacefff63e2ca633de1a99fb5d1ff SHA512: d632c5d76fadb381e929ca691f5bc9680a75c2ce9d8fac3017ae27119e6178a66452572fd5e3d8e1a3561ad4b3fb826b71c48b69ebc274309dca8d7f2b6b0e57 Description: MLNX_OFED kernel-only installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-eth-only-user-only Priority: extra Section: utils Installed-Size: 25 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: kernel-mft-dkms (>= 4.14.0-105), mstflint (>= 4.13.0-1.41.g4e8819c.50218), mft (>= 4.14.0-105) Filename: ./mlnx-ofed-eth-only-user-only_5.0-2.1.8.0_all.deb Size: 1502 MD5sum: 901d93f573a416a7cf9fbac18ae2fc10 SHA1: e411c9483ad176d5954674f15fbb5e272e41e5e9 SHA256: e67642a310e983ad7b4aa63342ae6b7dbe2aff22dca04d0e054690b299b69902 SHA512: 9e843843c94d4405def68473e9e12fc061a92238391e7e76cdbba85f347fa46b2b04ce92dc605653ccf2f9fb72bae8f3445ae14dd583390d25f50b254ec4e739 Description: MLNX_OFED eth-only-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-all-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibmad-dev (>= 50mlnx1-1.50218), mpitests (>= 3.2.20-e1a0676.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibumad-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), librdmacm1 (>= 50mlnx1-1.50218), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), mlnx-ethtool (>= 5.4-1.50218), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), libibmad5 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibdump (>= 6.0.0-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), hcoll (>= 4.5.3045-1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibumad3 (>= 50mlnx1-1.50218), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), ucx (>= 1.8.0-1.50218), libibverbs1 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libibnetdisc5 (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), mft (>= 4.14.0-105), openmpi (>= 4.0.3rc4-1.50218), infiniband-diags (>= 50mlnx1-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), ibsim-doc (>= 0.9-1.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), ibsim (>= 0.9-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibacm (>= 50mlnx1-1.50218), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), kernel-mft-dkms (>= 4.14.0-105) Filename: ./mlnx-ofed-all-user-only_5.0-2.1.8.0_all.deb Size: 2270 MD5sum: 35f898d8ec496b8c0b96666de600b0eb SHA1: f82f94c506048659669debb9d5e179b371aa80de SHA256: 99bd588fdac57d059cb8066919d4ceb8509c1961b101ec6d81096e9d6c72a7e8 SHA512: da0eb44062c56ae6ffc52dac0925de4a648814d80f961539d8cd461405664aee0b2d825427a751f212d730e47d96f311397c7b089c536857636500e8d8269c68 Description: MLNX_OFED all-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: ibverbs-utils (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad3 (>= 50mlnx1-1.50218), python3-pyverbs (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibverbs1 (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), libibverbs-dev (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), rdmacm-utils (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-dpdk_5.0-2.1.8.0_all.deb Size: 1896 MD5sum: 951f7abfabc52bb931db2d73e0da077f SHA1: 93173dedf35640a27a4ed788426a3882bb866b79 SHA256: 1f11b0780dc51236abe00a693dd7e22a1bcb531823b5b585abba34d100ad7a93 SHA512: f5181f6e945b215d7ff827db721aec9f021c0d7a2038b725ebd3ec60203ce311657e946eee1d3c49fbeed9c9815a4e7e06e575e448531bc25f77af13ca0c0fab Description: MLNX_OFED dpdk installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-bluefield Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ethtool (>= 5.4-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), librdmacm1 (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibverbs-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibumad-dev (>= 50mlnx1-1.50218), libibmad-dev (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), rdmacm-utils (>= 50mlnx1-1.50218), mlnx-rdma-rxe-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mft (>= 4.14.0-105), isert-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), infiniband-diags (>= 50mlnx1-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), rdma-core (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibverbs-utils (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libibnetdisc5 (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), libibverbs1 (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), ibacm (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178) Filename: ./mlnx-ofed-bluefield_5.0-2.1.8.0_all.deb Size: 2128 MD5sum: 88ba506519b2ab88845a4abe852f4bcf SHA1: 67ab765eb0af3b6451b08d49fc3f4e673c5969b7 SHA256: 7e831fbcb4fc5b7e140dcb449f0ab4acc3eab8eb4fd32ee00267f4232c7809d0 SHA512: 341d3131728a5f7ba430b6ac3ec6c71252c57d43f021758bdfb9f87715965dda17ae6b14e798fd4288b29bc1ad89df1fb1d5cdb09d94dc0bcd2937b592a36a9a Description: MLNX_OFED bluefield installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-eth-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-iproute2 (>= 5.4.0-1.50218), mft (>= 4.14.0-105), ibverbs-providers (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), mlnx-ethtool (>= 5.4-1.50218), rdma-core (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibverbs1 (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), libvma-utils (>= 9.0.2-1), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), libvma-dev (>= 9.0.2-1), ibacm (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), rdmacm-utils (>= 50mlnx1-1.50218), libvma (>= 9.0.2-1) Filename: ./mlnx-ofed-vma-eth-user-only_5.0-2.1.8.0_all.deb Size: 2202 MD5sum: a7ee910cfeaffbae429f4e8d323ab2d0 SHA1: 035a18e694fcefe595a7a96e0b8989b758acd3e9 SHA256: 41d5b8024f1b184228c133c2a9871e86f9ae2783a20a498700761f153a71c7f8 SHA512: 5605443113a8a312672ff5c2af082b0030638c1c04c58f177098f5e098768be0fc963a43abb325cf0b2276ce9f444f7554e9396fed2a1d2c56291b44d941e411 Description: MLNX_OFED vma-eth-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk-upstream-libs-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: rdma-core (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), mlnx-dpdk-dev (>= 19.11.0-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-providers (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), python3-pyverbs (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), mlnx-dpdk (>= 19.11.0-1.50218), ibacm (>= 50mlnx1-1.50218), librdmacm-dev (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), openvswitch-switch (>= 2.12.1-1.50218), libopenvswitch (>= 2.12.1-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), openvswitch-common (>= 2.12.1-1.50218) Filename: ./mlnx-ofed-dpdk-upstream-libs-user-only_5.0-2.1.8.0_all.deb Size: 2280 MD5sum: 056e599c6f7f584c2100b13363d8cfe6 SHA1: b0d82c3aabd4b6e9a32c7bd016734ee1b4ce8170 SHA256: 9bbda28c8e532bb71e7233ebe7c4388a23f59547ac5f4585d8beafa02583ba4a SHA512: c786aa5826d30cdfca469ab5c9ccaf73411dec5b283c93487aac32bc4ce2cbc8f2c48d60bd2b0233f356f39b7a692c4e71c0503fff340d6d7e00cb2909cd9657 Description: MLNX_OFED dpdk-upstream-libs-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), libvma (>= 9.0.2-1), rdmacm-utils (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibverbs-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibmad-dev (>= 50mlnx1-1.50218), libvma-utils (>= 9.0.2-1), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), mlnx-ethtool (>= 5.4-1.50218), librdmacm1 (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), ibsim (>= 0.9-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), kernel-mft-dkms (>= 4.14.0-105), libvma-dev (>= 9.0.2-1), ibacm (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libibverbs1 (>= 50mlnx1-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), libibumad3 (>= 50mlnx1-1.50218), ibsim-doc (>= 0.9-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), mft (>= 4.14.0-105), infiniband-diags (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-vma-user-only_5.0-2.1.8.0_all.deb Size: 2422 MD5sum: 334b064336e174af846d76c54c568d3b SHA1: 2c3649bdc5464470d80373c586950de2a6af0c5d SHA256: ec631c29ad49e6b2681e2dc0616448295ed7c15b1a421ae5f891eaf407d08da2 SHA512: 9e096945e4bdd726cf7836d07e360830603100831bcc25bbd19df8c3294bd197e627f4c4b294c3a7811d312806ae20a53a83d6f5e98a88c05eb2f998d85a9def Description: MLNX_OFED vma-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-bluefield-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: kernel-mft-dkms (>= 4.14.0-105), ibacm (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), mft (>= 4.14.0-105), infiniband-diags (>= 50mlnx1-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), rdma-core (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibverbs-utils (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libibnetdisc5 (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), rdmacm-utils (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ethtool (>= 5.4-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), librdmacm1 (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibumad-dev (>= 50mlnx1-1.50218), libibmad-dev (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-bluefield-user-only_5.0-2.1.8.0_all.deb Size: 2088 MD5sum: 967722b1c486e4e58d68ece1a3381f7a SHA1: 760c893b3b448c6d0e1ca015788b894558c52a80 SHA256: 494ba784b9c10183f459c03abcc7049671b5e501b58b010829d91979d19384cd SHA512: 3912e5b1af254a53fd977ae76679f69b3365cfdd10bc790bdfd54a1ebfa9fbfcdaec42abe240a826cf545f09a0c0e458b181bdcc737c5fbbffd38d085f34457b Description: MLNX_OFED bluefield-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-2.1.8.0 Depends: libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), ibacm (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), mlnx-iproute2 (>= 5.4.0-1.50218), openmpi (>= 4.0.3rc4-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), libibverbs1 (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), librdmacm-dev (>= 50mlnx1-1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), hcoll (>= 4.5.3045-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), librdmacm1 (>= 50mlnx1-1.50218), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), mlnx-ethtool (>= 5.4-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), srptools (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibsim (>= 0.9-1.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), infiniband-diags (>= 50mlnx1-1.50218), mft (>= 4.14.0-105), isert-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibsim-doc (>= 0.9-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), ucx (>= 1.8.0-1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), rdmacm-utils (>= 50mlnx1-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), mlnx-rdma-rxe-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), perftest (>= 4.4-0.23.g89e176a.50218), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), libibverbs-dev (>= 50mlnx1-1.50218), mpitests (>= 3.2.20-e1a0676.50218), libibmad-dev (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-hpc_5.0-2.1.8.0_all.deb Size: 2328 MD5sum: 9e105c97aad3fa34888ec2723130cfcd SHA1: 4a549992e7b269bbb14929836c6777fc71c00f12 SHA256: 3c73dcd772bbbafac7c95515cbffc34de13c3b580f2906720ddb65c4ff159ed6 SHA512: 72949b266f596c4e3cfdbc6daf3c74fb41af96cfac212acfa62383e5daf7ba750b8b6d06c746ca60ade1ef673a46fe135b19ec317b8bee3a6b1ebafd683e2bfc Description: MLNX_OFED hpc 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-2.1.8.0 Depends: kernel-mft-dkms (>= 4.14.0-105), libvma-dev (>= 9.0.2-1), ibacm (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibsim (>= 0.9-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibsim-doc (>= 0.9-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), isert-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mft (>= 4.14.0-105), infiniband-diags (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), libibverbs1 (>= 50mlnx1-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), libibumad3 (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), libvma (>= 9.0.2-1), rdmacm-utils (>= 50mlnx1-1.50218), mlnx-rdma-rxe-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), librdmacm1 (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), libibverbs-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibmad-dev (>= 50mlnx1-1.50218), libvma-utils (>= 9.0.2-1) Filename: ./mlnx-ofed-vma-vpi_5.0-2.1.8.0_all.deb Size: 2468 MD5sum: 7ac1ebc4284f41cd3f3e18e7110c8e94 SHA1: 67fe10fc72dca4182b7b14502c5ff0d81edd782e SHA256: ce1ebf744f4df1a589bd8a1a7380c8b88be1ee175b73f8e515c15e407c621c31 SHA512: 3ba82e94f4e00b4c1618a764c0e152734764d2a6be0c9fb68d60a2e964bb4402a07b7a5998470b2fb4a8ba9711f577698b0a87927528c2c9186a6c972d3fa677 Description: MLNX_OFED vma-vpi installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-basic-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibumad3 (>= 50mlnx1-1.50218), libibmad-dev (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibumad-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), mlnx-ethtool (>= 5.4-1.50218), rdma-core (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibmad5 (>= 50mlnx1-1.50218), mft (>= 4.14.0-105), infiniband-diags (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-iproute2 (>= 5.4.0-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibacm (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218) Filename: ./mlnx-ofed-basic-user-only_5.0-2.1.8.0_all.deb Size: 2008 MD5sum: 6c9fba5115114fd81d69d33b6730c316 SHA1: ebe79cc0ed235464cbdc1e0dca380db3b5bbec46 SHA256: be9f7190f0d4078a927efb5fefd5bae5caa4edc5d530813d42bfbe778c39d3c9 SHA512: a0dd9866d1c1975efe58701200879d43d1a45418a9fc7ef721aed19e36c5b016c55dd59f0a0a6edcf77be6ed678bf2734a08a300935eb5c90e3166b7b7362787 Description: MLNX_OFED basic-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma-vpi-user-only Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibsim (>= 0.9-1.50218), libvma-dev (>= 9.0.2-1), ibacm (>= 50mlnx1-1.50218), kernel-mft-dkms (>= 4.14.0-105), libibumad3 (>= 50mlnx1-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), libibverbs1 (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), ibverbs-utils (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), mft (>= 4.14.0-105), infiniband-diags (>= 50mlnx1-1.50218), ibsim-doc (>= 0.9-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), libvma (>= 9.0.2-1), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), librdmacm-dev (>= 50mlnx1-1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libvma-utils (>= 9.0.2-1), libibmad-dev (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibverbs-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), mlnx-ethtool (>= 5.4-1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-vma-vpi-user-only_5.0-2.1.8.0_all.deb Size: 2430 MD5sum: a2d68a0c5fbdff55014d8634504fc329 SHA1: 33f33e923f8082056c449cc3f9fbe807ddff86f0 SHA256: ed508d1eb148d5c34a40f0ef2dc9bf4e40bdabee511c6efb24b0d28eb25615d8 SHA512: fb13926f2b46feeda2c1e4b60c6c80e772b3a0ea4c9ebf523886b76a4b285f1bc9be3efa3d84e3f146927c455005d9af2c8e8c3983dae115d983d9dd20b171d5 Description: MLNX_OFED vma-vpi-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-vma Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: mlnx-ethtool (>= 5.4-1.50218), sockperf (>= 3.7-0.gita1e8e835a689.50218), librdmacm1 (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-providers (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), libibmad-dev (>= 50mlnx1-1.50218), libvma-utils (>= 9.0.2-1), libibverbs-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), mlnx-rdma-rxe-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), libvma (>= 9.0.2-1), rdmacm-utils (>= 50mlnx1-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), ibsim-doc (>= 0.9-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), infiniband-diags (>= 50mlnx1-1.50218), mft (>= 4.14.0-105), isert-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), libibumad3 (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libibverbs1 (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), kernel-mft-dkms (>= 4.14.0-105), libvma-dev (>= 9.0.2-1), ibacm (>= 50mlnx1-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibsim (>= 0.9-1.50218) Filename: ./mlnx-ofed-vma_5.0-2.1.8.0_all.deb Size: 2446 MD5sum: 8ccb4f51afbb12d314e3ec0ed2b02ef5 SHA1: d83a1e24aabda062a80a3479776764993e01c1b3 SHA256: 02d29eed3f6651f8239af26d59148b70d5ecf6fec4074221f6c6ee87341b8938 SHA512: fb7839059830e2c5378d997b1f754752c476295027ac0d2640fd2935be61e4c608bcea45437a2dd759d87b24b053a85eb29d0fe32a8c07cf07f148e0e77ce530 Description: MLNX_OFED vma installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-all-exact Priority: extra Section: utils Installed-Size: 25 Maintainer: Alaa Hleihel Architecture: all Source: mlnx-ofed-all Version: 5.0-2.1.8.0 Depends: libibdm1 (= 1.5.7.1-0.12.gdcaeae2.50218), rdmacm-utils (= 50mlnx1-1.50218), mlnx-rdma-rxe-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), mstflint (= 4.13.0-1.41.g4e8819c.50218), opensm-doc (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibverbs-dev (= 50mlnx1-1.50218), mpitests (= 3.2.20-e1a0676.50218), libibmad-dev (= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (= 5.0-OFED.5.0.2.1.8.1.g5f67178), libdapl-dev (= 2.1.10mlnx-OFED.3.4.2.1.0.50218), perftest (= 4.4-0.23.g89e176a.50218), ibsim (= 0.9-1.50218), cc-mgr (= 1.0-0.48.MLNX20200216.g4ea049f.50218), iser-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibutils (= 1.5.7.1-0.12.gdcaeae2.50218), knem (= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), dump-pr (= 1.0-0.44.MLNX20200216.g4ea049f.50218), ucx (= 1.8.0-1.50218), sharp (= 2.1.0.MLNX20200223.f63394a9c8-1.50218), ibsim-doc (= 0.9-1.50218), infiniband-diags (= 50mlnx1-1.50218), mft (= 4.14.0-105), isert-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdma-core (= 50mlnx1-1.50218), ibverbs-utils (= 50mlnx1-1.50218), ibdump (= 6.0.0-1.50218), libopensm-devel (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (= 50mlnx1-1.50218), ar-mgr (= 1.0-0.49.MLNX20200216.g4ea049f.50218), hcoll (= 4.5.3045-1.50218), srptools (= 50mlnx1-1.50218), srp-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (= 50mlnx1-1.50218), ofed-scripts (= 5.0-OFED.5.0.2.1.8), knem-dkms (= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), mlnx-ofed-kernel-dkms (= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (= 50mlnx1-1.50218), ibverbs-providers (= 50mlnx1-1.50218), dapl2-utils (= 2.1.10mlnx-OFED.3.4.2.1.0.50218), mlnx-ethtool (= 5.4-1.50218), librdmacm1 (= 50mlnx1-1.50218), libopensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibutils2 (= 2.1.1-0.121.MLNX20200324.g061a520.50218), kernel-mft-dkms (= 4.14.0-105), libdapl2 (= 2.1.10mlnx-OFED.3.4.2.1.0.50218), ibacm (= 50mlnx1-1.50218), libibnetdisc5 (= 50mlnx1-1.50218), libibverbs1 (= 50mlnx1-1.50218), rshim-dkms (= 1.18-0.gb99e894.50218), libibumad3 (= 50mlnx1-1.50218), mlnx-iproute2 (= 5.4.0-1.50218), openmpi (= 4.0.3rc4-1.50218), opensm (= 5.6.0.MLNX20200217.cedc1e4-0.1.50218) Filename: ./mlnx-ofed-all-exact_5.0-2.1.8.0_all.deb Size: 1832 MD5sum: 2defaaff99e187ac857589d61db5f53f SHA1: ceca4c472f4379b3cef8aa134cb4b4a47129ab7c SHA256: 7d80c2ef70153002d93fb3c50d4eebb48c61d7bd93064cf444fd3f3aa02ebe09 SHA512: 3fbb8cf590ddd2a561cfe6b82a4d6d9232c5fd51bbca9b21eaa61ebcd3cdc7167df72292c70862c398e994f18ee7bda9d2e9f91222ced12a5ed4ef1231bbe099 Description: MLNX_OFED all installer package (UPSTREAM_LIBS) (with DKMS support) (exact) This is a meta-package that imposes strict dependencies: depends on exact version numbers of its dependencies. Homepage: http://www.mellanox.com Package: mlnx-ofed-all Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), rdmacm-utils (>= 50mlnx1-1.50218), mlnx-rdma-rxe-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mstflint (>= 4.13.0-1.41.g4e8819c.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), libibverbs-dev (>= 50mlnx1-1.50218), mpitests (>= 3.2.20-e1a0676.50218), libibmad-dev (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), perftest (>= 4.4-0.23.g89e176a.50218), ibsim (>= 0.9-1.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), iser-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), knem (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), ucx (>= 1.8.0-1.50218), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50218), ibsim-doc (>= 0.9-1.50218), infiniband-diags (>= 50mlnx1-1.50218), mft (>= 4.14.0-105), isert-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), rdma-core (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), ibdump (>= 6.0.0-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), hcoll (>= 4.5.3045-1.50218), srptools (>= 50mlnx1-1.50218), srp-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), knem-dkms (>= 1.1.3.90mlnx1-OFED.5.0.0.3.8.1.g12569ca), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibmad5 (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), mlnx-ethtool (>= 5.4-1.50218), librdmacm1 (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), kernel-mft-dkms (>= 4.14.0-105), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), ibacm (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), libibumad3 (>= 50mlnx1-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), openmpi (>= 4.0.3rc4-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218) Filename: ./mlnx-ofed-all_5.0-2.1.8.0_all.deb Size: 2328 MD5sum: 85b08326b0e88cdb200a97b14738e9cb SHA1: 65e17adfc82f52560832470d30f14a0ccb613a20 SHA256: a020bb39641b5f8e29b45072d47d79bb61f29b4d22f7f5d25116787530f4fd67 SHA512: 6743e174d6e403e4b46707a34b0a539cea88d99069fbe6a5b0dd00121a30db67e14028cee4bcaadcc5ba1ec3f3665cab7d31b84cd8558ef282957f2c744e7467 Description: MLNX_OFED all installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: ibverbs-utils (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), libibumad3 (>= 50mlnx1-1.50218), libibverbs1 (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibumad-dev (>= 50mlnx1-1.50218), python3-pyverbs (>= 50mlnx1-1.50218), libibverbs-dev (>= 50mlnx1-1.50218), ibacm (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), rdmacm-utils (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-dpdk-user-only_5.0-2.1.8.0_all.deb Size: 1888 MD5sum: 8382f7fec772bc817d7fc19919f0d382 SHA1: b81facf999ef2dbab3f3a81d8e0ab0145fcd4ec6 SHA256: b4f0ee5a930f70d6218f3ba30f798dd4c654f9b0a2afda48b242f195af886886 SHA512: 53402667e734f7cdd1fb917c2d304a4d18a603e854f3e0ae8721b4205c7e98e39692a53421764d0f6540743216905545ee553d1d7c567849922ab37e2d88530a Description: MLNX_OFED dpdk-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-hpc-user-only Priority: extra Section: utils Installed-Size: 26 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: kernel-mft-dkms (>= 4.14.0-105), libdapl2 (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), ibacm (>= 50mlnx1-1.50218), libopensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ibsim (>= 0.9-1.50218), ibutils2 (>= 2.1.1-0.121.MLNX20200324.g061a520.50218), cc-mgr (>= 1.0-0.48.MLNX20200216.g4ea049f.50218), ibsim-doc (>= 0.9-1.50218), mlnx-iproute2 (>= 5.4.0-1.50218), infiniband-diags (>= 50mlnx1-1.50218), mft (>= 4.14.0-105), openmpi (>= 4.0.3rc4-1.50218), opensm (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), rdma-core (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), libibnetdisc5 (>= 50mlnx1-1.50218), ibutils (>= 1.5.7.1-0.12.gdcaeae2.50218), libibverbs1 (>= 50mlnx1-1.50218), ucx (>= 1.8.0-1.50218), dump-pr (>= 1.0-0.44.MLNX20200216.g4ea049f.50218), sharp (>= 2.1.0.MLNX20200223.f63394a9c8-1.50218), libibumad3 (>= 50mlnx1-1.50218), libopensm-devel (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), librdmacm-dev (>= 50mlnx1-1.50218), opensm-doc (>= 5.6.0.MLNX20200217.cedc1e4-0.1.50218), ar-mgr (>= 1.0-0.49.MLNX20200216.g4ea049f.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), hcoll (>= 4.5.3045-1.50218), libibdm1 (>= 1.5.7.1-0.12.gdcaeae2.50218), rdmacm-utils (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-providers (>= 50mlnx1-1.50218), libibmad5 (>= 50mlnx1-1.50218), libdapl-dev (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), mlnx-ethtool (>= 5.4-1.50218), dapl2-utils (>= 2.1.10mlnx-OFED.3.4.2.1.0.50218), librdmacm1 (>= 50mlnx1-1.50218), perftest (>= 4.4-0.23.g89e176a.50218), libibverbs-dev (>= 50mlnx1-1.50218), srptools (>= 50mlnx1-1.50218), libibumad-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), mpitests (>= 3.2.20-e1a0676.50218), libibmad-dev (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-hpc-user-only_5.0-2.1.8.0_all.deb Size: 2254 MD5sum: e34d79a2f03959e796af254173734853 SHA1: f1839dfaf1ac13d1c438801608a893006cbc41a4 SHA256: 9d75dce658ff568fcb63e07d71b76ba6900cc23816ed1f8bb7278fd716165552 SHA512: e1bfd989a88c2b209ac98467ea29f50152ebeb4b4c41c068a3a7a7bc8c35e28f54ab195fcccf2df64050b86e46b9aaeed8514ff06e148d0943510da1e07a6004 Description: MLNX_OFED hpc-user-only installer package (UPSTREAM_LIBS) (User Space packages only) Homepage: http://www.mellanox.com Package: mlnx-ofed-dpdk-upstream-libs Priority: extra Section: utils Installed-Size: 27 Maintainer: Alaa Hleihel Architecture: all Version: 5.0-2.1.8.0 Depends: libibverbs-dev (>= 50mlnx1-1.50218), ofed-scripts (>= 5.0-OFED.5.0.2.1.8), libibumad-dev (>= 50mlnx1-1.50218), librdmacm1 (>= 50mlnx1-1.50218), mlnx-ofed-kernel-dkms (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), ibverbs-providers (>= 50mlnx1-1.50218), mlnx-ofed-kernel-utils (>= 5.0-OFED.5.0.2.1.8.1.g5f67178), mlnx-dpdk-dev (>= 19.11.0-1.50218), rdmacm-utils (>= 50mlnx1-1.50218), mstflint (>= 4.13.0-1.41.g4e8819c.50218), librdmacm-dev (>= 50mlnx1-1.50218), libibumad3 (>= 50mlnx1-1.50218), rshim-dkms (>= 1.18-0.gb99e894.50218), libibverbs1 (>= 50mlnx1-1.50218), python3-pyverbs (>= 50mlnx1-1.50218), rdma-core (>= 50mlnx1-1.50218), ibverbs-utils (>= 50mlnx1-1.50218), openvswitch-switch (>= 2.12.1-1.50218), libopenvswitch (>= 2.12.1-1.50218), openvswitch-common (>= 2.12.1-1.50218), mlnx-dpdk (>= 19.11.0-1.50218), ibacm (>= 50mlnx1-1.50218) Filename: ./mlnx-ofed-dpdk-upstream-libs_5.0-2.1.8.0_all.deb Size: 2254 MD5sum: aa7785097589ce3f473adeaf8323d00b SHA1: aa6f30314a709791ba8aca888799adca6e760f80 SHA256: 4975a27712d71ede684416350c12247c9250eebe1a9a2a410ef1495d7363a4e5 SHA512: 19ab2e19acfc1320bc4c3c6761621ef4ba386b1a0c8a5bbb2fc6baf4bcc1db87fa8b5208d539271dcddec8b8995c548fb18ff7a9851d09b795932a4235dab2be Description: MLNX_OFED dpdk-upstream-libs installer package (UPSTREAM_LIBS) (with DKMS support) Homepage: http://www.mellanox.com