Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1701455 > unrolled thread
| Started by | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| First post | 2017-08-01 22:50 +0200 |
| Last post | 2017-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.
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
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Date | 2017-08-01 22:50 +0200 |
| Subject | Re: [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 ....
Back to top | Article view | linux.kernel
csiph-web