Re: [PATCH 3/5] x86/intel_rdt: Fail early on a resource with incorrect domains

2017-03-01 Thread Thomas Gleixner
On Fri, 17 Feb 2017, Vikas Shivappa wrote: > When a schemata file is changed, user enters control values for all > domains and all resources in the below format (Consider L3 and L2 > resources): > > L3:=;=;... > L2:=;=;... > > Return error as soon as we detect a resource not entering all domain

[PATCH 3/5] x86/intel_rdt: Fail early on a resource with incorrect domains

2017-02-17 Thread Vikas Shivappa
When a schemata file is changed, user enters control values for all domains and all resources in the below format (Consider L3 and L2 resources): L3:=;=;... L2:=;=;... Return error as soon as we detect a resource not entering all domain values in schemata rather than waiting till we parse all res