Re: [PATCH 11/28] x86/intel_rdt/cqm: Add info files for RDT monitoring

2017-08-01 Thread Thomas Gleixner
On Tue, 25 Jul 2017, Vikas Shivappa wrote: > @@ -658,6 +732,14 @@ static int rdtgroup_create_info_dir(struct kernfs_node > *parent_kn) > if (rdtgroup_mkdir_info_resdir(r, r->name, fflags)) > goto out_destroy; > } > + > +

Re: [PATCH 11/28] x86/intel_rdt/cqm: Add info files for RDT monitoring

2017-08-01 Thread Thomas Gleixner
On Tue, 25 Jul 2017, Vikas Shivappa wrote: > @@ -658,6 +732,14 @@ static int rdtgroup_create_info_dir(struct kernfs_node > *parent_kn) > if (rdtgroup_mkdir_info_resdir(r, r->name, fflags)) > goto out_destroy; > } > + > +

[PATCH 11/28] x86/intel_rdt/cqm: Add info files for RDT monitoring

2017-07-25 Thread Vikas Shivappa
Add info directory files specific to RDT monitoring. num_rmids: The number of RMIDs which are valid for the resource. mon_features: Lists the monitoring events if monitoring is enabled for the resource. max_threshold_occupancy: This is specific to llc_occupancy monitoring and

[PATCH 11/28] x86/intel_rdt/cqm: Add info files for RDT monitoring

2017-07-25 Thread Vikas Shivappa
Add info directory files specific to RDT monitoring. num_rmids: The number of RMIDs which are valid for the resource. mon_features: Lists the monitoring events if monitoring is enabled for the resource. max_threshold_occupancy: This is specific to llc_occupancy monitoring and