Commit 46adb179 authored by Jason Gunthorpe's avatar Jason Gunthorpe Committed by Doug Ledford

IB: Update references to libibverbs

These days the userspace comes from rdma-core, revise references
in the kernel to point to the current repository.
Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 6197a815
...@@ -5,7 +5,7 @@ USERSPACE VERBS ACCESS ...@@ -5,7 +5,7 @@ USERSPACE VERBS ACCESS
described in chapter 11 of the InfiniBand Architecture Specification. described in chapter 11 of the InfiniBand Architecture Specification.
To use the verbs, the libibverbs library, available from To use the verbs, the libibverbs library, available from
http://www.openfabrics.org/, is required. libibverbs contains a https://github.com/linux-rdma/rdma-core, is required. libibverbs contains a
device-independent API for using the ib_uverbs interface. device-independent API for using the ib_uverbs interface.
libibverbs also requires appropriate device-dependent kernel and libibverbs also requires appropriate device-dependent kernel and
userspace driver for your InfiniBand hardware. For example, to use userspace driver for your InfiniBand hardware. For example, to use
......
...@@ -6881,7 +6881,7 @@ INFINIBAND SUBSYSTEM ...@@ -6881,7 +6881,7 @@ INFINIBAND SUBSYSTEM
M: Doug Ledford <dledford@redhat.com> M: Doug Ledford <dledford@redhat.com>
M: Jason Gunthorpe <jgg@mellanox.com> M: Jason Gunthorpe <jgg@mellanox.com>
L: linux-rdma@vger.kernel.org L: linux-rdma@vger.kernel.org
W: http://www.openfabrics.org/ W: https://github.com/linux-rdma/rdma-core
Q: http://patchwork.kernel.org/project/linux-rdma/list/ Q: http://patchwork.kernel.org/project/linux-rdma/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
S: Supported S: Supported
......
...@@ -19,7 +19,8 @@ config INFINIBAND_USER_MAD ...@@ -19,7 +19,8 @@ config INFINIBAND_USER_MAD
Userspace InfiniBand Management Datagram (MAD) support. This Userspace InfiniBand Management Datagram (MAD) support. This
is the kernel side of the userspace MAD support, which allows is the kernel side of the userspace MAD support, which allows
userspace processes to send and receive MADs. You will also userspace processes to send and receive MADs. You will also
need libibumad from <http://www.openfabrics.org/downloads/management/>. need libibumad from rdma-core
<https://github.com/linux-rdma/rdma-core>.
config INFINIBAND_USER_ACCESS config INFINIBAND_USER_ACCESS
tristate "InfiniBand userspace access (verbs and CM)" tristate "InfiniBand userspace access (verbs and CM)"
...@@ -31,7 +32,7 @@ config INFINIBAND_USER_ACCESS ...@@ -31,7 +32,7 @@ config INFINIBAND_USER_ACCESS
to set up connections and directly access InfiniBand to set up connections and directly access InfiniBand
hardware for fast-path operations. You will also need hardware for fast-path operations. You will also need
libibverbs, libibcm and a hardware driver library from libibverbs, libibcm and a hardware driver library from
<http://www.openfabrics.org/git/>. rdma-core <https://github.com/linux-rdma/rdma-core>.
config INFINIBAND_EXP_USER_ACCESS config INFINIBAND_EXP_USER_ACCESS
bool "Allow experimental support for Infiniband ABI" bool "Allow experimental support for Infiniband ABI"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment