Re: [PATCH v2 18/18] cxl/acpi: Unify CFMWS memory log messages with SRAT messages
From: Robert Richter
Date: Fri Feb 07 2025 - 12:48:47 EST
On 07.02.25 11:30:46, Gregory Price wrote:
> On Fri, Feb 07, 2025 at 04:37:53PM +0100, Robert Richter wrote:
> > CFMWS entries have a similar importance as SRAT table entries to
> > describe memory regions. For CXL error analysis and memory debugging
> > information of both is needed. Unify output of both messages to
> > improve logging. Change the style of CFMWS message according to SRAT
> > output. Also, turn messages into a dev_info() same as for SRAT.
> >
> > SRAT pr_info() for reference:
> >
> > drivers/acpi/numa/srat.c:
> > pr_info("SRAT: Node %u PXM %u [mem %#010Lx-%#010Lx]%s%s\n",
> >
> > Signed-off-by: Robert Richter <rrichter@xxxxxxx>
>
> Reviewed-by: Gregory Price <gourry@xxxxxxxxxx>
Thanks for all your reviews.
-Robert