Message ID | 1471339786-4618-1-git-send-email-leon@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On 8/16/2016 5:29 AM, Leon Romanovsky wrote: > 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> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a306795..119edf4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7655,7 +7655,7 @@ L: linux-rdma@vger.kernel.org > S: Supported > W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home > Q: http://patchwork.kernel.org/project/linux-rdma/list/ > -F: drivers/infiniband/hw/rxe/ > +F: drivers/infiniband/sw/rxe/ > F: include/uapi/rdma/rdma_user_rxe.h > > MEMBARRIER SUPPORT > Thanks, applied.
diff --git a/MAINTAINERS b/MAINTAINERS index a306795..119edf4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7655,7 +7655,7 @@ L: linux-rdma@vger.kernel.org S: Supported W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home Q: http://patchwork.kernel.org/project/linux-rdma/list/ -F: drivers/infiniband/hw/rxe/ +F: drivers/infiniband/sw/rxe/ F: include/uapi/rdma/rdma_user_rxe.h MEMBARRIER SUPPORT
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> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)