linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -V7 0/3] numa balancing: Migrate on fault among multiple bound nodes
@ 2020-12-04  9:15 Huang Ying
  2020-12-04  9:15 ` [PATCH -V7 1/3] " Huang Ying
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Huang Ying @ 2020-12-04  9:15 UTC (permalink / raw)
  To: Peter Zijlstra, Mel Gorman
  Cc: linux-mm, linux-kernel, Huang Ying, Matthew Wilcox (Oracle),
	Rafael Aquini, Andrew Morton, Ingo Molnar, Rik van Riel,
	Johannes Weiner, Dave Hansen, Andi Kleen, Michal Hocko,
	David Rientjes, linux-api

To make it possible to optimize cross-socket memory accessing with
AutoNUMA even if the memory of the application is bound to multiple
NUMA nodes.

Patch [2/3] and [3/3] are NOT kernel patches.  Instead, they are
patches for man-pages and numactl respectively.  They are sent
together to make it easy to review the newly added kernel API.

Changes:

v7:

- Make set_mempolicy() return -1 with errno is set to EINVAL if mode
  isn't MPOL_BIND per Mel's comments.  Revise document accordingly
  too.

v6:

- Rebased on latest upstream kernel 5.10-rc5

- Added some benchmark data and example in patch description of [1/3]

- Rename AutoNUMA to NUMA Balancing

- Add patches to man-pages [2/3] and numactl [3/3]

v5:

- Remove mbind() support, because it's not clear that it's necessary.

v4:

- Use new flags instead of reuse MPOL_MF_LAZY.

v3:

- Rebased on latest upstream (v5.10-rc3)

- Revised the change log.

v2:

- Rebased on latest upstream (v5.10-rc1)

Best Regards,
Huang, Ying


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-07  0:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04  9:15 [PATCH -V7 0/3] numa balancing: Migrate on fault among multiple bound nodes Huang Ying
2020-12-04  9:15 ` [PATCH -V7 1/3] " Huang Ying
2020-12-04  9:15 ` [PATCH -V7 2/3] NOT kernel/man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING Huang Ying
2020-12-04 13:25   ` Alejandro Colomar (man-pages)
2020-12-07  0:48     ` Huang, Ying
2020-12-04  9:15 ` [PATCH -V7 3/3] NOT kernel/numactl: Support to enable Linux kernel NUMA balancing Huang Ying

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).