diff options
author | Saeed Mahameed <[email protected]> | 2019-11-20 00:15:17 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-11-20 11:47:36 -0800 |
commit | bc836748707cf6b8b1a948b61149278f109107da (patch) | |
tree | 54213e3deff21544f3a1114cb79becf1c071516e /lib/netdev-notifier-error-inject.c | |
parent | 1f12177b322dd7e7555537211778d308bdc31dab (diff) |
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 <[email protected]>
Acked-by: Jonathan Lemon <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions