Re: [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions

2024-10-14 Thread Wysocki, Rafael J
On 10/11/2024 10:38 PM, Ira Weiny wrote: Rafael J. Wysocki wrote: On Tue, Oct 8, 2024 at 1:17 AM Ira Weiny wrote: [snip] diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 199afc2cd122..387fc821703a 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -403,6 +403

Re: [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions

2024-10-13 Thread Ira Weiny
Fan Ni wrote: > On Mon, Oct 07, 2024 at 06:16:18PM -0500, Ira Weiny wrote: > > Additional DCD region (partition) information is contained in the DSMAS > > CDAT tables, including performance, read only, and shareable attributes. > > > > Match DCD partitions with DSMAS tables and store the meta data

Re: [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions

2024-10-11 Thread Ira Weiny
Rafael J. Wysocki wrote: > On Tue, Oct 8, 2024 at 1:17 AM Ira Weiny wrote: > > [snip] > > diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h > > index 199afc2cd122..387fc821703a 100644 > > --- a/include/acpi/actbl1.h > > +++ b/include/acpi/actbl1.h > > @@ -403,6 +403,8 @@ struct acpi_cda

Re: [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions

2024-10-10 Thread Jonathan Cameron
On Mon, 07 Oct 2024 18:16:18 -0500 Ira Weiny wrote: > Additional DCD region (partition) information is contained in the DSMAS > CDAT tables, including performance, read only, and shareable attributes. > > Match DCD partitions with DSMAS tables and store the meta data. > > To: Robert Moore > To

Re: [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions

2024-10-09 Thread Fan Ni
On Mon, Oct 07, 2024 at 06:16:18PM -0500, Ira Weiny wrote: > Additional DCD region (partition) information is contained in the DSMAS > CDAT tables, including performance, read only, and shareable attributes. > > Match DCD partitions with DSMAS tables and store the meta data. > > To: Robert Moore

Re: [PATCH v4 12/28] cxl/cdat: Gather DSMAS data for DCD regions

2024-10-09 Thread Rafael J. Wysocki
On Tue, Oct 8, 2024 at 1:17 AM Ira Weiny wrote: > > Additional DCD region (partition) information is contained in the DSMAS > CDAT tables, including performance, read only, and shareable attributes. > > Match DCD partitions with DSMAS tables and store the meta data. > > To: Robert Moore > To: Raf