Bug 18815 - [devel-6.6] Feature: weighted interleave mempolicy from kernel 6.9.
Summary: [devel-6.6] Feature: weighted interleave mempolicy from kernel 6.9.
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: mm (show other bugs) mm
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: baolinwang
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-14 10:49 UTC by karl_zhao
Modified: 2025-02-14 10:51 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description karl_zhao inspur_group 2025-02-14 10:49:53 UTC
Description of problem:

Feature: weighted interleave mempolicy from kernel 6.9.

Weighted interleave is a new interleave policy intended to make
use of heterogeneous memory environments appearing with CXL.

The existing interleave mechanism does an even round-robin
distribution of memory across all nodes in a nodemask, while
weighted interleave distributes memory across nodes according
to a provided weight. (Weight = # of page allocations per round)

Weighted interleave is intended to reduce average latency when
bandwidth is pressured - therefore increasing total throughput.

https://www.spinics.net/lists/linux-mm/msg371443.html
Comment 1 小龙 admin 2025-02-14 10:51:14 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4606