1219820SjeffSource: libibverbs
2219820SjeffPriority: extra
3219820SjeffMaintainer: Roland Dreier <rolandd@cisco.com>
4219820SjeffBuild-Depends: @cdbs@, dpkg-dev (>= 1.13.19)
5219820SjeffStandards-Version: 3.7.3
6219820SjeffSection: libs
7219820SjeffHomepage: http://www.openfabrics.org/
8219820Sjeff
9219820SjeffPackage: libibverbs1
10219820SjeffSection: libs
11219820SjeffArchitecture: any
12219820SjeffDepends: ${shlibs:Depends}, ${misc:Depends}, adduser
13219820SjeffDescription: A library for direct userspace use of RDMA (InfiniBand/iWARP)
14219820Sjeff libibverbs is a library that allows userspace processes to use RDMA
15219820Sjeff "verbs" as described in the InfiniBand Architecture Specification and
16219820Sjeff the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
17219820Sjeff RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
18219820Sjeff high-throughput, low-latency networking technology.  InfiniBand host
19219820Sjeff channel adapters (HCAs) and iWARP NICs commonly support direct
20219820Sjeff hardware access from userspace (kernel bypass), and libibverbs
21219820Sjeff supports this when available.
22219820Sjeff .
23219820Sjeff For this library to be useful, a device-specific plug-in module
24219820Sjeff should also be installed.
25219820Sjeff .
26219820Sjeff This package contains the shared library.
27219820Sjeff
28219820SjeffPackage: libibverbs-dev
29219820SjeffSection: libdevel
30219820SjeffArchitecture: any
31219820SjeffDepends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
32219820SjeffDescription: Development files for the libibverbs library
33219820Sjeff libibverbs is a library that allows userspace processes to use RDMA
34219820Sjeff "verbs" as described in the InfiniBand Architecture Specification and
35219820Sjeff the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
36219820Sjeff RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
37219820Sjeff high-throughput, low-latency networking technology.  InfiniBand host
38219820Sjeff channel adapters (HCAs) and iWARP NICs commonly support direct
39219820Sjeff hardware access from userspace (kernel bypass), and libibverbs
40219820Sjeff supports this when available.
41219820Sjeff .
42219820Sjeff This package is needed to compile programs against libibverbs1.
43219820Sjeff It contains the header files and static libraries (optionally)
44219820Sjeff needed for compiling.
45219820Sjeff
46219820SjeffPackage: libibverbs1-dbg
47219820SjeffSection: libdevel
48219820SjeffPriority: extra
49219820SjeffArchitecture: any
50219820SjeffDepends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
51219820SjeffDescription: Debugging symbols for the libibverbs library
52219820Sjeff libibverbs is a library that allows userspace processes to use RDMA
53219820Sjeff "verbs" as described in the InfiniBand Architecture Specification and
54219820Sjeff the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
55219820Sjeff RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
56219820Sjeff high-throughput, low-latency networking technology.  InfiniBand host
57219820Sjeff channel adapters (HCAs) and iWARP NICs commonly support direct
58219820Sjeff hardware access from userspace (kernel bypass), and libibverbs
59219820Sjeff supports this when available.
60219820Sjeff .
61219820Sjeff This package contains the debugging symbols associated with
62219820Sjeff libibverbs1. They will automatically be used by gdb for debugging
63219820Sjeff libibverbs-related issues.
64219820Sjeff
65219820SjeffPackage: ibverbs-utils
66219820SjeffSection: net
67219820SjeffArchitecture: any
68219820SjeffDepends: ${shlibs:Depends}, ${misc:Depends}
69219820SjeffDescription: Examples for the libibverbs library
70219820Sjeff libibverbs is a library that allows userspace processes to use RDMA
71219820Sjeff "verbs" as described in the InfiniBand Architecture Specification and
72219820Sjeff the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
73219820Sjeff RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
74219820Sjeff high-throughput, low-latency networking technology.  InfiniBand host
75219820Sjeff channel adapters (HCAs) and iWARP NICs commonly support direct
76219820Sjeff hardware access from userspace (kernel bypass), and libibverbs
77219820Sjeff supports this when available.
78219820Sjeff .
79219820Sjeff This package contains useful libibverbs1 example programs such as
80219820Sjeff ibv_devinfo, which displays information about InfiniBand devices.
81