diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2018-02-03 00:35:29 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-02-04 19:56:49 +0300 |
commit | 46adb17982fae89aa3d41a0ba5706bc3f9d8f80d (patch) | |
tree | cb8c1da53881547349f1c03a191798310d4ca0cd /drivers | |
parent | 6197a815fe9c6e28523eede3d69fa5a8dd7052db (diff) | |
download | linux-46adb17982fae89aa3d41a0ba5706bc3f9d8f80d.tar.xz |
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 'drivers')
-rw-r--r-- | drivers/infiniband/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index cbf186522016..fe63af421e79 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig @@ -19,7 +19,8 @@ config INFINIBAND_USER_MAD Userspace InfiniBand Management Datagram (MAD) support. This is the kernel side of the userspace MAD support, which allows 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 tristate "InfiniBand userspace access (verbs and CM)" @@ -31,7 +32,7 @@ config INFINIBAND_USER_ACCESS to set up connections and directly access InfiniBand hardware for fast-path operations. You will also need 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 bool "Allow experimental support for Infiniband ABI" |