Re: [PATCH v3 03/13] RDMA/rds: Remove FMR support for memory registration

2020-06-15 Thread santosh . shilimkar
On 5/29/20 12:12 PM, Jason Gunthorpe wrote: On Thu, May 28, 2020 at 01:21:33PM -0700, santosh.shilim...@oracle.com wrote: On 5/28/20 12:45 PM, Jason Gunthorpe wrote: From: Max Gurtovoy Use FRWR method for memory registration by default and remove the ancient and unsafe FMR method. Signed-off

Re: [PATCH v3 03/13] RDMA/rds: Remove FMR support for memory registration

2020-05-29 Thread Jason Gunthorpe
On Thu, May 28, 2020 at 01:21:33PM -0700, santosh.shilim...@oracle.com wrote: > On 5/28/20 12:45 PM, Jason Gunthorpe wrote: > > From: Max Gurtovoy > > > > Use FRWR method for memory registration by default and remove the ancient > > and unsafe FMR method. > > > > Signed-off-by: Max Gurtovoy > >

Re: [PATCH v3 03/13] RDMA/rds: Remove FMR support for memory registration

2020-05-28 Thread santosh . shilimkar
On 5/28/20 12:45 PM, Jason Gunthorpe wrote: From: Max Gurtovoy Use FRWR method for memory registration by default and remove the ancient and unsafe FMR method. Signed-off-by: Max Gurtovoy Signed-off-by: Jason Gunthorpe --- net/rds/Makefile | 2 +- net/rds/ib.c | 20 ++-- net/

[PATCH v3 03/13] RDMA/rds: Remove FMR support for memory registration

2020-05-28 Thread Jason Gunthorpe
From: Max Gurtovoy Use FRWR method for memory registration by default and remove the ancient and unsafe FMR method. Signed-off-by: Max Gurtovoy Signed-off-by: Jason Gunthorpe Cc: aron.silver...@oracle.com Cc: santosh.shilim...@oracle.com --- net/rds/Makefile | 2 +- net/rds/ib.c | 20