Pakket: librdmacm-dev (22.1-1)
Verwijzigingen voor librdmacm-dev
Debian bronnen:
Het bronpakket rdma-core downloaden:
Beheerder:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan librdmacm-dev gerelateerde pakketten
|
|
|
|
-
- dep: libibverbs-dev
- Development files for the libibverbs library
-
- dep: librdmacm1 (= 22.1-1)
- Library for managing RDMA connections