Re: [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

2024-02-02 Thread Jonathan Cameron via
On Thu, 1 Feb 2024 11:58:43 -0800 fan wrote: > On Wed, Jan 24, 2024 at 02:51:18PM +, Jonathan Cameron wrote: > > On Tue, 7 Nov 2023 10:07:06 -0800 > > nifan@gmail.com wrote: > > > > > From: Fan Ni > > > > > > Per cxl spec 3.0, add dynamic capacity region representative based on > >

Re: [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

2024-02-01 Thread fan
On Wed, Jan 24, 2024 at 02:51:18PM +, Jonathan Cameron wrote: > On Tue, 7 Nov 2023 10:07:06 -0800 > nifan@gmail.com wrote: > > > From: Fan Ni > > > > Per cxl spec 3.0, add dynamic capacity region representative based on > > Table 8-126 and extend the cxl type3 device definition to inclu

Re: [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

2024-01-30 Thread Jonathan Cameron via
On Mon, 29 Jan 2024 09:32:39 -0800 fan wrote: > On Wed, Jan 24, 2024 at 02:51:18PM +, Jonathan Cameron wrote: > > On Tue, 7 Nov 2023 10:07:06 -0800 > > nifan@gmail.com wrote: > > > > > From: Fan Ni > > > > > > Per cxl spec 3.0, add dynamic capacity region representative based on > >

Re: [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

2024-01-29 Thread fan
On Wed, Jan 24, 2024 at 02:51:18PM +, Jonathan Cameron wrote: > On Tue, 7 Nov 2023 10:07:06 -0800 > nifan@gmail.com wrote: > > > From: Fan Ni > > > > Per cxl spec 3.0, add dynamic capacity region representative based on > > Table 8-126 and extend the cxl type3 device definition to inclu

Re: [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

2024-01-24 Thread Jonathan Cameron via
> diff --git a/include/hw/cxl/cxl_device.h b/include/hw/cxl/cxl_device.h > index 4f2ef0b899..334c51fddb 100644 > --- a/include/hw/cxl/cxl_device.h > +++ b/include/hw/cxl/cxl_device.h > @@ -235,6 +235,7 @@ typedef struct cxl_device_state { > uint64_t mem_size; > uint64_t pmem_size; >

Re: [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

2024-01-24 Thread Jonathan Cameron via
On Tue, 7 Nov 2023 10:07:06 -0800 nifan@gmail.com wrote: > From: Fan Ni > > Per cxl spec 3.0, add dynamic capacity region representative based on > Table 8-126 and extend the cxl type3 device definition to include dc region > information. Also, based on info in 8.2.9.8.9.1, add 'Get Dynamic

[PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

2023-11-07 Thread nifan . cxl
From: Fan Ni Per cxl spec 3.0, add dynamic capacity region representative based on Table 8-126 and extend the cxl type3 device definition to include dc region information. Also, based on info in 8.2.9.8.9.1, add 'Get Dynamic Capacity Configuration' mailbox support. Note: decode_len of a dc regio