Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565281
| From | Shivappa Vikas <vikas.shivappa@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 8/8] x86/intel_rdt: rmdir,umount and hotcpu updates for MBA |
| Date | 2017-01-23 21:20 +0100 |
| Message-ID | <t2TfR-2xn-37@gated-at.bofh.it> (permalink) |
| References | <sYaqZ-5m6-3@gated-at.bofh.it> <sYar1-5m6-71@gated-at.bofh.it> <t0iaJ-2OC-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 16 Jan 2017, Thomas Gleixner wrote: > On Tue, 10 Jan 2017, Vikas Shivappa wrote: > >> During rmdir only reset the ctrl values for the rdtgroup's closid. This >> is done so that that next time when the closid is reused they dont >> reflect old values. > > How on earth is that related to MBA? This is not specific to MBA so i put it as x86/intel_rdt in the subject but will send this as part of seperate series which you mentioned. > >> Remove the closid update during cpuonline in cqm as its >> already in the CAT code. Since both cqm and CAT want the rmid and closid >> to be zero when cpu is online, remove the PQR MSR write to zero during >> cpuonline because the MSRs are at zero after cpu reset and also during > > Are you sure that the MSRs are zero when the cpu goes offline and then > online again? That's not a reset. Thats right - I was removing this since at the first sched_in the new CLOSID would be updated anyways. I know this prevents from having a 0 CLOSid at the time all the hot plug code is run, but we already have run the __cpu_disable and all the hotplug code when going down on the last used CLOSid. (if the kernel thread that handles the offline/online should have a 0 CLOS then thats fine probably..) So may be the right way is to actually zero the CLOS in PQR_MSR when we are going down/offline ? Thanks, Vikas > > Thanks, > > tglx >
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 8/8] x86/intel_rdt: rmdir,umount and hotcpu updates for MBA Shivappa Vikas <vikas.shivappa@intel.com> - 2017-01-23 21:20 +0100
csiph-web