Re: [RFC][PATCH] sched: Rename DIE domain

2023-07-17 Thread Peter Zijlstra
On Mon, Jul 17, 2023 at 03:51:25PM +0200, Vincent Guittot wrote: > On Wed, 12 Jul 2023 at 16:11, Peter Zijlstra wrote: > > > > Hi > > > > Thomas just tripped over the x86 topology setup creating a 'DIE' domain > > for the package mask :-) > > May be a link to the change that triggers this patch c

Re: [RFC][PATCH] sched: Rename DIE domain

2023-07-17 Thread Vincent Guittot
On Wed, 12 Jul 2023 at 16:11, Peter Zijlstra wrote: > > Hi > > Thomas just tripped over the x86 topology setup creating a 'DIE' domain > for the package mask :-) May be a link to the change that triggers this patch could be useful > > Since these names are SCHED_DEBUG only, rename them. > I don'

Re: [RFC][PATCH] sched: Rename DIE domain

2023-07-16 Thread Gautham R. Shenoy
On Wed, Jul 12, 2023 at 04:10:56PM +0200, Peter Zijlstra wrote: > Hi > > Thomas just tripped over the x86 topology setup creating a 'DIE' domain > for the package mask :-) > > Since these names are SCHED_DEBUG only, rename them. > I don't think anybody *should* be relying on this, but who knows.

Re: [RFC][PATCH] sched: Rename DIE domain

2023-07-14 Thread Shrikanth Hegde
On 7/12/23 8:32 PM, Valentin Schneider wrote: > On 12/07/23 16:10, Peter Zijlstra wrote: >> Hi >> >> Thomas just tripped over the x86 topology setup creating a 'DIE' domain >> for the package mask :-) >> >> Since these names are SCHED_DEBUG only, rename them. >> I don't think anybody *should* be

Re: [RFC][PATCH] sched: Rename DIE domain

2023-07-14 Thread Heiko Carstens
On Wed, Jul 12, 2023 at 04:10:56PM +0200, Peter Zijlstra wrote: > Hi > > Thomas just tripped over the x86 topology setup creating a 'DIE' domain > for the package mask :-) > > Since these names are SCHED_DEBUG only, rename them. > I don't think anybody *should* be relying on this, but who knows.

Re: [RFC][PATCH] sched: Rename DIE domain

2023-07-14 Thread Mel Gorman
On Wed, Jul 12, 2023 at 04:02:38PM +0100, Valentin Schneider wrote: > On 12/07/23 16:10, Peter Zijlstra wrote: > > Hi > > > > Thomas just tripped over the x86 topology setup creating a 'DIE' domain > > for the package mask :-) > > > > Since these names are SCHED_DEBUG only, rename them. > > I don't

Re: [RFC][PATCH] sched: Rename DIE domain

2023-07-12 Thread Peter Zijlstra
On Wed, Jul 12, 2023 at 04:02:38PM +0100, Valentin Schneider wrote: > On 12/07/23 16:10, Peter Zijlstra wrote: > > Hi > > > > Thomas just tripped over the x86 topology setup creating a 'DIE' domain > > for the package mask :-) > > > > Since these names are SCHED_DEBUG only, rename them. > > I don't

Re: [RFC][PATCH] sched: Rename DIE domain

2023-07-12 Thread Valentin Schneider
On 12/07/23 16:10, Peter Zijlstra wrote: > Hi > > Thomas just tripped over the x86 topology setup creating a 'DIE' domain > for the package mask :-) > > Since these names are SCHED_DEBUG only, rename them. > I don't think anybody *should* be relying on this, but who knows. > FWIW I don't care much