Re: [PATCH 00/16] tests: Add CPU topology related smbios test cases

2023-09-18 Thread Zhao Liu
On Fri, Sep 15, 2023 at 04:30:55PM +0200, Igor Mammedov wrote: > Date: Fri, 15 Sep 2023 16:30:55 +0200 > From: Igor Mammedov > Subject: Re: [PATCH 00/16] tests: Add CPU topology related smbios test cases > X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) > > O

Re: [PATCH 00/16] tests: Add CPU topology related smbios test cases

2023-09-15 Thread Igor Mammedov
:55:33 +0300 > > > From: Michael Tokarev > > > Subject: Re: [PATCH 00/16] tests: Add CPU topology related smbios test > > > cases > > > > > > 25.08.2023 06:36, Zhao Liu wrote: > > > > From: Zhao Liu > > > > > >

Re: [PATCH 00/16] tests: Add CPU topology related smbios test cases

2023-09-15 Thread Michael S. Tsirkin
On Tue, Sep 05, 2023 at 02:56:46PM +0800, Zhao Liu wrote: > Hi Michael, > > On Fri, Sep 01, 2023 at 12:55:33PM +0300, Michael Tokarev wrote: > > Date: Fri, 1 Sep 2023 12:55:33 +0300 > > From: Michael Tokarev > > Subject: Re: [PATCH 00/16] tests: Add CPU topolog

Re: [PATCH 00/16] tests: Add CPU topology related smbios test cases

2023-09-06 Thread Philippe Mathieu-Daudé
On 1/9/23 11:55, Michael Tokarev wrote: 25.08.2023 06:36, Zhao Liu wrote: From: Zhao Liu Hi all, This patchset is the follow up tests of previous topology fixes in smbios [1]. In this patchset, add these test cases: 1. Add the case to test 2 newly added topology helpers (patch 1):     * mac

Re: [PATCH 00/16] tests: Add CPU topology related smbios test cases

2023-09-04 Thread Zhao Liu
Hi Michael, On Fri, Sep 01, 2023 at 12:55:33PM +0300, Michael Tokarev wrote: > Date: Fri, 1 Sep 2023 12:55:33 +0300 > From: Michael Tokarev > Subject: Re: [PATCH 00/16] tests: Add CPU topology related smbios test cases > > 25.08.2023 06:36, Zhao Liu wrote: > > From: Zhao

Re: [PATCH 00/16] tests: Add CPU topology related smbios test cases

2023-09-01 Thread Michael Tokarev
25.08.2023 06:36, Zhao Liu wrote: From: Zhao Liu Hi all, This patchset is the follow up tests of previous topology fixes in smbios [1]. In this patchset, add these test cases: 1. Add the case to test 2 newly added topology helpers (patch 1): * machine_topo_get_cores_per_socket() * ma

[PATCH 00/16] tests: Add CPU topology related smbios test cases

2023-08-24 Thread Zhao Liu
From: Zhao Liu Hi all, This patchset is the follow up tests of previous topology fixes in smbios [1]. In this patchset, add these test cases: 1. Add the case to test 2 newly added topology helpers (patch 1): * machine_topo_get_cores_per_socket() * machine_topo_get_threads_per_socket() 2