Re: [PATCH 02/24] x86/resctrl: Split struct rdt_domain

2020-11-17 Thread Reinette Chatre
Hi James, On 10/30/2020 9:10 AM, James Morse wrote: resctrl is the defacto Linux ABI for SoC resource partitioning features. To support it on another architecture, it needs to be abstracted from Intel RDT, and moved it to /fs/. Same comments as previous patch regarding "Intel RDT" and "moved

[PATCH 02/24] x86/resctrl: Split struct rdt_domain

2020-10-30 Thread James Morse
resctrl is the defacto Linux ABI for SoC resource partitioning features. To support it on another architecture, it needs to be abstracted from Intel RDT, and moved it to /fs/. Split struct rdt_domain up too. Move everything that that is particular to resctrl into a new header file. resctrl code