Re: [PATCH rdma-next 4/4] RDMA/umem: Move to allocate SG table from pages

2020-09-08 Thread Jason Gunthorpe
On Mon, Sep 07, 2020 at 09:29:26AM +0200, Christoph Hellwig wrote: > On Thu, Sep 03, 2020 at 03:18:53PM +0300, Leon Romanovsky wrote: > > From: Maor Gottlieb > > > > Remove the implementation of ib_umem_add_sg_table and instead > > call to sg_alloc_table_append which already has the logic to > >

Re: [PATCH rdma-next 4/4] RDMA/umem: Move to allocate SG table from pages

2020-09-07 Thread Christoph Hellwig
On Thu, Sep 03, 2020 at 03:18:53PM +0300, Leon Romanovsky wrote: > From: Maor Gottlieb > > Remove the implementation of ib_umem_add_sg_table and instead > call to sg_alloc_table_append which already has the logic to > merge contiguous pages. > > Besides that it removes duplicated functionality,