diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-08-16 05:29:46 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-08-22 15:00:42 -0400 |
commit | 701b4bf6e3eeff1a856d6889e1ebb35edd6c019a (patch) | |
tree | 39477b5ff8644751d86835317676e799a091be0c /MAINTAINERS | |
parent | 86cd747c6dd6cdbc825e36ad5f0029f3c5a37776 (diff) |
MAINTAINERS: Fix Soft RoCE location
The Soft RoCE (rxe) is located in drivers/inifiniband/sw
and not in drivers/infiniband/hw/.
This patch fixes it.
Fixes: 8700e3e7c485 ("Soft RoCE driver")
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0bbe4b105c34..fc2613d45504 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7661,7 +7661,7 @@ L: linux-rdma@vger.kernel.org | |||
7661 | S: Supported | 7661 | S: Supported |
7662 | W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home | 7662 | W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home |
7663 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | 7663 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
7664 | F: drivers/infiniband/hw/rxe/ | 7664 | F: drivers/infiniband/sw/rxe/ |
7665 | F: include/uapi/rdma/rdma_user_rxe.h | 7665 | F: include/uapi/rdma/rdma_user_rxe.h |
7666 | 7666 | ||
7667 | MEMBARRIER SUPPORT | 7667 | MEMBARRIER SUPPORT |