Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-06 Thread Babu Moger
On 2/6/20 7:08 AM, Igor Mammedov wrote: > On Wed, 5 Feb 2020 13:07:31 -0600 > Babu Moger wrote: > >> On 2/5/20 10:56 AM, Igor Mammedov wrote: >>> On Wed, 5 Feb 2020 10:10:06 -0600 >>> Babu Moger wrote: >>> On 2/5/20 3:38 AM, Igor Mammedov wrote: > On Tue, 4 Feb 2020 13:08:58 -06

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-06 Thread Igor Mammedov
On Wed, 5 Feb 2020 13:07:31 -0600 Babu Moger wrote: > On 2/5/20 10:56 AM, Igor Mammedov wrote: > > On Wed, 5 Feb 2020 10:10:06 -0600 > > Babu Moger wrote: > > > >> On 2/5/20 3:38 AM, Igor Mammedov wrote: > >>> On Tue, 4 Feb 2020 13:08:58 -0600 > >>> Babu Moger wrote: > >>> > On 2

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-05 Thread Babu Moger
On 2/5/20 10:56 AM, Igor Mammedov wrote: > On Wed, 5 Feb 2020 10:10:06 -0600 > Babu Moger wrote: > >> On 2/5/20 3:38 AM, Igor Mammedov wrote: >>> On Tue, 4 Feb 2020 13:08:58 -0600 >>> Babu Moger wrote: >>> On 2/4/20 2:02 AM, Igor Mammedov wrote: > On Mon, 3 Feb 2020 13:31:29 -06

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-05 Thread Igor Mammedov
On Wed, 5 Feb 2020 10:10:06 -0600 Babu Moger wrote: > On 2/5/20 3:38 AM, Igor Mammedov wrote: > > On Tue, 4 Feb 2020 13:08:58 -0600 > > Babu Moger wrote: > > > >> On 2/4/20 2:02 AM, Igor Mammedov wrote: > >>> On Mon, 3 Feb 2020 13:31:29 -0600 > >>> Babu Moger wrote: > >>> > On 2/

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-05 Thread Babu Moger
On 2/5/20 3:38 AM, Igor Mammedov wrote: > On Tue, 4 Feb 2020 13:08:58 -0600 > Babu Moger wrote: > >> On 2/4/20 2:02 AM, Igor Mammedov wrote: >>> On Mon, 3 Feb 2020 13:31:29 -0600 >>> Babu Moger wrote: >>> On 2/3/20 8:59 AM, Igor Mammedov wrote: > On Tue, 03 Dec 2019 18:36:54 -06

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-05 Thread Igor Mammedov
On Tue, 4 Feb 2020 13:08:58 -0600 Babu Moger wrote: > On 2/4/20 2:02 AM, Igor Mammedov wrote: > > On Mon, 3 Feb 2020 13:31:29 -0600 > > Babu Moger wrote: > > > >> On 2/3/20 8:59 AM, Igor Mammedov wrote: > >>> On Tue, 03 Dec 2019 18:36:54 -0600 > >>> Babu Moger wrote: > >>> > This

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-04 Thread Babu Moger
On 2/4/20 2:02 AM, Igor Mammedov wrote: > On Mon, 3 Feb 2020 13:31:29 -0600 > Babu Moger wrote: > >> On 2/3/20 8:59 AM, Igor Mammedov wrote: >>> On Tue, 03 Dec 2019 18:36:54 -0600 >>> Babu Moger wrote: >>> This series fixes APIC ID encoding problems on AMD EPYC CPUs. https://nam1

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-04 Thread Igor Mammedov
On Mon, 3 Feb 2020 13:31:29 -0600 Babu Moger wrote: > On 2/3/20 8:59 AM, Igor Mammedov wrote: > > On Tue, 03 Dec 2019 18:36:54 -0600 > > Babu Moger wrote: > > > >> This series fixes APIC ID encoding problems on AMD EPYC CPUs. > >> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-03 Thread Babu Moger
On 2/3/20 8:59 AM, Igor Mammedov wrote: > On Tue, 03 Dec 2019 18:36:54 -0600 > Babu Moger wrote: > >> This series fixes APIC ID encoding problems on AMD EPYC CPUs. >> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.redhat.com%2Fshow_bug.cgi%3Fid%3D1728166&data=02%7C0

Re: [PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2020-02-03 Thread Igor Mammedov
On Tue, 03 Dec 2019 18:36:54 -0600 Babu Moger wrote: > This series fixes APIC ID encoding problems on AMD EPYC CPUs. > 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

[PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models

2019-12-03 Thread Babu Moger
This series fixes APIC ID encoding problems on AMD EPYC CPUs. 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 decoding sequence do