blob: e58114d00bc545aa151556e555b29a8f3fae7933 (
plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
|
Source: libmthca
Priority: extra
Maintainer: Roland Dreier <rolandd@cisco.com>
Build-Depends: @cdbs@, dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1)
Standards-Version: 3.7.3
Section: libs
Homepage: http://www.openfabrics.org/
Package: libmthca1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A userspace driver for Mellanox InfiniBand HCAs
libmthca is a device-specific driver for Mellanox 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: libmthca-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
Description: Development files for the libmthca driver
libmthca is a device-specific driver for Mellanox 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 libmthca that may be linked
directly to an application, which may be useful for debugging.
Package: libmthca1-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
Description: Debugging symbols for the libmthca driver
libmthca is a device-specific driver for Mellanox 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 debugging symbols associated with
libmthca1. They will automatically be used by gdb for debugging
libmthca-related issues.
|