Re: [PATCH -V6 RESEND 3/3] NOT kernel/numactl: Support to enable Linux kernel NUMA balancing

2020-12-02 Thread Mel Gorman
On Wed, Dec 02, 2020 at 04:42:34PM +0800, Huang Ying wrote: > A new API: numa_set_membind_balancing() is added to libnuma. It is > same as numa_set_membind() except that the Linux kernel NUMA balancing > will be enabled for the task if the feature is supported by the > kernel. > > At the same

[PATCH -V6 RESEND 3/3] NOT kernel/numactl: Support to enable Linux kernel NUMA balancing

2020-12-02 Thread Huang Ying
A new API: numa_set_membind_balancing() is added to libnuma. It is same as numa_set_membind() except that the Linux kernel NUMA balancing will be enabled for the task if the feature is supported by the kernel. At the same time, a new option: --balancing (-b) is added to numactl. Which can be