Re: [PATCH rdma-next 0/5] Cleanup of CONFIG_INFINIBAND_ON_DEMAND_PAGING usage

2018-12-22 Thread Leon Romanovsky
On Fri, Dec 21, 2018 at 09:59:12AM -0700, Jason Gunthorpe wrote: > On Fri, Dec 21, 2018 at 03:59:54PM +0200, Leon Romanovsky wrote: > > > > diff --git a/drivers/infiniband/core/umem.c > > > b/drivers/infiniband/core/umem.c > > > index c6144df47ea47e..c2615b6bb68841 100644 > > > +++ b/drivers/infin

Re: [PATCH rdma-next 0/5] Cleanup of CONFIG_INFINIBAND_ON_DEMAND_PAGING usage

2018-12-21 Thread Jason Gunthorpe
On Fri, Dec 21, 2018 at 03:59:54PM +0200, Leon Romanovsky wrote: > > diff --git a/drivers/infiniband/core/umem.c b/drivers/infiniband/core/umem.c > > index c6144df47ea47e..c2615b6bb68841 100644 > > +++ b/drivers/infiniband/core/umem.c > > @@ -95,6 +95,9 @@ struct ib_umem *ib_umem_get(struct ib_uco

Re: [PATCH rdma-next 0/5] Cleanup of CONFIG_INFINIBAND_ON_DEMAND_PAGING usage

2018-12-21 Thread Leon Romanovsky
On Thu, Dec 20, 2018 at 08:32:35PM -0700, Jason Gunthorpe wrote: > On Thu, Dec 20, 2018 at 11:23:13AM +0200, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Hi, > > > > As a followup to Jason's request to rethink > > CONFIG_INFINIBAND_ON_DEMAND_PAGING > > usage, this series cleans mlx5_i

Re: [PATCH rdma-next 0/5] Cleanup of CONFIG_INFINIBAND_ON_DEMAND_PAGING usage

2018-12-20 Thread Jason Gunthorpe
On Thu, Dec 20, 2018 at 11:23:13AM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky > > Hi, > > As a followup to Jason's request to rethink CONFIG_INFINIBAND_ON_DEMAND_PAGING > usage, this series cleans mlx5_ib and RDMA/core code and it is based on > already > sent but not yet accepted pat

[PATCH rdma-next 0/5] Cleanup of CONFIG_INFINIBAND_ON_DEMAND_PAGING usage

2018-12-20 Thread Leon Romanovsky
From: Leon Romanovsky Hi, As a followup to Jason's request to rethink CONFIG_INFINIBAND_ON_DEMAND_PAGING usage, this series cleans mlx5_ib and RDMA/core code and it is based on already sent but not yet accepted patch https://patchwork.kernel.org/patch/10735547/ It is under extensive testing now