2021年12月14日(火) 17:54 Christian König :
>
> Am 13.12.21 um 12:18 schrieb Shunsuke Mie:
> > 2021年12月10日(金) 22:29 Christian König :
> >> Am 10.12.21 um 14:26 schrieb Jason Gunthorpe:
> >>> On Fri, Dec 10, 2021 at 01:47:37PM +0100, Christian König wrote:
> >
2021年12月10日(金) 22:29 Christian König :
>
> Am 10.12.21 um 14:26 schrieb Jason Gunthorpe:
> > On Fri, Dec 10, 2021 at 01:47:37PM +0100, Christian König wrote:
> >> Am 10.12.21 um 13:42 schrieb Jason Gunthorpe:
> >>> On Fri, Dec 10, 2021 at 08:29:24PM +0900, Sh
Hi Jason,
Thank you for replying.
2021年12月8日(水) 2:14 Jason Gunthorpe :
>
> On Fri, Dec 03, 2021 at 12:51:44PM +0900, Shunsuke Mie wrote:
> > Hi maintainers,
> >
> > Could you please review this patch series?
>
> Why is it RFC?
>
> I'm confused why this is
Hi maintainers,
Could you please review this patch series?
Regards,
Shunsuke Mie
2021年11月22日(月) 20:08 Shunsuke Mie :
>
> This patch series add a dma-buf support for rxe driver.
>
> A dma-buf based memory registering has beed introduced to use the memory
> region that lack of
Implement a ib device operation ‘reg_user_mr_dmabuf’. Generate a
rxe_map from the memory space linked the passed dma-buf.
Signed-off-by: Shunsuke Mie
---
drivers/infiniband/sw/rxe/rxe_loc.h | 2 +
drivers/infiniband/sw/rxe/rxe_mr.c| 113 ++
drivers/infiniband/sw
RDMA driver to map dma-buf memory for CPU memory
accessing.
Signed-off-by: Shunsuke Mie
---
drivers/infiniband/core/umem_dmabuf.c | 20
include/rdma/ib_umem.h| 1 +
2 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/drivers/infiniband/core
upport to rxe device
Shunsuke Mie (2):
RDMA/umem: Change for rdma devices has not dma device
RDMA/rxe: Add dma-buf support
drivers/infiniband/core/umem_dmabuf.c | 20 -
drivers/infiniband/sw/rxe/rxe_loc.h | 2 +
drivers/infiniband/sw/rxe/rxe_mr.c| 113 ++
drive
Implement a ib device operation ‘reg_user_mr_dmabuf’. Generate a
rxe_map from the memory space linked the passed dma-buf.
Signed-off-by: Shunsuke Mie
---
drivers/infiniband/sw/rxe/rxe_loc.h | 2 +
drivers/infiniband/sw/rxe/rxe_mr.c| 113 ++
drivers/infiniband/sw
RDMA driver to map dma-buf memory for CPU memory
accessing.
Signed-off-by: Shunsuke Mie
---
drivers/infiniband/core/umem_dmabuf.c | 20
include/rdma/ib_umem.h| 1 +
2 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/drivers/infiniband/core
s tests of rdma-core
v1: https://www.spinics.net/lists/linux-rdma/msg105376.html
* The initial patch set
* Use ib_device as dma_device.
* Use dma-buf dynamic attach interface
* Add dma-buf support to rxe device
Shunsuke Mie (2):
RDMA/umem: Change for rdma devices has not dma device
RDMA/rxe:
2021年10月13日(水) 20:42 Daniel Vetter :
>
> On Fri, Oct 01, 2021 at 12:56:48PM +0900, Shunsuke Mie wrote:
> > 2021年9月30日(木) 23:41 Daniel Vetter :
> > >
> > > On Wed, Sep 29, 2021 at 01:19:05PM +0900, Shunsuke Mie wrote:
> > > > Implement a ib device
A comment for the dma_buf_vmap/vunmap() is not catching up a
corresponding implementation.
Signed-off-by: Shunsuke Mie
---
drivers/dma-buf/dma-buf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c
index beb504a92d60
ping
2021年10月1日(金) 12:56 Shunsuke Mie :
>
> 2021年9月30日(木) 23:41 Daniel Vetter :
> >
> > On Wed, Sep 29, 2021 at 01:19:05PM +0900, Shunsuke Mie wrote:
> > > Implement a ib device operation ‘reg_user_mr_dmabuf’. Generate a
> > > rxe_map from the me
2021年9月30日(木) 23:41 Daniel Vetter :
>
> On Wed, Sep 29, 2021 at 01:19:05PM +0900, Shunsuke Mie wrote:
> > Implement a ib device operation ‘reg_user_mr_dmabuf’. Generate a
> > rxe_map from the memory space linked the passed dma-buf.
> >
> > Signed-off-by: Shun
2021年9月30日(木) 20:18 Zhu Yanjun :
>
> On Thu, Sep 30, 2021 at 7:06 PM Shunsuke Mie wrote:
> >
> > 2021年9月30日(木) 16:23 Zhu Yanjun :
> > >
> > > On Thu, Sep 30, 2021 at 2:58 PM Shunsuke Mie wrote:
> > > >
> > > > 2021年9月30日(木) 15:37 Zhu
2021年9月30日(木) 16:23 Zhu Yanjun :
>
> On Thu, Sep 30, 2021 at 2:58 PM Shunsuke Mie wrote:
> >
> > 2021年9月30日(木) 15:37 Zhu Yanjun :
> > >
> > > On Thu, Sep 30, 2021 at 2:20 PM Shunsuke Mie wrote:
> > > >
> > > > Implemen
2021年9月30日(木) 15:37 Zhu Yanjun :
>
> On Thu, Sep 30, 2021 at 2:20 PM Shunsuke Mie wrote:
> >
> > Implement a new provider method for dma-buf base memory registration.
> >
> > Signed-off-by: Shunsuke Mie
> > ---
> > providers/rxe/rxe.c | 21 +++
Implement a new provider method for dma-buf base memory registration.
Signed-off-by: Shunsuke Mie
---
providers/rxe/rxe.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/providers/rxe/rxe.c b/providers/rxe/rxe.c
index 3c3ea8bb..84e00e60 100644
--- a/providers/rxe
://www.spinics.net/lists/linux-rdma/msg105380.html
* Initial patch set
* Implement a callback function for reg_dmabuf_mr
Shunsuke Mie (1):
Providers/rxe: Add dma-buf support
providers/rxe/rxe.c | 21 +
1 file changed, 21 insertions(+)
--
2.17.1
RDMA driver to map dma-buf memory for CPU memory
accessing.
Signed-off-by: Shunsuke Mie
---
drivers/infiniband/core/umem_dmabuf.c | 20
include/rdma/ib_umem.h| 1 +
2 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/drivers/infiniband/core
Implement a ib device operation ‘reg_user_mr_dmabuf’. Generate a
rxe_map from the memory space linked the passed dma-buf.
Signed-off-by: Shunsuke Mie
---
drivers/infiniband/sw/rxe/rxe_loc.h | 2 +
drivers/infiniband/sw/rxe/rxe_mr.c| 118 ++
drivers/infiniband/sw
interface
* Add dma-buf support to rxe device
Shunsuke Mie (2):
RDMA/umem: Change for rdma devices has not dma device
RDMA/rxe: Add dma-buf support
drivers/infiniband/core/umem_dmabuf.c | 20 -
drivers/infiniband/sw/rxe/rxe_loc.h | 2 +
drivers/infiniband/sw/rxe/rxe_mr.
22 matches
Mail list logo