Re: [PATCH v5 00/16] APIC ID fixes for AMD EPYC CPU model

2020-03-10 Thread Babu Moger
On 3/10/20 3:40 AM, Igor Mammedov wrote: > On Tue, 03 Mar 2020 13:56:51 -0600 > Babu Moger wrote: > >> This series fixes APIC ID encoding problem reported on AMD EPYC cpu models. >>

Re: [PATCH v5 00/16] APIC ID fixes for AMD EPYC CPU model

2020-03-10 Thread Igor Mammedov
On Tue, 03 Mar 2020 13:56:51 -0600 Babu Moger wrote: > This series fixes APIC ID encoding problem reported on AMD EPYC cpu models. > https://bugzilla.redhat.com/show_bug.cgi?id=1728166 > > Currently, the APIC ID is decoded based on the sequence > sockets->dies->cores->threads. This works for

Re: [PATCH v5 00/16] APIC ID fixes for AMD EPYC CPU model

2020-03-09 Thread Babu Moger
On 3/8/20 8:25 AM, Michael S. Tsirkin wrote: > On Tue, Mar 03, 2020 at 01:56:51PM -0600, Babu Moger wrote: >> This series fixes APIC ID encoding problem reported on AMD EPYC cpu models. >>

Re: [PATCH v5 00/16] APIC ID fixes for AMD EPYC CPU model

2020-03-08 Thread Michael S. Tsirkin
On Tue, Mar 03, 2020 at 01:56:51PM -0600, Babu Moger wrote: > This series fixes APIC ID encoding problem reported on AMD EPYC cpu models. > https://bugzilla.redhat.com/show_bug.cgi?id=1728166 > > Currently, the APIC ID is decoded based on the sequence > sockets->dies->cores->threads. This works

[PATCH v5 00/16] APIC ID fixes for AMD EPYC CPU model

2020-03-03 Thread Babu Moger
This series fixes APIC ID encoding problem reported on AMD EPYC cpu models. https://bugzilla.redhat.com/show_bug.cgi?id=1728166 Currently, the APIC ID is decoded based on the sequence sockets->dies->cores->threads. This works for most standard AMD and other vendors' configurations, but this