Re: [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions

2020-03-03 Thread Igor Mammedov
On Mon, 2 Mar 2020 11:09:14 -0600 Babu Moger wrote: > On 2/25/20 1:49 AM, Igor Mammedov wrote: > > On Mon, 24 Feb 2020 11:29:37 -0600 > > Babu Moger wrote: > > > >> On 2/24/20 2:52 AM, Igor Mammedov wrote: > >>> On Thu, 13 Feb 2020 12:17:25 -0600 > >>> Babu Moger wrote: > >>> > U

Re: [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions

2020-03-02 Thread Babu Moger
On 2/25/20 1:49 AM, Igor Mammedov wrote: > On Mon, 24 Feb 2020 11:29:37 -0600 > Babu Moger wrote: > >> On 2/24/20 2:52 AM, Igor Mammedov wrote: >>> On Thu, 13 Feb 2020 12:17:25 -0600 >>> Babu Moger wrote: >>> Use the new functions from topology.h and delete the unused code. Given the

Re: [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions

2020-02-25 Thread Babu Moger
On 2/25/20 1:49 AM, Igor Mammedov wrote: > On Mon, 24 Feb 2020 11:29:37 -0600 > Babu Moger wrote: > >> On 2/24/20 2:52 AM, Igor Mammedov wrote: >>> On Thu, 13 Feb 2020 12:17:25 -0600 >>> Babu Moger wrote: >>> Use the new functions from topology.h and delete the unused code. Given the

Re: [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions

2020-02-24 Thread Igor Mammedov
On Mon, 24 Feb 2020 11:29:37 -0600 Babu Moger wrote: > On 2/24/20 2:52 AM, Igor Mammedov wrote: > > On Thu, 13 Feb 2020 12:17:25 -0600 > > Babu Moger wrote: > > > >> Use the new functions from topology.h and delete the unused code. Given the > >> sockets, nodes, cores and threads, the new fun

Re: [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions

2020-02-24 Thread Babu Moger
On 2/24/20 2:52 AM, Igor Mammedov wrote: > On Thu, 13 Feb 2020 12:17:25 -0600 > Babu Moger wrote: > >> Use the new functions from topology.h and delete the unused code. Given the >> sockets, nodes, cores and threads, the new functions generate apic id for >> EPYC >> mode. Removes all the hard

Re: [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions

2020-02-24 Thread Igor Mammedov
On Thu, 13 Feb 2020 12:17:25 -0600 Babu Moger wrote: > Use the new functions from topology.h and delete the unused code. Given the > sockets, nodes, cores and threads, the new functions generate apic id for EPYC > mode. Removes all the hardcoded values. > > Signed-off-by: Babu Moger modulo MAX

[PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions

2020-02-13 Thread Babu Moger
Use the new functions from topology.h and delete the unused code. Given the sockets, nodes, cores and threads, the new functions generate apic id for EPYC mode. Removes all the hardcoded values. Signed-off-by: Babu Moger --- target/i386/cpu.c | 162 +++---