Re: [PATCH v9 02/19] cxl/mem: Read dynamic capacity configuration from the device

2025-05-08 Thread Ira Weiny
Fan Ni wrote: > On Sun, Apr 13, 2025 at 05:52:10PM -0500, Ira Weiny wrote: > > Devices which optionally support Dynamic Capacity (DC) are configured > > via mailbox commands. CXL 3.2 section 9.13.3 requires the host to issue > > the Get DC Configuration command in order to properly configure DCDs.

Re: [PATCH v9 02/19] cxl/mem: Read dynamic capacity configuration from the device

2025-05-07 Thread Fan Ni
On Sun, Apr 13, 2025 at 05:52:10PM -0500, Ira Weiny wrote: > Devices which optionally support Dynamic Capacity (DC) are configured > via mailbox commands. CXL 3.2 section 9.13.3 requires the host to issue > the Get DC Configuration command in order to properly configure DCDs. > Without the Get DC

Re: [PATCH v9 02/19] cxl/mem: Read dynamic capacity configuration from the device

2025-04-14 Thread Jonathan Cameron
On Sun, 13 Apr 2025 17:52:10 -0500 Ira Weiny wrote: > Devices which optionally support Dynamic Capacity (DC) are configured > via mailbox commands. CXL 3.2 section 9.13.3 requires the host to issue > the Get DC Configuration command in order to properly configure DCDs. > Without the Get DC Confi

[PATCH v9 02/19] cxl/mem: Read dynamic capacity configuration from the device

2025-04-13 Thread Ira Weiny
Devices which optionally support Dynamic Capacity (DC) are configured via mailbox commands. CXL 3.2 section 9.13.3 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 the DC mai