]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dynamic_sg' into rdma.git for-next
authorJason Gunthorpe <jgg@nvidia.com>
Fri, 9 Oct 2020 15:56:02 +0000 (12:56 -0300)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 16 Oct 2020 15:40:58 +0000 (12:40 -0300)
commit313cf3cc81369f75bcab676e40b963efadb5d4b0
tree205122d1996a983619ccd55c572c34f037a76718
parentb3aa4bb6e7bd9ddd31e53ca92c28766d96369d2c
parent8774cd5bbb6d0c2ccc9f55ea1bce6af651b9e924
Merge branch 'dynamic_sg' into rdma.git for-next

From Maor Gottlieb says:

====================
This series extends __sg_alloc_table_from_pages to allow chaining of new
pages to an already initialized SG table.

This allows for drivers to utilize the optimization of merging contiguous
pages without a need to pre allocate all the pages and hold them in a very
large temporary buffer prior to the call to SG table initialization.

The last patch changes the Infiniband core to use the new API. It removes
duplicate functionality from the code and benefits from the optimization
of allocating dynamic SG table from pages.

In huge pages system of 2MB page size, without this change, the SG table
would contain x512 SG entries.
====================

* branch 'dynamic_sg':
  RDMA/umem: Move to allocate SG table from pages
  lib/scatterlist: Add support in dynamic allocation of SG table from pages
  tools/testing/scatterlist: Show errors in human readable form
  tools/testing/scatterlist: Rejuvenate bit-rotten test
MAINTAINERS
drivers/infiniband/core/device.c
drivers/infiniband/core/umem.c