[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3E5A0FA7E9CA944F9D5414FEC6C712205DFD4A9A@ORSMSX106.amr.corp.intel.com>
Date: Wed, 13 Jul 2016 17:50:17 +0000
From: "Yu, Fenghua" <fenghua.yu@...el.com>
To: Thomas Gleixner <tglx@...utronix.de>
CC: Ingo Molnar <mingo@...e.hu>,
"Anvin, H Peter" <h.peter.anvin@...el.com>,
"Luck, Tony" <tony.luck@...el.com>, Tejun Heo <tj@...nel.org>,
"Borislav Petkov" <bp@...e.de>,
Stephane Eranian <eranian@...gle.com>,
Peter Zijlstra <peterz@...radead.org>,
Marcelo Tosatti <mtosatti@...hat.com>,
"David Carrillo-Cisneros" <davidcc@...gle.com>,
"Shankar, Ravi V" <ravi.v.shankar@...el.com>,
Vikas Shivappa <vikas.shivappa@...ux.intel.com>,
"Prakhya, Sai Praneeth" <sai.praneeth.prakhya@...el.com>,
linux-kernel <linux-kernel@...r.kernel.org>, x86 <x86@...nel.org>
Subject: RE: [PATCH 19/32] sched.h: Add rg_list and rdtgroup in task_struct
> From: Thomas Gleixner [mailto:tglx@...utronix.de]
> Sent: Wednesday, July 13, 2016 5:56 AM
> On Tue, 12 Jul 2016, Fenghua Yu wrote:
> > From: Fenghua Yu <fenghua.yu@...el.com>
> >
> > rg_list is linked list to connect to other tasks in a rdtgroup.
>
> Can you please prefix that member proper, e.g. rdt_group_list
There is another similar name in task_struct, which is cg_list for cgroup list.
I just follow that name to have a rg_list for rdtgroup list.
If you think rdt_group_list is a better name, I sure will change rg_list
to rdt_group_list.
>
> > The point of rdtgroup allows the task to access its own rdtgroup directly.
>
> 'pointer' perhaps? Also please use a proper prefix: rdt_group
>
> A proper description might be:
>
> rdt_group points to the rdt group to which the task belongs.
In the patch set, I use the name "rdtgroup" to represent a rdt group.
Should I change the name "rdtgroup" to "rdt_group" in all patches
Including descriptions and code?
Thanks.
-Fenghua
Powered by blists - more mailing lists