diff options
author | Leon Romanovsky <leon@kernel.org> | 2017-02-28 21:42:53 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-03-24 21:15:28 -0400 |
commit | a1c5dd13228a1f9e5087375f9702422dfc2adbf1 (patch) | |
tree | b90f29258b9fe2b3bb663ac0317f57ce748b7f50 /drivers/infiniband | |
parent | 004d18ea99b0f3b7b3d5790e4dc5ca7d5238706d (diff) | |
download | linux-a1c5dd13228a1f9e5087375f9702422dfc2adbf1.tar.bz2 |
IB/rxe: Update documentation link
All Soft-RoCE (rxe) is handled now in rdma-core user space library,
so the documentation. The patch below updates the documentation
link to that new location.
Reported-by: Josh Beavers <josh.beavers@gmail.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/sw/rxe/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/Kconfig b/drivers/infiniband/sw/rxe/Kconfig index 7d1ac27ed251..6332dedc11e8 100644 --- a/drivers/infiniband/sw/rxe/Kconfig +++ b/drivers/infiniband/sw/rxe/Kconfig @@ -22,4 +22,4 @@ config RDMA_RXE To configure and work with soft-RoCE driver please use the following wiki page under "configure Soft-RoCE (RXE)" section: - https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home + https://github.com/linux-rdma/rdma-core/blob/master/Documentation/rxe.md |