Re: [PATCH rdma-next 0/4] scatterlist: add sg_alloc_table_append function

2020-09-03 Thread Leon Romanovsky
On Thu, Sep 03, 2020 at 05:32:17PM +0200, Christoph Hellwig wrote: > Patch 1 never made it through. Thanks, I sent it now and the patch is seen in ML. https://lore.kernel.org/linux-rdma/20200903153217.ga21...@lst.de/T/#t

Re: [PATCH rdma-next 0/4] scatterlist: add sg_alloc_table_append function

2020-09-03 Thread Christoph Hellwig
Patch 1 never made it through.

[PATCH rdma-next 0/4] scatterlist: add sg_alloc_table_append function

2020-09-03 Thread Leon Romanovsky
From: Leon Romanovsky >From Maor: This series adds a new constructor for a scatter gather table. Like sg_alloc_table_from_pages function, this function merges all contiguous chunks of the pages a into single scatter gather entry. In contrast to sg_alloc_table_from_pages, the new API allows chai