Re: [PATCH v8 01/13] arch/resctrl: Start renaming the rdt files to more generic names

2018-11-19 Thread Moger, Babu
On 11/19/18 2:22 PM, Borislav Petkov wrote: > On Mon, Nov 19, 2018 at 08:11:36PM +, Moger, Babu wrote: >> Changed core.c and internel.h to res.c and res.h respectively. Both of >> these files are about resource definitions and initialization. > > I guess but the core.c thing we do a lot in t

Re: [PATCH v8 01/13] arch/resctrl: Start renaming the rdt files to more generic names

2018-11-19 Thread Borislav Petkov
On Mon, Nov 19, 2018 at 08:11:36PM +, Moger, Babu wrote: > Changed core.c and internel.h to res.c and res.h respectively. Both of > these files are about resource definitions and initialization. I guess but the core.c thing we do a lot in the kernel: $ git ls-files | grep -E "/core\.c" | wc -

RE: [PATCH v8 01/13] arch/resctrl: Start renaming the rdt files to more generic names

2018-11-19 Thread Moger, Babu
el.org; linux- > d...@vger.kernel.org > Subject: Re: [PATCH v8 01/13] arch/resctrl: Start renaming the rdt files to > more generic names > > On Sun, 18 Nov 2018, Borislav Petkov wrote: > > > > Now, it looks to me like the whole resctrl thing begs for its own dir

Re: [PATCH v8 01/13] arch/resctrl: Start renaming the rdt files to more generic names

2018-11-19 Thread Thomas Gleixner
On Sun, 18 Nov 2018, Borislav Petkov wrote: > > Now, it looks to me like the whole resctrl thing begs for its own dir: > > arch/x86/kernel/cpu/resctrl/core.c > arch/x86/kernel/cpu/resctrl/ctrlmondata.c > arch/x86/kernel/cpu/resctrl/internal.h > arch/x86/kernel/cpu/resctrl/monitor.c > arch/x8

Re: [PATCH v8 01/13] arch/resctrl: Start renaming the rdt files to more generic names

2018-11-18 Thread Borislav Petkov
Just to state it here on the thread: prefix should be "x86/resctrl" as we said earlier. But that will be addressed in the next iteration, as we agreed offlist. On Fri, Nov 16, 2018 at 08:54:22PM +, Moger, Babu wrote: > New generation of AMD processors start supporting RDT(or QOS) features. > W

[PATCH v8 01/13] arch/resctrl: Start renaming the rdt files to more generic names

2018-11-16 Thread Moger, Babu
New generation of AMD processors start supporting RDT(or QOS) features. With more than one vendors supporting these features, it seems more appropriate to rename these files. Changed intel_rdt to resctrl where applicable. Signed-off-by: Babu Moger Reviewed-by: Borislav Petkov --- arch/x86/incl