1Source: libibverbs
2Priority: extra
3Maintainer: Roland Dreier <rolandd@cisco.com>
4Build-Depends: @cdbs@, dpkg-dev (>= 1.13.19)
5Standards-Version: 3.7.3
6Section: libs
7Homepage: http://www.openfabrics.org/
8
9Package: libibverbs1
10Section: libs
11Architecture: any
12Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
13Description: A library for direct userspace use of RDMA (InfiniBand/iWARP)
14 libibverbs is a library that allows userspace processes to use RDMA
15 "verbs" as described in the InfiniBand Architecture Specification and
16 the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
17 RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
18 high-throughput, low-latency networking technology.  InfiniBand host
19 channel adapters (HCAs) and iWARP NICs commonly support direct
20 hardware access from userspace (kernel bypass), and libibverbs
21 supports this when available.
22 .
23 For this library to be useful, a device-specific plug-in module
24 should also be installed.
25 .
26 This package contains the shared library.
27
28Package: libibverbs-dev
29Section: libdevel
30Architecture: any
31Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
32Description: Development files for the libibverbs library
33 libibverbs is a library that allows userspace processes to use RDMA
34 "verbs" as described in the InfiniBand Architecture Specification and
35 the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
36 RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
37 high-throughput, low-latency networking technology.  InfiniBand host
38 channel adapters (HCAs) and iWARP NICs commonly support direct
39 hardware access from userspace (kernel bypass), and libibverbs
40 supports this when available.
41 .
42 This package is needed to compile programs against libibverbs1.
43 It contains the header files and static libraries (optionally)
44 needed for compiling.
45
46Package: libibverbs1-dbg
47Section: libdevel
48Priority: extra
49Architecture: any
50Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
51Description: Debugging symbols for the libibverbs library
52 libibverbs is a library that allows userspace processes to use RDMA
53 "verbs" as described in the InfiniBand Architecture Specification and
54 the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
55 RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
56 high-throughput, low-latency networking technology.  InfiniBand host
57 channel adapters (HCAs) and iWARP NICs commonly support direct
58 hardware access from userspace (kernel bypass), and libibverbs
59 supports this when available.
60 .
61 This package contains the debugging symbols associated with
62 libibverbs1. They will automatically be used by gdb for debugging
63 libibverbs-related issues.
64
65Package: ibverbs-utils
66Section: net
67Architecture: any
68Depends: ${shlibs:Depends}, ${misc:Depends}
69Description: Examples for the libibverbs library
70 libibverbs is a library that allows userspace processes to use RDMA
71 "verbs" as described in the InfiniBand Architecture Specification and
72 the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
73 RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
74 high-throughput, low-latency networking technology.  InfiniBand host
75 channel adapters (HCAs) and iWARP NICs commonly support direct
76 hardware access from userspace (kernel bypass), and libibverbs
77 supports this when available.
78 .
79 This package contains useful libibverbs1 example programs such as
80 ibv_devinfo, which displays information about InfiniBand devices.
81