Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1189958 > unrolled thread
| Started by | Christoph Lameter <cl@linux.com> |
|---|---|
| First post | 2015-07-22 16:00 +0200 |
| Last post | 2015-07-22 16:00 +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 v4 1/5] nohz_full: add support for "cpu_isolated" mode Christoph Lameter <cl@linux.com> - 2015-07-22 16:00 +0200
| From | Christoph Lameter <cl@linux.com> |
|---|---|
| Date | 2015-07-22 16:00 +0200 |
| Subject | Re: [PATCH v4 1/5] nohz_full: add support for "cpu_isolated" mode |
| Message-ID | <pP2IV-bi-1@gated-at.bofh.it> |
On Tue, 21 Jul 2015, Paul E. McKenney wrote: > > > In the current version, there's also the vmstat_update() that > > > may schedule delayed work and interrupt the core again > > > shortly before realizing that there are no more counter updates > > > happening, at which point it quiesces. Currently we handle > > > this in cpu_isolated mode simply by spinning and waiting for > > > the timer interrupts to complete. > > > > Perhaps we should fix that? > > Didn't Christoph Lameter fix this? Or is this an additional problem? Well the vmstat update must realize first that there are no outstanding updates before switching itself off. So typically there is one extra tick. But we could add another function that will simply fold the differential immediately and turn the kworker task in the expectation that the processor will stay quiet. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web