1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: libmlx4
Priority: extra
Maintainer: OFED and Debian Development and Discussion <pkg-ofed-devel@lists.alioth.debian.org>
Uploaders: Roland Dreier <rbd@debian.org>
Build-Depends: debhelper (>= 9), libibverbs-dev (>= 1.1.8), dh-autoreconf
Standards-Version: 3.9.8
Section: libs
Vcs-Git: https://anonscm.debian.org/git/pkg-ofed/libmlx4.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ofed/libmlx4.git
Homepage: https://www.openfabrics.org/downloads/mlx4/
Package: libmlx4-1
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Userspace driver for Mellanox ConnectX InfiniBand HCAs
libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand
host channel adapters (HCAs) for the libibverbs library. This allows
userspace processes to access Mellanox HCA hardware directly with
low latency and low overhead.
.
This package contains the loadable plug-in.
Package: libmlx4-dev
Section: libdevel
Architecture: linux-any
Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version})
Description: Development files for the libmlx4 driver
libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand
host channel adapters (HCAs) for the libibverbs library. This allows
userspace processes to access Mellanox HCA hardware directly with
low latency and low overhead.
.
This package contains static versions of libmlx4 that may be linked
directly to an application, which may be useful for debugging.
|