Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1701455 > unrolled thread

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

Started byThomas Gleixner <tglx@linutronix.de>
First post2017-08-01 22:50 +0200
Last post2017-08-01 22:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 11/28] x86/intel_rdt/cqm: Add info files for RDT  monitoring Thomas Gleixner <tglx@linutronix.de> - 2017-08-01 22:50 +0200

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

FromThomas Gleixner <tglx@linutronix.de>
Date2017-08-01 22:50 +0200
SubjectRe: [PATCH 11/28] x86/intel_rdt/cqm: Add info files for RDT monitoring
Message-ID<u9Mh4-jv-11@gated-at.bofh.it>
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;
>  	}
> +
> +	for_each_mon_enabled_rdt_resource(r) {
> +		fflags =  r->fflags | RF_MON_INFO;
> +		sprintf(name, "%s_MON", r->name);
> +		if (rdtgroup_mkdir_info_resdir(r, name, fflags))
> +			goto out_destroy;
> +	}

Copy and paste and still the compiler complains ....

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web