diff options
author | Jason Gunthorpe | 2018-02-02 14:35:29 -0700 |
---|---|---|
committer | Doug Ledford | 2018-02-04 11:56:49 -0500 |
commit | 46adb17982fae89aa3d41a0ba5706bc3f9d8f80d (patch) | |
tree | cb8c1da53881547349f1c03a191798310d4ca0cd /Documentation | |
parent | 6197a815fe9c6e28523eede3d69fa5a8dd7052db (diff) |
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: Jason Gunthorpe <jgg@mellanox.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/infiniband/user_verbs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/infiniband/user_verbs.txt b/Documentation/infiniband/user_verbs.txt index e5092d696da2..df049b9f5b6e 100644 --- a/Documentation/infiniband/user_verbs.txt +++ b/Documentation/infiniband/user_verbs.txt @@ -5,7 +5,7 @@ USERSPACE VERBS ACCESS described in chapter 11 of the InfiniBand Architecture Specification. 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. libibverbs also requires appropriate device-dependent kernel and userspace driver for your InfiniBand hardware. For example, to use |