mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
27d676a1c2
In sysfs, we use attribute name "cpumap" or "cpus" for cpu mask and
"cpulist" or "cpus_list" for cpu list. For example, in my system,
$ cat /sys/devices/system/node/node0/cpumap
f,ffffffff
$ cat /sys/devices/system/cpu/cpu2/topology/core_cpus
0,00100004
$ cat cat /sys/devices/system/node/node0/cpulist
0-35
$ cat /sys/devices/system/cpu/cpu2/topology/core_cpus_list
2,20
It looks reasonable to use "nodemap" for node mask and "nodelist" for
node list. So, rename the attribute to follow the naming convention.
Link: https://lkml.kernel.org/r/20221020015122.290097-1-ying.huang@intel.com
Fixes: 9832fb8783
("mm/demotion: expose memory tier details via sysfs")
Signed-off-by: "Huang, Ying" <ying.huang@intel.com>
Acked-by: Wei Xu <weixugc@google.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Reviewed-by: Yang Shi <shy828301@gmail.com>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
Cc: Alistair Popple <apopple@nvidia.com>
Cc: Bharata B Rao <bharata@amd.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: Hesham Almatary <hesham.almatary@huawei.com>
Cc: Jagdish Gediya <jvgediya.oss@gmail.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Tim Chen <tim.c.chen@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
26 lines
911 B
Plaintext
26 lines
911 B
Plaintext
What: /sys/devices/virtual/memory_tiering/
|
|
Date: August 2022
|
|
Contact: Linux memory management mailing list <linux-mm@kvack.org>
|
|
Description: A collection of all the memory tiers allocated.
|
|
|
|
Individual memory tier details are contained in subdirectories
|
|
named by the abstract distance of the memory tier.
|
|
|
|
/sys/devices/virtual/memory_tiering/memory_tierN/
|
|
|
|
|
|
What: /sys/devices/virtual/memory_tiering/memory_tierN/
|
|
/sys/devices/virtual/memory_tiering/memory_tierN/nodelist
|
|
Date: August 2022
|
|
Contact: Linux memory management mailing list <linux-mm@kvack.org>
|
|
Description: Directory with details of a specific memory tier
|
|
|
|
This is the directory containing information about a particular
|
|
memory tier, memtierN, where N is derived based on abstract distance.
|
|
|
|
A smaller value of N implies a higher (faster) memory tier in the
|
|
hierarchy.
|
|
|
|
nodelist: NUMA nodes that are part of this memory tier.
|
|
|