[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 01/13] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size fie
From: |
Jonathan Cameron |
Subject: |
Re: [PATCH v5 01/13] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command |
Date: |
Wed, 6 Mar 2024 15:07:30 +0000 |
On Mon, 4 Mar 2024 11:33:56 -0800
nifan.cxl@gmail.com wrote:
> From: Fan Ni <fan.ni@samsung.com>
>
> Based on CXL spec r3.1 Table 8-127 (Identify Memory Device Output
> Payload), dynamic capacity event log size should be part of
> output of the Identify command.
> Add dc_event_log_size to the output payload for the host to get the info.
>
> Signed-off-by: Fan Ni <fan.ni@samsung.com>
I'm going to give tags on this mostly so I can easily see what I was happy
with on any future versions if we need them.
If I end up sending the code to Michael, a may squash them into
just a SoB.
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
- [PATCH v5 00/13] Enabling DCD emulation support in Qemu, nifan . cxl, 2024/03/04
- [PATCH v5 01/13] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command, nifan . cxl, 2024/03/04
- Re: [PATCH v5 01/13] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command,
Jonathan Cameron <=
- [PATCH v5 02/13] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support, nifan . cxl, 2024/03/04
- [PATCH v5 03/13] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices, nifan . cxl, 2024/03/04
- [PATCH v5 04/13] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices, nifan . cxl, 2024/03/04
- [PATCH v5 05/13] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size insead of mr as argument, nifan . cxl, 2024/03/04
- [PATCH v5 07/13] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support, nifan . cxl, 2024/03/04