Re: [PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device

2024-08-23 Thread Jonathan Cameron
On Fri, 16 Aug 2024 09:44:14 -0500 ira.we...@intel.com wrote: > From: Navneet Singh > > Devices which optionally support Dynamic Capacity (DC) are configured > via mailbox commands. CXL 3.1 requires the host to issue the Get DC > Configuration command in order to properly configure DCDs. Witho

Re: [PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device

2024-08-22 Thread Ira Weiny
Fan Ni wrote: > On Fri, Aug 16, 2024 at 02:45:47PM -0700, Dave Jiang wrote: [snip] > > > + > > > +/** > > > + * cxl_dev_dynamic_capacity_identify() - Reads the dynamic capacity > > > + *information from the device. > > > + * @mds: The memory device state >

Re: [PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device

2024-08-22 Thread Ira Weiny
Fan Ni wrote: > On Fri, Aug 16, 2024 at 02:45:47PM -0700, Dave Jiang wrote: > > > > > + > > > +/** > > > + * cxl_dev_dynamic_capacity_identify() - Reads the dynamic capacity > > > + *information from the device. > > > + * @mds: The memory device state > > >

Re: [PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device

2024-08-20 Thread Fan Ni
On Fri, Aug 16, 2024 at 02:45:47PM -0700, Dave Jiang wrote: > > > On 8/16/24 7:44 AM, ira.we...@intel.com wrote: > > From: Navneet Singh > > > > Devices which optionally support Dynamic Capacity (DC) are configured > > via mailbox commands. CXL 3.1 requires the host to issue the Get DC > > Con

Re: [PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device

2024-08-16 Thread Dave Jiang
On 8/16/24 7:44 AM, ira.we...@intel.com wrote: > From: Navneet Singh > > Devices which optionally support Dynamic Capacity (DC) are configured > via mailbox commands. CXL 3.1 requires the host to issue the Get DC > Configuration command in order to properly configure DCDs. Without the > Get

[PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device

2024-08-16 Thread ira . weiny
From: Navneet Singh Devices which optionally support Dynamic Capacity (DC) are configured via mailbox commands. CXL 3.1 requires the host to issue the Get DC Configuration command in order to properly configure DCDs. Without the Get DC Configuration command DCD can't be supported. Implement th