Hi Tony, On 11/9/2023 3:09 PM, Tony Luck wrote: > The rdt_domain structure is used for both control and monitor features. > It is about to be split into separate structures for these two usages > because the scope for control and monitoring features for a resource > will be different for future resources. > > To allow for common code that scans a list of domains looking for a > specific domain id, move all the common fields ("list", "id", "cpu_mask") > into their own structure within the rdt_domain structure. > > Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx> > --- Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx> Reinette