[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250114144712.49cd98f2@foz.lan>
Date: Tue, 14 Jan 2025 14:47:12 +0100
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: <shiju.jose@...wei.com>
Cc: <linux-edac@...r.kernel.org>, <linux-cxl@...r.kernel.org>,
<linux-acpi@...r.kernel.org>, <linux-mm@...ck.org>,
<linux-kernel@...r.kernel.org>, <bp@...en8.de>, <tony.luck@...el.com>,
<rafael@...nel.org>, <lenb@...nel.org>, <mchehab@...nel.org>,
<dan.j.williams@...el.com>, <dave@...olabs.net>,
<jonathan.cameron@...wei.com>, <dave.jiang@...el.com>,
<alison.schofield@...el.com>, <vishal.l.verma@...el.com>,
<ira.weiny@...el.com>, <david@...hat.com>, <Vilas.Sridharan@....com>,
<leo.duran@....com>, <Yazen.Ghannam@....com>, <rientjes@...gle.com>,
<jiaqiyan@...gle.com>, <Jon.Grimm@....com>, <dave.hansen@...ux.intel.com>,
<naoya.horiguchi@....com>, <james.morse@....com>, <jthoughton@...gle.com>,
<somasundaram.a@....com>, <erdemaktas@...gle.com>, <pgonda@...gle.com>,
<duenwen@...gle.com>, <gthelen@...gle.com>,
<wschwartz@...erecomputing.com>, <dferguson@...erecomputing.com>,
<wbs@...amperecomputing.com>, <nifan.cxl@...il.com>,
<tanxiaofei@...wei.com>, <prime.zeng@...ilicon.com>,
<roberto.sassu@...wei.com>, <kangkang.shen@...urewei.com>,
<wanghuiqiang@...wei.com>, <linuxarm@...wei.com>
Subject: Re: [PATCH v18 04/19] EDAC: Add memory repair control feature
Em Mon, 6 Jan 2025 12:10:00 +0000
<shiju.jose@...wei.com> escreveu:
> +What: /sys/bus/edac/devices/<dev-name>/mem_repairX/repair_function
> +Date: Jan 2025
> +KernelVersion: 6.14
> +Contact: linux-edac@...r.kernel.org
> +Description:
> + (RO) Memory repair function type. For eg. post package repair,
> + memory sparing etc.
> + EDAC_SOFT_PPR - Soft post package repair
> + EDAC_HARD_PPR - Hard post package repair
> + EDAC_CACHELINE_MEM_SPARING - Cacheline memory sparing
> + EDAC_ROW_MEM_SPARING - Row memory sparing
> + EDAC_BANK_MEM_SPARING - Bank memory sparing
> + EDAC_RANK_MEM_SPARING - Rank memory sparing
> + All other values are reserved.
> +
> +What: /sys/bus/edac/devices/<dev-name>/mem_repairX/persist_mode
> +Date: Jan 2025
> +KernelVersion: 6.14
> +Contact: linux-edac@...r.kernel.org
> +Description:
> + (RW) Read/Write the current persist repair mode set for a
> + repair function. Persist repair modes supported in the
> + device, based on the memory repair function is temporary
> + or permanent and is lost with a power cycle.
> + EDAC_MEM_REPAIR_SOFT - Soft repair function (temporary repair).
> + EDAC_MEM_REPAIR_HARD - Hard memory repair function (permanent repair).
> + All other values are reserved.
> +
After re-reading some things, I suspect that the above can be simplified
a little bit by folding soft/hard PPR into a single element at
/repair_function, and letting it clearer that persist_mode is valid only
for PPR (I think this is the case, right?), e.g. something like:
What: /sys/bus/edac/devices/<dev-name>/mem_repairX/repair_function
...
Description:
(RO) Memory repair function type. For e.g. post package repair,
memory sparing etc. Valid values are:
- ppr - post package repair.
Please define its mode via
/sys/bus/edac/devices/<dev-name>/mem_repairX/persist_mode
- cacheline-sparing - Cacheline memory sparing
- row-sparing - Row memory sparing
- bank-sparing - Bank memory sparing
- rank-sparing - Rank memory sparing
- All other values are reserved.
and define persist_mode in a different way:
What: /sys/bus/edac/devices/<dev-name>/mem_repairX/ppr_persist_mode
...
Description:
(RW) Read/Write the current persist repair (PPR) mode set for a
post package repair function. Persist repair modes supported
in the device, based on the memory repair function is temporary
or permanent and is lost with a power cycle. Valid values are:
- repair-soft - Soft PPR function (temporary repair).
- repair-hard - Hard memory repair function (permanent repair).
- All other values are reserved.
Thanks,
Mauro
Powered by blists - more mailing lists