qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Auger <eric.auger@redhat.com>
To: Alireza Sanaee <alireza.sanaee@huawei.com>,
	qemu-devel@nongnu.org, qemu-arm@nongnu.org
Cc: mst@redhat.com, zhao1.liu@intel.com, dapeng1.mi@linux.intel.com,
	armbru@redhat.com, farman@linux.ibm.com,
	peter.maydell@linaro.org, anisinha@redhat.com,
	shannon.zhaosl@gmail.com, imammedo@redhat.com,
	mtosatti@redhat.com, berrange@redhat.com,
	richard.henderson@linaro.org,
	shameerali.kolothum.thodi@huawei.com,
	jonathan.cameron@huawei.com, jiangkunkun@huawei.com,
	yangyicong@hisilicon.com, linuxarm@huawei.com
Subject: Re: [PATCH v8 5/6] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology
Date: Mon, 7 Apr 2025 19:30:47 +0200	[thread overview]
Message-ID: <03409a9d-fbee-4e08-9ca3-861bf8eddd55@redhat.com> (raw)
In-Reply-To: <20250310162337.844-6-alireza.sanaee@huawei.com>

Hi,

On 3/10/25 5:23 PM, Alireza Sanaee via wrote:
> Test new PPTT topolopy with cache representation.
>
> Signed-off-by: Alireza Sanaee <alireza.sanaee@huawei.com>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
>  tests/qtest/bios-tables-test.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
> index 0a333ec43536..6bdc25f4df1e 100644
> --- a/tests/qtest/bios-tables-test.c
> +++ b/tests/qtest/bios-tables-test.c
> @@ -2142,6 +2142,10 @@ static void test_acpi_aarch64_virt_tcg_topology(void)
>      };
>  
>      test_acpi_one("-cpu cortex-a57 "
> +                  "-M virt,smp-cache.0.cache=l1i,smp-cache.0.topology=cluster,"
> +                  "smp-cache.1.cache=l1d,smp-cache.1.topology=cluster,"
> +                  "smp-cache.2.cache=l2,smp-cache.2.topology=cluster,"
> +                  "smp-cache.3.cache=l3,smp-cache.3.topology=cluster "
In the coverletter you used different topologies: core, cluster, socket.
Don't you want to test the same config here?

Is it better to reuse the existing ".topology" variant or to create
another one? (I have no strong opinion though)

Thanks

Eric
>                    "-smp sockets=1,clusters=2,cores=2,threads=2", &data);
>      free_test_data(&data);
>  }



  reply	other threads:[~2025-04-07 17:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10 16:23 [PATCH v8 0/6] Specifying cache topology on ARM Alireza Sanaee via
2025-03-10 16:23 ` [PATCH v8 1/6] target/arm/tcg: increase cache level for cpu=max Alireza Sanaee via
2025-04-07 17:07   ` Eric Auger
2025-04-08  8:26     ` Alireza Sanaee via
2025-03-10 16:23 ` [PATCH v8 2/6] arm/virt.c: add cache hierarchy to device tree Alireza Sanaee via
2025-03-10 16:23 ` [PATCH v8 3/6] bios-tables-test: prepare to change ARM ACPI virt PPTT Alireza Sanaee via
2025-03-13  9:18   ` Jonathan Cameron via
2025-03-10 16:23 ` [PATCH v8 4/6] hw/acpi/aml-build.c: add cache hierarchy to pptt table Alireza Sanaee via
2025-03-13  9:24   ` Jonathan Cameron via
2025-03-13  9:38     ` Alireza Sanaee via
2025-03-10 16:23 ` [PATCH v8 5/6] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology Alireza Sanaee via
2025-04-07 17:30   ` Eric Auger [this message]
2025-04-08  8:59     ` Alireza Sanaee via
2025-03-10 16:23 ` [PATCH v8 6/6] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h Alireza Sanaee via
2025-04-07 17:24 ` [PATCH v8 0/6] Specifying cache topology on ARM Eric Auger
2025-04-08  8:48   ` Alireza Sanaee via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03409a9d-fbee-4e08-9ca3-861bf8eddd55@redhat.com \
    --to=eric.auger@redhat.com \
    --cc=alireza.sanaee@huawei.com \
    --cc=anisinha@redhat.com \
    --cc=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=dapeng1.mi@linux.intel.com \
    --cc=farman@linux.ibm.com \
    --cc=imammedo@redhat.com \
    --cc=jiangkunkun@huawei.com \
    --cc=jonathan.cameron@huawei.com \
    --cc=linuxarm@huawei.com \
    --cc=mst@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=shameerali.kolothum.thodi@huawei.com \
    --cc=shannon.zhaosl@gmail.com \
    --cc=yangyicong@hisilicon.com \
    --cc=zhao1.liu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).