qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 07/11] hmat acpi: Build Memory Side Cache Inf


From: Tao Xu
Subject: Re: [Qemu-devel] [PATCH v4 07/11] hmat acpi: Build Memory Side Cache Information Structure(s) in ACPI HMAT
Date: Wed, 5 Jun 2019 14:04:10 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

On 6/4/2019 11:04 PM, Igor Mammedov wrote:
On Wed,  8 May 2019 14:17:22 +0800
Tao Xu <address@hidden> wrote:

From: Liu Jingqi <address@hidden>

This structure describes memory side cache information for memory
proximity domains if the memory side cache is present and the
physical device(SMBIOS handle) forms the memory side cache.
The software could use this information to effectively place
the data in memory to maximize the performance of the system
memory that use the memory side cache.

Signed-off-by: Liu Jingqi <address@hidden>
Signed-off-by: Tao Xu <address@hidden>
---

...
+
+                /* SMBIOS Handles */
+                /* TBD: set smbios handles */
+                build_append_int_noprefix(table_data, 0, 2 * n);
Is memory side cache structure useful at all without pointing to SMBIOS entries?

They are not useful yet, and the kernel 5.1 HMAT sysfs doesn't show SMBIOS entries. We can update it if it useful in the future.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]