rdma-core 28.0-1ubuntu1 source package in Ubuntu

Changelog

rdma-core (28.0-1ubuntu1) focal; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/control: Don't build-depend on pandoc on i386

rdma-core (28.0-1) unstable; urgency=medium

  * New upstream release.
    - rxe: Remove rxe_cfg
  * Bump Standards-Version to 4.5.0

 -- Christian Ehrhardt <email address hidden>  Tue, 25 Feb 2020 17:46:41 +0100

Upload details

Uploaded by:
Christian Ehrhardt 
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Downloads

File Size SHA-256 Checksum
rdma-core_28.0.orig.tar.gz 1.4 MiB e8ae3a78f9908cdc9139e8f6a155cd0bb43a30d0e54f28a3c7a2df4af51b3f4d
rdma-core_28.0-1ubuntu1.debian.tar.xz 21.4 KiB 9dceabfcaf46267ccb29ec9204066a5995b6c2ca723e0613d5767d5d43f37e6e
rdma-core_28.0-1ubuntu1.dsc 3.2 KiB d189ccad9f79ff35d227802d4f91f97b5bc61625ec81557ab7f10dfe925dc17f

Available diffs

View changes file

Binary packages built by this source

ibacm: 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.

ibacm-dbgsym: No summary available for ibacm-dbgsym in ubuntu groovy.

No description available for ibacm-dbgsym in ubuntu groovy.

ibverbs-providers: No summary available for ibverbs-providers in ubuntu groovy.

No description available for ibverbs-providers in ubuntu groovy.

ibverbs-providers-dbgsym: No summary available for ibverbs-providers-dbgsym in ubuntu groovy.

No description available for ibverbs-providers-dbgsym in ubuntu groovy.

ibverbs-utils: No summary available for ibverbs-utils in ubuntu groovy.

No description available for ibverbs-utils in ubuntu groovy.

ibverbs-utils-dbgsym: debug symbols for ibverbs-utils
infiniband-diags: No summary available for infiniband-diags in ubuntu groovy.

No description available for infiniband-diags in ubuntu groovy.

infiniband-diags-dbgsym: debug symbols for infiniband-diags
libibmad-dev: 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.

libibmad5: 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.

libibmad5-dbgsym: debug symbols for libibmad5
libibnetdisc-dev: No summary available for libibnetdisc-dev in ubuntu groovy.

No description available for libibnetdisc-dev in ubuntu groovy.

libibnetdisc5: No summary available for libibnetdisc5 in ubuntu groovy.

No description available for libibnetdisc5 in ubuntu groovy.

libibnetdisc5-dbgsym: debug symbols for libibnetdisc5
libibumad-dev: 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.

libibumad3: 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.

libibumad3-dbgsym: debug symbols for libibumad3
libibverbs-dev: 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.

libibverbs1: 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.

libibverbs1-dbgsym: No summary available for libibverbs1-dbgsym in ubuntu groovy.

No description available for libibverbs1-dbgsym in ubuntu groovy.

librdmacm-dev: No summary available for librdmacm-dev in ubuntu groovy.

No description available for librdmacm-dev in ubuntu groovy.

librdmacm1: No summary available for librdmacm1 in ubuntu groovy.

No description available for librdmacm1 in ubuntu groovy.

librdmacm1-dbgsym: debug symbols for librdmacm1
python3-pyverbs: 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.

python3-pyverbs-dbgsym: debug symbols for python3-pyverbs
rdma-core: No summary available for rdma-core in ubuntu groovy.

No description available for rdma-core in ubuntu groovy.

rdma-core-dbgsym: No summary available for rdma-core-dbgsym in ubuntu groovy.

No description available for rdma-core-dbgsym in ubuntu groovy.

rdmacm-utils: 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.

rdmacm-utils-dbgsym: debug symbols for rdmacm-utils
srptools: 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).

srptools-dbgsym: debug symbols for srptools