From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCHSET for-4.14] cgroup, sched: cgroup2 basic resource accounting Date: Sat, 23 Sep 2017 06:44:02 -0700 Message-ID: <20170923134402.GI828415@devbig577.frc2.facebook.com> References: <20170811163754.3939102-1-tj@kernel.org> <20170922180530.GG828415@devbig577.frc2.facebook.com> <20170923133731.uq5qekjypndpjv2l@hirez.programming.kicks-ass.net> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=WNuLKCy/gD+hBl0vBFzFO1/5okDUL1kpOidSmmM0Tnk=; b=Or1t+ovkJSxgqxmGtlcU12mxTtV4Uo6TwSqJud7sejimjsYCcKeKOqMr/S6XArRRoG 1lXIVuH0KCAQzmXKhwxGvsSJ0DS1fG+jACs4T88hb2m9rt/9hibdM4oCnRfXW3VgVW2+ 4uTIDPBwc2M+YWMtfZoQos6FxI/t4iccifH3+IvYOI3sVA1UIaJHyRFH6m5AIbzUIM2z O/q2cRUYhKaTFRqhWsd+zjq7YZ4Tg5BxoGkDJHBcjCgECzMDEfQ52FI/KkF6BrjR/8gy jmlhCL+2s3HNE+/lig0La5IYgfULo3+SrjYqvYueEa1jSep6ElinH/hXPNvNsEQL92hu +V4A== Content-Disposition: inline In-Reply-To: <20170923133731.uq5qekjypndpjv2l-Nxj+rRp3nVydTX5a5knrm8zTDFooKrT+cvkQGrU6aU0@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Peter Zijlstra Cc: lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org, hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org, mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, longman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-team-b10kYP2dOMg@public.gmane.org, pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org, efault-Mmb7MZpHnFY@public.gmane.org, torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, guro-b10kYP2dOMg@public.gmane.org Hello, Peter. On Sat, Sep 23, 2017 at 03:37:31PM +0200, Peter Zijlstra wrote: > On Fri, Sep 22, 2017 at 11:05:30AM -0700, Tejun Heo wrote: > > Peter, ping? > > Humm,. So I think I was good, but I was under the impression you'd send > a new version better explaining the need/design of that iteration stuff. > Could be I lost the plot somehow. The updated version was posted quite a while ago. http://lkml.kernel.org/r/20170829174325.GS491396-4dN5La/x3IkLX0oZNxdnEQ2O0Ztt9esIQQ4Iyu8u01E@public.gmane.org Thanks. -- tejun From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751671AbdIWNoJ (ORCPT ); Sat, 23 Sep 2017 09:44:09 -0400 Received: from mail-qt0-f193.google.com ([209.85.216.193]:33139 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750769AbdIWNoH (ORCPT ); Sat, 23 Sep 2017 09:44:07 -0400 X-Google-Smtp-Source: AOwi7QAfVoE4rYyL3ukcQN9I0L9HwzLVD5FXObvSRb7AnFJ18ZohZW3F+epXjZ2gnipIjAMSXuRmfg== Date: Sat, 23 Sep 2017 06:44:02 -0700 From: Tejun Heo To: Peter Zijlstra Cc: lizefan@huawei.com, hannes@cmpxchg.org, mingo@redhat.com, longman@redhat.com, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com, pjt@google.com, luto@amacapital.net, efault@gmx.de, torvalds@linux-foundation.org, guro@fb.com Subject: Re: [PATCHSET for-4.14] cgroup, sched: cgroup2 basic resource accounting Message-ID: <20170923134402.GI828415@devbig577.frc2.facebook.com> References: <20170811163754.3939102-1-tj@kernel.org> <20170922180530.GG828415@devbig577.frc2.facebook.com> <20170923133731.uq5qekjypndpjv2l@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170923133731.uq5qekjypndpjv2l@hirez.programming.kicks-ass.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Peter. On Sat, Sep 23, 2017 at 03:37:31PM +0200, Peter Zijlstra wrote: > On Fri, Sep 22, 2017 at 11:05:30AM -0700, Tejun Heo wrote: > > Peter, ping? > > Humm,. So I think I was good, but I was under the impression you'd send > a new version better explaining the need/design of that iteration stuff. > Could be I lost the plot somehow. The updated version was posted quite a while ago. http://lkml.kernel.org/r/20170829174325.GS491396@devbig577.frc2.facebook.com Thanks. -- tejun