diff options
author | Saeed Mahameed <saeedm@mellanox.com> | 2019-11-20 00:15:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-20 11:47:36 -0800 |
commit | bc836748707cf6b8b1a948b61149278f109107da (patch) | |
tree | 54213e3deff21544f3a1114cb79becf1c071516e /usr | |
parent | 1f12177b322dd7e7555537211778d308bdc31dab (diff) | |
download | linux-bc836748707cf6b8b1a948b61149278f109107da.tar.bz2 |
page_pool: Add API to update numa node
Add page_pool_update_nid() to be called by page pool consumers when they
detect numa node changes.
It will update the page pool nid value to start allocating from the new
effective numa node.
This is to mitigate page pool allocating pages from a wrong numa node,
where the pool was originally allocated, and holding on to pages that
belong to a different numa node, which causes performance degradation.
For pages that are already being consumed and could be returned to the
pool by the consumer, in next patch we will add a check per page to avoid
recycling them back to the pool and return them to the page allocator.
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions