Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1720133
| Path | csiph.com!goblin2!goblin.stu.neva.ru!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Luca Abeni <luca.abeni@santannapisa.it> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting |
| Date | Fri, 25 Aug 2017 16:40:05 +0200 |
| Message-ID | <uinWd-5dr-59@gated-at.bofh.it> (permalink) |
| References | <ufe2Z-3PN-3@gated-at.bofh.it> <uhgtI-2jA-13@gated-at.bofh.it> <uhJP4-4Ik-9@gated-at.bofh.it> |
| X-Original-To | Mathieu Poirier <mathieu.poirier@linaro.org> |
| X-Mailer | Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 52 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Ingo Molnar <mingo@redhat.com>, Peter Zijlstra <peterz@infradead.org>, tj@kernel.org, vbabka@suse.cz, Li Zefan <lizefan@huawei.com>, akpm@linux-foundation.org, weiyongjun1@huawei.com, Juri Lelli <juri.lelli@arm.com>, Steven Rostedt <rostedt@goodmis.org>, Claudio Scordino <claudio@evidence.eu.com>, Daniel Bristot de Oliveira <bristot@redhat.com>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Tommaso Cucinotta <tommaso.cucinotta@sssup.it> |
| X-Original-Date | Fri, 25 Aug 2017 16:37:54 +0200 |
| X-Original-Message-ID | <20170825163754.08bda23f@luca> |
| X-Original-References | <1502918443-30169-1-git-send-email-mathieu.poirier@linaro.org> <20170822142136.3604336e@luca> <CANLsYkxjHvx37+kNK8SKFM3NFz2G1vuzDCDuuQA9N_QvYCJbNg@mail.gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1720133 |
Show key headers only | View raw
Hi Mathieu, On Wed, 23 Aug 2017 13:47:13 -0600 Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > On 22 August 2017 at 06:21, Luca Abeni <luca.abeni@santannapisa.it> wrote: > > Hi Mathieu, > > Good day to you, > > > > > On Wed, 16 Aug 2017 15:20:36 -0600 > > Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > > >> This is a renewed attempt at fixing a problem reported by Steve Rostedt [1] > >> where DL bandwidth accounting is not recomputed after CPUset and CPUhotplug > >> operations. When CPUhotplug and some CUPset manipulation take place root > >> domains are destroyed and new ones created, loosing at the same time DL > >> accounting pertaining to utilisation. > > > > Thanks for looking at this longstanding issue! I am just back from > > vacations; in the next days I'll try your patches. > > Do you have some kind of scripts for reproducing the issue > > automatically? (I see that in the original email Steven described how > > to reproduce it manually; I just wonder if anyone already scripted the > > test). > > I didn't bother scripting it since it is so easy to do. I'm eager to > see how things work out on your end. I ran some tests with your patchset, and I confirm that it fixes the issue originally pointed out by Steven. But I still need to run some more tests (I'll continue on Monday). I think I found an issue by: 1) creating two disjoint cpusets (CPUs 0 and 1 in the first cpuset, CPUs 2 and 3 in the second one) and setting sched_load_balance to 0 2) starting a task in one of the two cpusets, and making it SCHED_DEADLINE <--- up to here, everything looks fine 3) setting sched_load_balance to 1 <--- At this point, I think there is a bug: the system has only one root domain, and the task utilization is summed to it... But the task affinity mask is still the one of the "old root domain" that was associated with the cpuset where the task is executing. I still need to run some experiments about this. Thanks, Luca
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-08-16 23:30 +0200
[PATCH 5/7] cgroup: Concentrate DL related validation code in one place Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-08-16 23:30 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Luca Abeni <luca.abeni@santannapisa.it> - 2017-08-22 14:30 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-08-23 21:50 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Luca Abeni <luca.abeni@santannapisa.it> - 2017-08-24 10:00 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Juri Lelli <juri.lelli@arm.com> - 2017-08-24 10:40 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-08-24 22:40 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting luca abeni <luca.abeni@santannapisa.it> - 2017-08-25 08:10 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Luca Abeni <luca.abeni@santannapisa.it> - 2017-08-25 12:00 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-08-25 22:00 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-08-25 22:40 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Luca Abeni <luca.abeni@santannapisa.it> - 2017-08-25 16:40 +0200
Re: [PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-08-25 22:30 +0200
csiph-web