mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
47 lines
1.7 KiB
Text
47 lines
1.7 KiB
Text
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.
|