Re: [PATCH v2 10/24] x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_region

2021-03-31 Thread Reinette Chatre
Hi James, On 3/12/2021 9:58 AM, James Morse wrote: struct pseudo_lock_region points to the rdt_resource. Once the resources are merged, this won't be unique. The resource name is moving into the scheam, so that eventually resctrl can generate s/scheam/schema/? Reinette

[PATCH v2 10/24] x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_region

2021-03-12 Thread James Morse
struct pseudo_lock_region points to the rdt_resource. Once the resources are merged, this won't be unique. The resource name is moving into the scheam, so that eventually resctrl can generate it. Swap pseudo_lock_region's rdt_resource pointer for a schema pointer. Reviewed-by: Jamie Iles